JCWasmx86 / mesonlsp

An unofficial, unendorsed language server for meson written in C++
GNU General Public License v3.0
65 stars 8 forks source link

install_dir_gir and install_dir_typelib aren't deprecated #70

Closed ptomato closed 7 months ago

ptomato commented 7 months ago

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.

JCWasmx86 commented 7 months ago

Ok, thanks :)