Daniel Mensinger
0d57e307b2
typing: fully annotate tools
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Jon Turney
630cfd84ad
Update dircondenser.py tool to update paths in test.json as well
...
Update dircondenser.py tool to update paths appearing in the expected
stdout in test.json when the containing directory is renamed.
5 years ago
Daniel Mensinger
09b53c534f
types: import typing as T ( fixes #6333 )
5 years ago
Michael Hirsch, Ph.D
6e708208dd
CI: add initial type annotation checking
5 years ago
Jon Turney
b338add554
Fix flake8 whitespace reports
...
$ flake8 | grep -E '(E203|E221|E226|E303|W291|W293)'
./mesonbuild/build.py:964:5: E303 too many blank lines (2)
./tools/dircondenser.py:70:36: E221 multiple spaces before operator
6 years ago
Jussi Pakkanen
10a07ebf70
Add script to condense test directory names.
6 years ago