meson/mesonbuild/interpreter
Eli Schwartz cb6a6dbca4
remove no longer needed validation routine
We don't need to check when processing the script args, whether the
correct types were passed. We check this upfront in typed_pos_args now.
2021-12-30 15:14:18 -05:00
..
primitives fix regression that broke string.format with list objects 2021-11-04 18:57:14 -04:00
__init__.py interpreter: Holderify arrays and dicts 2021-10-06 22:37:18 +02:00
compiler.py make sure files arguments to compiler.compiles and friends, performs rebuild 2021-11-28 11:52:36 -05:00
dependencyfallbacks.py dep.name(): return dependency name even if dependency is not found 2021-10-26 09:36:22 -04:00
interpreter.py restore additional info about the potential cause of find_program failing 2021-12-20 16:03:43 -05:00
interpreterobjects.py Fix mypy errors 2021-12-17 14:00:28 -05:00
kwargs.py interpreter: use typed_kwargs for run_command 2021-11-29 18:12:33 -08:00
mesonmain.py remove no longer needed validation routine 2021-12-30 15:14:18 -05:00
type_checking.py interpreter: use common DEPENDS_KW 2021-12-07 16:12:23 -05:00