You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tristan Partin
269337ceb2
Fix mypy 0.930 issues
...
Removed errant "type: ignore".
Fixed issue with "fetch" call. This issue was the following:
Dict::get() and Dict::pop() have the following signature:
T.Callable[[_T, _U], _U | None] OR T.Callable[[_T], _U | None]
Note how the return type is _U here. When the fetch() function was
actually being called, it had the following signature:
T.Callable[[_T, T.List[_U]], T.Union[T.List[_U], _U]]
This is incompatible with the previous definitions. The solution is
simply to move where the default value is introduced if fetch() produces
None.
3 years ago
..
ast
add install_symlink function
3 years ago
backend
Don't wipe out RPATHs specified by dependencies
3 years ago
cmake
cmake: Deprecate CMake <3.14 and warn for <3.17 ( #9677 )
3 years ago
compilers
Fix mypy 0.930 issues
3 years ago
dependencies
Fix mypy errors
3 years ago
interpreter
restore additional info about the potential cause of find_program failing
3 years ago
interpreterbase
decorators: fold some duplicated code into a closure
3 years ago
linkers
Changing xc16's linker from 'xc16-gcc.exe' to 'xc16-gcc'. Windows will
3 years ago
mesonlib
Fix mypy 0.930 issues
3 years ago
modules
pkgconfig: Fix linking to a custom target
3 years ago
scripts
rename exe_runner to exe_wrapper everywhere
3 years ago
templates
Add vala template
3 years ago
wrap
Fix typo in wrap.py
3 years ago
__init__.py
compilers/d: Add b_ndebug support
5 years ago
_pathlib.py
pathlib: Patch pathlib to work around some bugs ( fixes #7295 )
4 years ago
_typing.py
fix various flake8 whitespace errors
3 years ago
arglist.py
Fix typos discovered by codespell
3 years ago
build.py
pkgconfig: Fix linking to a custom target
3 years ago
coredata.py
Support Visual Studio 2022 backend
3 years ago
depfile.py
stabilize sets that are converted to lists
4 years ago
envconfig.py
add ft32 cpu family
3 years ago
environment.py
coverage generator: obey the documentation and only generate supported outputs
3 years ago
mcompile.py
delete PLATFORM env only if set
3 years ago
mconf.py
fix various flake8 whitespace errors
3 years ago
mdevenv.py
Add --vsenv command line option and active VS only when needed
3 years ago
mdist.py
Add --vsenv command line option and active VS only when needed
3 years ago
mesondata.py
fix: Always explicitly set encoding for text files ( fixes #8263 )
4 years ago
mesonmain.py
report the context, if possible, on python tracebacks
3 years ago
minit.py
Add vala template
3 years ago
minstall.py
install: Don't run ldconfig on cross builds
3 years ago
mintro.py
introspect: include choices for array options
3 years ago
mlog.py
Revert "mark a couple of typing-only imports as noqa, to appease pyflakes"
3 years ago
mparser.py
pylint: turn on superflous-parens
4 years ago
msetup.py
Add --vsenv command line option and active VS only when needed
3 years ago
msubprojects.py
Add typing to msubprojects.py
3 years ago
mtest.py
Activate VS env when running `meson test`
3 years ago
munstable_coredata.py
fix coding errors in unstable-coredata subcommand
4 years ago
optinterpreter.py
optinterpreter: Fix builtin option names not being reserved anymore
3 years ago
programs.py
interpreter: use typed_kwargs for run_command
3 years ago
rewriter.py
rewriter: create {add,rm}_extra_files commands
3 years ago