meson/mesonbuild/interpreter
Xavier Claessens ba1737cb66 interpreter: Do not ignore all exceptions when adding compiler
Suppressing all exceptions was hidding even syntax errors in compiler
source code. If a compiler cannot be found, a MesonException is raised,
we should only expect that type.
2023-02-20 09:58:34 -05:00
..
primitives treewide: add future annotations import 2023-02-01 17:01:30 -05:00
__init__.py interpreter: replace ConfigurationDataObject with ConfigurationDataHolder 2022-01-18 17:53:29 -05:00
compiler.py preprocess: Add dependencies kwarg 2023-02-15 15:12:34 -05:00
dependencyfallbacks.py Get fallback varname from wrap file after it has been configured 2022-10-09 13:04:04 -04:00
interpreter.py interpreter: Do not ignore all exceptions when adding compiler 2023-02-20 09:58:34 -05:00
interpreterobjects.py interpreter: add FeatureOption.enable_if and .disable_if 2023-02-15 22:58:50 -05:00
kwargs.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
mesonmain.py allow install script to run in dry-run mode 2023-02-14 10:50:10 -05:00
type_checking.py micro-optimize: define typing-only objects in TYPE_CHECKING 2023-02-01 17:01:30 -05:00