meson/mesonbuild/utils
Eli Schwartz ae7a9b0f44 fix the repr for OrderedSet to actually execute correctly
Old:
```
OrderedSet("'foo'", "'bar'", "'baz'")
```

New:
```
OrderedSet(['foo', 'bar', 'baz'])
```

The old one looked nasty *and* was totally non-functional.
2023-10-20 18:07:05 -04:00
..
__init__.py Move classes used by scripts to their own module 2022-09-28 19:36:13 -04:00
core.py ExecutableSerialisation: capture and feed are optional strings 2023-08-03 15:42:13 -04:00
platform.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
posix.py fix implicit_reexport issues and enforce them going forward 2023-07-19 18:31:37 -04:00
universal.py fix the repr for OrderedSet to actually execute correctly 2023-10-20 18:07:05 -04:00
vsenv.py tests: fix test_vsenv_option with Python 3.11+ on Windows 2023-08-08 16:32:39 -04:00
win32.py fix implicit_reexport issues and enforce them going forward 2023-07-19 18:31:37 -04:00