aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/optinterpreter.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-01-11 11:59:14 -0800
committerEli Schwartz <eschwartz93@gmail.com>2023-01-20 00:18:42 -0500
commiteaf365cb3ef4f1c2ba66e07237d86a44089aff4f (patch)
treec9fbc02347daf2aa3b64c8735727462cb00328b9 /mesonbuild/optinterpreter.py
parentc8b8e7e73221ccefdd79c9807d67241f60963e6c (diff)
downloadmeson-eaf365cb3ef4f1c2ba66e07237d86a44089aff4f.zip
meson-eaf365cb3ef4f1c2ba66e07237d86a44089aff4f.tar.gz
meson-eaf365cb3ef4f1c2ba66e07237d86a44089aff4f.tar.bz2
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.
Diffstat (limited to 'mesonbuild/optinterpreter.py')
0 files changed, 0 insertions, 0 deletions