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
…
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
…
wrap
Fix typo in wrap.py
3 years ago
__init__.py
compilers/d: Add b_ndebug support
5 years ago
_pathlib.py
…
_typing.py
…
arglist.py
…
build.py
pkgconfig: Fix linking to a custom target
3 years ago
coredata.py
…
depfile.py
…
envconfig.py
add ft32 cpu family
3 years ago
environment.py
…
mcompile.py
…
mconf.py
…
mdevenv.py
…
mdist.py
…
mesondata.py
…
mesonmain.py
report the context, if possible, on python tracebacks
3 years ago
minit.py
…
minstall.py
install: Don't run ldconfig on cross builds
3 years ago
mintro.py
…
mlog.py
…
mparser.py
…
msetup.py
…
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
…
optinterpreter.py
…
programs.py
interpreter: use typed_kwargs for run_command
3 years ago
rewriter.py
rewriter: create {add,rm}_extra_files commands
3 years ago