meson/mesonbuild
Eli Schwartz 81fbcd1df4
fix broken module tests which caused gtkdoc-check to traceback on assert
Regression in commit 566c2c9a9c.

The interpreter details are a bit of black magic. Functions expect
tuples, but they receive lists and then the type-checking decorators
convert those to tuples.

So, directly manhandling a self._interpreter.func_*() but passing it the
tuple it nominally expected, actually explodes in your face by way of
failing an assert, then dumping 'ERROR: Unhandled python exception'.

Fixes use of gnome.gtkdoc(..., check: true), for example when building
glib.
2022-01-10 23:06:51 -05:00
..
ast add install_symlink function 2021-12-01 13:59:54 -05:00
backend first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
cmake port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
compilers compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
dependencies port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
interpreter remove no longer needed validation routine 2021-12-30 15:14:18 -05:00
interpreterbase first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
linkers fix type annotations for compiler toolchain rpaths 2021-12-30 15:15:25 -05:00
mesonlib manually clean up some python 3.6 era code 2022-01-10 18:36:57 -05:00
modules fix broken module tests which caused gtkdoc-check to traceback on assert 2022-01-10 23:06:51 -05:00
scripts modules/gnome: replace yelphelper with run and custom targets 2022-01-02 00:34:53 -05:00
templates Add vala template 2021-11-16 22:25:14 -05:00
wrap first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 2021-06-29 11:28:08 +02:00
_typing.py fix various flake8 whitespace errors 2021-10-27 09:51:52 -04:00
arglist.py Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00
build.py first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
coredata.py Bump version number for new development. 2022-01-10 19:00:28 +02:00
depfile.py depfile: type annotate 2022-01-10 23:06:20 -05:00
envconfig.py first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
environment.py coverage generator: obey the documentation and only generate supported outputs 2021-11-01 18:57:14 -04:00
mcompile.py delete PLATFORM env only if set 2021-10-30 23:22:48 -04:00
mconf.py fix various flake8 whitespace errors 2021-10-27 09:51:52 -04:00
mdevenv.py Add --vsenv command line option and active VS only when needed 2021-10-10 23:15:18 +03:00
mdist.py Add --vsenv command line option and active VS only when needed 2021-10-10 23:15:18 +03:00
mesondata.py port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
mesonmain.py bump minimum required version of python to 3.7 2022-01-10 18:36:56 -05:00
minit.py Add vala template 2021-11-16 22:25:14 -05:00
minstall.py install: Don't run ldconfig on cross builds 2021-12-11 21:31:59 +02:00
mintro.py introspect: include choices for array options 2021-10-14 09:04:25 -04:00
mlog.py fix type annotations for mlog nesting 2021-12-30 15:15:25 -05:00
mparser.py first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
msetup.py Add --vsenv command line option and active VS only when needed 2021-10-10 23:15:18 +03:00
msubprojects.py first pass at migrating to dataclasses 2022-01-10 18:36:57 -05:00
mtest.py Activate VS env when running `meson test` 2021-12-11 21:26:36 +02:00
munstable_coredata.py fix coding errors in unstable-coredata subcommand 2021-08-22 13:56:41 +03:00
optinterpreter.py optinterpreter: Fix builtin option names not being reserved anymore 2021-10-14 14:17:50 -04:00
programs.py interpreter: use typed_kwargs for run_command 2021-11-29 18:12:33 -08:00
rewriter.py rewriter: create {add,rm}_extra_files commands 2021-12-15 21:21:29 +01:00