-
Notifications
You must be signed in to change notification settings - Fork 0
Add Rust availability probe and native wheel parity checks #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
1d74636
feat(build-system): add foundation ExecPlan for Rust-backed performan…
leynos edf5a14
docs(build-system): clarify uv_build as primary Python build backend
leynos 573373e
feat(rust-extension): add optional Rust backend with build and CI int…
leynos 4a4257b
feat(ci): replace cibuildwheel with maturin for native wheels
leynos d9ab6ac
docs(build): update manylinux compatibility flag in Linux wheel build…
leynos 95d97e2
docs(build): update maturin build commands for manylinux wheels
leynos 0d8f25a
refactor(ci): optimize Python interpreter resolution in manylinux build
leynos f0a3636
feat(rust-extension): add availability probe and improve Rust wheel b…
leynos 70c3e1b
fix(ci): specify stable Rust toolchain and fix native wheel path
leynos 6b83374
feat(rust-extension): upgrade Rust edition to 2024 and add Cargo.lock
leynos 853ba8d
docs(documentation): correct numbered list format and update Rust ver…
leynos 1681893
feat(rust-extension): add public API to check Rust extension availabi…
leynos 5ddaea9
docs(build): update Rust toolchain versions and macOS build target
leynos 8e92434
fix(ci): use explicit manylinux Python interpreter path for 3.13+
leynos 1c8db54
fix(ci): use version-only interpreter for aarch64 cross-compilation
leynos 1efb742
fix(ci): handle patch versions in pytag computation for manylinux
leynos 4351145
fix(ci): unquote glob pattern variable in verify-wheel-install
leynos 0381949
fix(ci): add pyproject.toml for maturin in rust crate directory
leynos 1e2e490
debug(ci): add wheel inspection to verify-wheel-install
leynos c621728
chore(test-wheelhouse): add built wheel binary file
leynos 9e7e9a8
refactor(build): address PR review comments
leynos f684a3e
fix(build): remove rust/cuprum-rust/pyproject.toml causing incomplete…
leynos 29f1e91
fix(ci): run wheel verification imports from temp dir to avoid local …
leynos ae97a57
fix(ci): add count guard for pure wheel glob expansion
leynos 61735e5
fix(ci): use pipefail for robust shell error handling
leynos 8954ca4
refactor(ci): remove redundant nullglob shell option
leynos f7cab4b
fix(ci): fail fast when native module import succeeds but reports una…
leynos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.