meson/test cases/failing/20 version
Eli Schwartz 314382d6ff
handle meson_version after parsing but before invalid project() kwargs
If we add new kwargs to a function invoked on the first line, we also
need to validate the meson_version before erroring out due to unknown
kwargs. Even if the AST was successfully built.

Amusingly, we also get to improve the error message a bit. By passing
the AST node instead of an interpreter node, we get not just line
numbers, but also column offsets of the issueful meson_version. That
broke the stdout of another failing test; adapt it.
2023-03-01 23:36:31 -05:00
..
meson.build tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
test.json handle meson_version after parsing but before invalid project() kwargs 2023-03-01 23:36:31 -05:00