meson/mesonbuild/interpreter
Eli Schwartz ba432c87a4 Revert "interpreter: Add FeatureNew check"
This reverts commit c0efa7ab22.

This was a nice idea, or a beautiful hack depending on your perspective.
Unfortunately, it turns out to be a lot harder than we originally
thought. By operating on bare nodes, we end up triggering a FeatureNew
on anything that isn't a string literal, rather than anything that
isn't a string.

Since no one else has come up with a better idea for implementing a
FeatureNew, let's just revert it. Better to not have a warning, than
have it trigger way too often.
2021-10-10 16:59:18 +02:00
..
primitives Revert "interpreter: Add FeatureNew check" 2021-10-10 16:59:18 +02:00
__init__.py interpreter: Holderify arrays and dicts 2021-10-06 22:37:18 +02:00
compiler.py f-strings 2021-10-04 16:29:32 -04:00
dependencyfallbacks.py dependency: If cached version is outdated, look on system again 2021-09-20 16:42:11 -04:00
interpreter.py Be more strict about target names with slashes. 2021-10-10 15:01:53 +03:00
interpreterobjects.py add install_emptydir function 2021-10-08 14:35:00 -04:00
kwargs.py interpreter: Use typed_kwargs for func_custom_target 2021-09-30 21:01:38 +02:00
mesonmain.py fix extra whitespace 2021-10-04 16:29:31 -04:00
type_checking.py fix extra whitespace 2021-10-04 16:29:31 -04:00