fix: make main CI green (stacked fmt + clippy + fuzzy-test fixes)#15
Merged
Conversation
This was referenced Jul 8, 2026
Closed
Collaborator
Author
|
Follow-up after the first #15 CI run:
Pushed |
This was referenced Jul 8, 2026
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.
What was broken
Main CI was red in three independent slices, while sibling PRs each fixed only one lane:
fix/fuzzy-typo-test-truth) fixed the fuzzy typo test truth but failed at the fmt stage.fix/clippy-debt-manager) fixed themanager.rsclippy-D warningsdebt tracked by main fails its own CI: clippy -D warnings violations in manager.rs (blocks PR #10 / issue #7) #11 but failed at the fuzzy test stage.feat/bench-evidence-ci) still fails at the clippy stage until the main-line clippy debt is cleared.What this stacks
Fix manager clippy debt.test: refresh fuzzy typo probe../scripts/cargo fmtproduced no remaining diff after the two cherry-picks, and./scripts/cargo fmt --checkpasses. No Add bench evidence CI workflow #10 fmt-only commit was cherry-picked.Closes #11.
Closes #13.
After this lands, #10 should rebase onto a green main CI baseline.
Local verification