build: track workspace dependency resolution - #1521
Merged
Merged
Conversation
Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
Owner
Author
|
Exact-head CI run 33814942485 confirms the intended boundary: the locked workspace checks (including all three WASM This is the active upstream regression in tinyvec#225, with the exact fix already proposed in tinyvec#226. I will rerun this exact head after that release is corrected or yanked; adding a project-side suppression here would defeat the package-consumer compatibility gate. |
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
Cargo.lock, including exact Git revisions for branch patches.--locked.Ignored per-worktree lockfiles allowed identical office2pdf commits to build different
docx-rsandumya-spreadsheetrevisions. The reviewed lockfile is now the single workspace resolution, while package verification still exercises what library consumers resolve without the workspace lock or patches.Related issue
Related: #1412
Testing
python3 -m unittest scripts.tests.test_dependency_lock_contract -vcargo metadata --locked --no-deps --format-version 1cargo check --locked --workspacecargo test --locked --workspace(2,824 core, 188 DOCX, 130 PPTX, 207 XLSX, CLI/package/doctests; zero failures)Cargo.lockresolves the current consumer graph independentlyVisual impact
Checklist
Signed-off-byline