meson/mesonbuild/interpreterbase
Dylan Baker eaf365cb3e decorators: don't unsort sorted values for printing
Currently in our deprecated/new feature printing we carefully sort all
of the values, then put them in a set to print them. Which unsorts them.
I'm assuming this was done because a set looks nice when printed (which
is true). Let's keep the formatting, but print them in a stable order.
2023-01-20 00:18:42 -05:00
..
__init__.py FeatureNew: add mypy type annotations for subproject arg 2022-02-14 20:40:41 -05:00
_unholder.py move various imports into TYPE_CHECKING blocks for neatness 2022-05-23 16:44:08 -04:00
baseobjects.py typing: use forward reference for types defined later in file 2022-05-23 16:44:07 -04:00
decorators.py decorators: don't unsort sorted values for printing 2023-01-20 00:18:42 -05:00
disabler.py move a bunch of imports into TYPE_CHECKING blocks 2022-03-07 19:09:50 -05:00
exceptions.py interpreter: Split exception calsses from interpreterbase.py 2021-06-11 10:42:18 +02:00
helpers.py Remove helpers.check_stringlist() 2021-09-25 12:44:11 +02:00
interpreterbase.py pylint: enable useless-return 2022-11-29 23:26:05 -05:00
operator.py Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00