This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit ba7005207d30ee3e432bddc708c0bff857b20f80 Merge: e99e6bb71 3831b5e60 Author: Jürg Billeter <[email protected]> AuthorDate: Mon Feb 17 12:17:34 2025 +0100 Merge pull request #1993 from apache/juerg/sort _loader: Use the sort algorithm from Python 3.12 for dependencies NOTICE | 5 + src/buildstream/_loader/listsort.c | 1293 ++++++++++++++++++++++++ src/buildstream/_loader/loadelement.pyx | 12 +- tests/cachekey/cachekey.py | 7 +- tests/cachekey/project/elements/sort0.bst | 7 + tests/cachekey/project/elements/sort0.expected | 1 + tests/cachekey/project/elements/sort1.bst | 4 + tests/cachekey/project/elements/sort1.expected | 1 + tests/cachekey/project/elements/sort2.bst | 4 + tests/cachekey/project/elements/sort2.expected | 1 + tests/cachekey/project/elements/sort3.bst | 4 + tests/cachekey/project/elements/sort3.expected | 1 + tests/cachekey/project/elements/sort4.bst | 4 + tests/cachekey/project/elements/sort4.expected | 1 + tests/cachekey/project/elements/sort5.bst | 4 + tests/cachekey/project/elements/sort5.expected | 1 + tests/cachekey/project/elements/sort6.bst | 4 + tests/cachekey/project/elements/sort6.expected | 1 + tests/cachekey/project/elements/sort7.bst | 4 + tests/cachekey/project/elements/sort7.expected | 1 + tests/cachekey/project/elements/sort8.bst | 2 + tests/cachekey/project/elements/sort8.expected | 1 + tests/cachekey/project/elements/sort9.bst | 2 + tests/cachekey/project/elements/sort9.expected | 1 + tests/cachekey/project/target.bst | 10 + tests/cachekey/project/target.expected | 2 +- 26 files changed, 1370 insertions(+), 8 deletions(-)
