Although it's listed kind of unclearly in the Meson docs, these keyword arguments are actually not deprecated. It's only passing a boolean to them that is deprecated, though.
I'm not sure how to indicate that booleans used to be allowed but are now deprecated. So I've just removed the boolean type from the type definition.
Although it's listed kind of unclearly in the Meson docs, these keyword arguments are actually not deprecated. It's only passing a boolean to them that is deprecated, though.
I'm not sure how to indicate that booleans used to be allowed but are now deprecated. So I've just removed the boolean type from the type definition.