-
Notifications
You must be signed in to change notification settings - Fork 0
fix: the rule-1 seam bundle — five mechanisms stop naming one consumer #911
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
19 commits
Select commit
Hold shift + click to select a range
57624d9
fix(board): the column vocabulary stops being an engine constant
wenzowski da587a3
fix(board): refuse the next column literal, not just this one
wenzowski 2c8d89d
fix(board): the module owns its table, and the censuses know it
wenzowski fd5e90f
test(claim): the fixture declares the board it is judged against
wenzowski 68e7844
fix(landed): the sweep refuses an undeclared board instead of reporti…
wenzowski 537ac05
test(cli): the census fixture declares the board `claim check` reads
wenzowski b2df9dd
fix(board): name the seam's gate in the id grammar a sibling branch l…
wenzowski ec02990
fix(transcript)!: parse by a declared grammar, so an unsurveyed host …
wenzowski 9830bbf
fix(preset)!: declare which CI provider a module reads, and refuse wh…
wenzowski 14de099
fix(preset): gate the provider declaration, and stop ci-hygiene passi…
wenzowski fe3a28c
fix(provision): the credential mechanism stops naming one forge, and …
wenzowski f5b3301
fix(rest)!: the forge credential is the consumer's to name, not the e…
wenzowski ff0422d
feat(tests): a comment reporting a scan came back clean names what re…
wenzowski 676611a
fix(prune): move the floor basis to the tree this bundle leaves behind
wenzowski 41e30f2
fix(tests): the assertion gate stops spelling the name it exists to k…
wenzowski afa76c1
fix(rest): name the credential this consumer holds, not the one its h…
wenzowski 28fc34d
fix(land): declare the forge for the process, not for a verb that loa…
wenzowski 322d459
fix(deps): take rustls 0.23.45 for RUSTSEC-2026-0285
wenzowski bc17bd6
chore(config): retire a lapsed waiver and admit CLOUD-1625's predicat…
wenzowski 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
Use a fresh post-prune measurement for the warm floor.
11140 MBwas measured at 232 stems, while the 232→244 and 244→255 updates changed only the basis count. The current derivation incorrectly treats11140 MBas a 244-stem measurement and produces11642 MBwithout an independent measurement. The arithmetic12244 MBis not a safe correction because the file states that the stem count is no longer a reliable byte proxy. Measure the ordinary post-prune tree at the current basis, then updatemb,worst_mb, andmeasuredtogether. An invalid floor can leave insufficient space for a build and cause a rustc I/O failure.📝 Committable suggestion
🤖 Prompt for AI Agents