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

2022-08-15 Thread Philippe Mathieu-Daudé via
On 13/8/22 14:15, Anton Kochkov wrote: 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 opti

[PATCH] meson: be strict for boolean options

2022-08-13 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

[PATCH] meson: be strict for boolean options

2021-12-12 Thread Антон Кочков
17 00:00:00 2001 From: Anton Kochkov Date: Fri, 10 Dec 2021 21:10:34 +0800 Subject: [PATCH] meson: be strict for boolean options While Meson buildsystem accepts the 'false' as a value for boolean options, it's not covered by the specification and in general invalid. Some