Conversation
CPyCppyy 80a6133 -> c300922: - 19a36fa Fix std::span iteration with libc++'s __wrap_iter - c300922 Return empty string instead of nullptr for unknown typecode cppyy eacef6b -> 8e025c8 (the Bazel build and the valgrind-suppression removal touch nothing under the mapped python/cppyy and test/ subtrees): - 39beb63 Free new[] arrays in test_lowlevel with ll.array_delete cppyy-backend unchanged at 93510c8. scripts/check_sync.py PASSES against the new anchors; test_lowlevel is valgrind-clean without the clang21 suppressions cppyy 491ec05 dropped.
Byte-copy test/test_datatypes.py from cppyy 41111ea (un-xfail test54 optional enum on Linux, scope the xfail to OS X, add int8_t enum coverage). The prerequisite CPyCppyy selectInstanceCnv int8/uint8 guard (b91ef22) is already synced. Sync anchors: cppyy 41111ea, CPyCppyy dead06d (vg CI guard, workflow only), cppyy-backend 95c06e2 (vg guard + Bazel infra, no mapped content).
Test Results
|
Collaborator
Author
|
Merging as this is a routine syncup and does not diverge from the forks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pulls in the latest commits fixing the valgrind issue in the cppyy tests (use ll.array_delete instead of ll.free).
Once this lands, I can rebase #6 on top, to then land the new CI system.