meson/mesonbuild
Elliott Sales de Andrade 27626124d0 Inline try_wait_one using asyncio.wait_for
Although the former accepts multiple awaitables, it is only ever called
with a single one, so just use `wait_for` instead.

Additionally, the `try_wait_one` fails in Python 3.11, as
`Process.wait()` returns a coroutine, and `asyncio.wait` only accepts
tasks, so it errors out.
2022-08-01 15:51:16 -04:00
..
ast move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
backend backends/ninja: run `ranlib -c $out` when using the apple ar 2022-07-25 15:36:59 -07:00
cmake Applied tristan957's suggestions 2022-07-18 13:46:26 +02:00
compilers linkers: Add a representation for the Apple AR Linker 2022-07-25 15:36:59 -07:00
dependencies flake8: fix non-idiomatic ordering of "if not in" checks 2022-06-13 13:34:39 +03:00
interpreter interpreter: Add return type to func_dependency 2022-07-17 12:58:17 -04:00
interpreterbase typed_kwargs: support dict/list as "new since" types 2022-06-17 14:33:01 -04:00
linkers linkers: make sure the linker is actually Apple when matching failure 2022-07-31 18:58:21 -04:00
mesonlib fix Popen_safe write 2022-08-01 17:29:44 +03:00
modules qt module: correctly compare program name for lrelease version 2022-07-25 21:56:11 -07:00
scripts ninja depscanner: handle C++ sources named capital C 2022-07-25 16:59:41 -04:00
templates flake8: fix indentation style 2022-01-27 10:48:01 -08:00
wrap wrap: Fix diff_files not finding the patch to apply 2022-07-16 00:30:43 +03:00
__init__.py
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 2021-06-29 11:28:08 +02:00
_typing.py typing: replace ImmutableSetProtocol with typing.AbstractSet 2022-06-08 23:19:09 +03:00
arglist.py Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00
build.py cuda: don't inject `-lstdc++` when linking 2022-07-06 14:33:58 -07:00
coredata.py Only reconfigure if configure options actually changed 2022-07-31 20:43:27 +03:00
depfile.py depfile: type annotate 2022-01-10 23:06:20 -05:00
envconfig.py envconfig: add more binutils variables 2022-07-31 18:57:53 -04:00
environment.py dependencies: update llvm versions 2022-06-27 22:16:46 +03:00
mcompile.py mcompile: Print suggestions when target is ambigous 2022-05-01 23:56:38 +03:00
mconf.py Only reconfigure if configure options actually changed 2022-07-31 20:43:27 +03:00
mdevenv.py devenv: Do not use relative WINEPATH 2022-06-17 11:53:38 -04:00
mdist.py flake8: remove no longer used imports 2022-06-10 09:15:48 -04:00
mesondata.py port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
mesonmain.py handle OSError exception in run function 2022-07-31 14:54:44 +03:00
minit.py minit: refuse to allow creating broken projects 2022-05-05 20:07:44 -04:00
minstall.py minstall: Add more safety checks when unpickling installdata 2022-06-16 17:06:25 -04:00
mintro.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
mlog.py mlog: add support for italic/emphasized text in AnsiText 2022-06-09 18:58:33 -04:00
mparser.py Add support for multiline f-strings 2022-05-01 12:47:37 -04:00
msetup.py devenv: Use PkgConfigDependency.get_env() 2022-05-04 00:16:32 +03:00
msubprojects.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
mtest.py Inline try_wait_one using asyncio.wait_for 2022-08-01 15:51:16 -04:00
munstable_coredata.py fix coding errors in unstable-coredata subcommand 2021-08-22 13:56:41 +03:00
optinterpreter.py Allow deprecating an option for a new one 2022-04-21 14:18:29 -04:00
programs.py ExternalProgram: Make get_version() work without interpreter 2022-06-17 11:53:38 -04:00
rewriter.py ast: rename module constant to match PEP8 style 2022-06-01 22:49:10 -04:00