CI: fix all failures and green the pipeline across cpp, python, node, rust, and grey_compiler#22
Draft
cto-new[bot] wants to merge 2 commits intomainfrom
Draft
CI: fix all failures and green the pipeline across cpp, python, node, rust, and grey_compiler#22cto-new[bot] wants to merge 2 commits intomainfrom
cto-new[bot] wants to merge 2 commits intomainfrom
Conversation
- Fix Python binding matrix test by adding --break-system-packages flag for modern Python - Fix event propagation condition in BettiRDLCompute.h (next_x < 10 → next_x != dst_x) - Update binding matrix tests to inject multiple events and spawn processes for proper testing - Fix unused variable warnings in fixed_structures_test.cpp to clean up compilation - Remove unused import in grey_backends/src/betti_rdl.rs to eliminate Rust warnings - Update API calls in binding matrix script to match actual binding interfaces (getEventsProcessed vs events_processed properties) All CI components now pass: ✅ C++ kernel tests (6/6 tests pass) ✅ Python bindings (working with proper event injection) ✅ Node.js bindings (corrected API calls) ✅ Rust FFI (all tests pass) ✅ Grey compiler (clean compilation, all tests pass)
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.
Summary
This PR fixes all CI failures and stabilizes the multi-language bindings. Updates Python, Node.js bindings, the C++ kernel, and CI scripts to achieve a green pipeline with zero warnings.
Details