This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch juerg/sort
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard ecfc5ac3b _loader: Use the sort algorithm from Python 3.12 for 
dependencies
     add 1da1533ee _loader: Use the sort algorithm from Python 3.12 for 
dependencies
     add 6c44dc089 tests/cachekey: Cache key tests in core no longer depends on 
plugins
     add b332c68fc tests/cachekey: Expand test project for cache key checks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ecfc5ac3b)
            \
             N -- N -- N   refs/heads/juerg/sort (b332c68fc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/buildstream/_loader/listsort.c                             |  2 +-
 src/buildstream/_loader/loadelement.pyx                        | 10 ++++++++--
 tests/cachekey/cachekey.py                                     |  5 -----
 tests/cachekey/project/elements/sort0.bst                      |  7 +++++++
 tests/cachekey/project/elements/sort0.expected                 |  1 +
 .../target.bst => cachekey/project/elements/sort1.bst}         |  2 +-
 tests/cachekey/project/elements/sort1.expected                 |  1 +
 .../target.bst => cachekey/project/elements/sort2.bst}         |  2 +-
 tests/cachekey/project/elements/sort2.expected                 |  1 +
 .../target.bst => cachekey/project/elements/sort3.bst}         |  2 +-
 tests/cachekey/project/elements/sort3.expected                 |  1 +
 .../target.bst => cachekey/project/elements/sort4.bst}         |  2 +-
 tests/cachekey/project/elements/sort4.expected                 |  1 +
 .../target.bst => cachekey/project/elements/sort5.bst}         |  2 +-
 tests/cachekey/project/elements/sort5.expected                 |  1 +
 .../target.bst => cachekey/project/elements/sort6.bst}         |  2 +-
 tests/cachekey/project/elements/sort6.expected                 |  1 +
 .../target.bst => cachekey/project/elements/sort7.bst}         |  2 +-
 tests/cachekey/project/elements/sort7.expected                 |  1 +
 .../dummy_2.bst => cachekey/project/elements/sort8.bst}        |  1 +
 tests/cachekey/project/elements/sort8.expected                 |  1 +
 .../dummy_2.bst => cachekey/project/elements/sort9.bst}        |  1 +
 tests/cachekey/project/elements/sort9.expected                 |  1 +
 tests/cachekey/project/target.bst                              | 10 ++++++++++
 tests/cachekey/project/target.expected                         |  2 +-
 25 files changed, 46 insertions(+), 16 deletions(-)
 create mode 100644 tests/cachekey/project/elements/sort0.bst
 create mode 100644 tests/cachekey/project/elements/sort0.expected
 copy tests/{format/link/conditional/elements/target.bst => 
cachekey/project/elements/sort1.bst} (51%)
 create mode 100644 tests/cachekey/project/elements/sort1.expected
 copy tests/{format/link/conditional/elements/target.bst => 
cachekey/project/elements/sort2.bst} (51%)
 create mode 100644 tests/cachekey/project/elements/sort2.expected
 copy tests/{format/link/conditional/elements/target.bst => 
cachekey/project/elements/sort3.bst} (51%)
 create mode 100644 tests/cachekey/project/elements/sort3.expected
 copy tests/{format/link/conditional/elements/target.bst => 
cachekey/project/elements/sort4.bst} (51%)
 create mode 100644 tests/cachekey/project/elements/sort4.expected
 copy tests/{format/link/conditional/elements/target.bst => 
cachekey/project/elements/sort5.bst} (51%)
 create mode 100644 tests/cachekey/project/elements/sort5.expected
 copy tests/{format/link/conditional/elements/target.bst => 
cachekey/project/elements/sort6.bst} (51%)
 create mode 100644 tests/cachekey/project/elements/sort6.expected
 copy tests/{format/link/conditional/elements/target.bst => 
cachekey/project/elements/sort7.bst} (51%)
 create mode 100644 tests/cachekey/project/elements/sort7.expected
 copy tests/{frontend/default-target/elements/dummy_2.bst => 
cachekey/project/elements/sort8.bst} (92%)
 create mode 100644 tests/cachekey/project/elements/sort8.expected
 copy tests/{frontend/default-target/elements/dummy_2.bst => 
cachekey/project/elements/sort9.bst} (92%)
 create mode 100644 tests/cachekey/project/elements/sort9.expected

Reply via email to