meson/mesonbuild
Eli Schwartz 10cfc321f8
fix repr for alias_target
It has no command, so you cannot try printing it or it explodes with

IndexError: list index out of range
2021-09-01 15:42:39 -04:00
..
ast interpreter: Introduce BooleanHolder for the bool primitive 2021-09-01 19:17:01 +02:00
backend run_target: do not yield broken names with subdirs 2021-09-01 15:42:39 -04:00
cmake pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
compilers Clang should error for all implicit function checks (#9165) 2021-09-01 22:25:32 +03:00
dependencies pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
interpreter dependency: fallback and allow_fallback are mutually exclusive 2021-09-01 22:29:48 +03:00
interpreterbase interpreter: Introduce BooleanHolder for the bool primitive 2021-09-01 19:17:01 +02:00
linkers pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
mesonlib interpreter: use python dunders instead of lock for unpicklability 2021-08-31 16:59:37 -07:00
modules i18n module: restore the <packagename>-gmo target 2021-08-31 23:37:33 -04:00
scripts pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
templates editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
wrap pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 2021-06-29 11:28:08 +02:00
_typing.py typing: mlog use StringProtocol 2021-06-05 12:35:48 +02:00
arglist.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00
build.py fix repr for alias_target 2021-09-01 15:42:39 -04:00
coredata.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
depfile.py stabilize sets that are converted to lists 2020-11-15 14:21:31 +01:00
envconfig.py holders: Introduce HoldableObject 2021-06-18 23:48:33 +02:00
environment.py environment: correctly handle cpu value aarch64_be 2021-08-30 10:41:12 -07:00
mcompile.py mcompile: treat load-average as a float 2021-08-29 22:19:52 -04:00
mconf.py coredata: Invalidate deps cache when changing wrap_mode option 2021-06-11 09:40:21 -04:00
mdevenv.py cleanup self.options.wd 2021-07-07 18:00:37 +02:00
mdist.py pylint: turn on superfluous parens warning 2021-08-31 16:28:54 -04:00
mesondata.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
mesonmain.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
minit.py resolve symlinks passed to -C 2021-07-07 18:00:37 +02:00
minstall.py Add install tags 2021-08-17 15:19:18 -04:00
mintro.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
mlog.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
mparser.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
msetup.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
msubprojects.py msubprojects: make purge print full paths to comply with the tests 2021-07-27 13:11:46 +03:00
mtest.py cleanup self.options.wd 2021-07-07 18:00:37 +02:00
munstable_coredata.py fix coding errors in unstable-coredata subcommand 2021-08-22 13:56:41 +03:00
optinterpreter.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
programs.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
rewriter.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00