Re: [PATCH v2] meson: be strict for boolean options

2022-08-18 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH v2] meson: be strict for boolean options

2022-08-17 Thread Anton Kochkov
While Meson buildsystem accepts the 'false' as a value for boolean options, it's not covered by the specification and in general invalid. Some alternative Meson implementations, like Muon, do not accept 'false' or 'true' as a valid value for the boolean options. See https://mesonbuild.com/Build-op