Fix semver orchestration baseline fixture - #68
Merged
Conversation
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
v0.7.3tov0.7.5j2k-mlin the synthetic published-package inventoryRoot cause
The production 0.8 semver gate correctly moved to the published
v0.7.5baseline, but the command-orchestration fixture still mockedv0.7.3. On macOS, semver reaches the baseline-tag boundary; the shallow CI checkout has no tags, so the fake wrapper delegatedgit rev-parse v0.7.5^{commit}to the real repository and failed.This caused both macOS test lanes in full-validation run 30413210849 to fail. The codec and all other direct validation lanes passed.
Impact
This is test-harness-only. It changes no codec behavior, public API, package metadata, or workflow policy. Future baseline drift now fails inside the hermetic fake boundary instead of depending on tags available in the host checkout.
Validation
cargo test -p xtaskcargo clippy -p xtask --all-targets -- -D warningscargo fmt --all -- --checkcargo xtask repo-lintgit diff --check