fix(lint): repair the four main-side gate breaks; string-payload ratchet 359->358 - #9562
Merged
Conversation
…h after the dispatch split, two new StringHeader payload sites via counted readers (ratchet 359->358), #9514's concat-site symbol in POLL_CAPABLE_RUNTIME, unused import in the capture-stash split
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.
Repairs four lint-gate breaks on main, all found by running the full 60-step gate suite (three were mine, missed by hand-picked gate subsets during today's trains):
dynamic_dispatch.rsafter the train70 split movedguarded_declared_receiver_class_candidatetoproperty_get/dispatch_receiver_class.rs(two PR authors had to work around this).js_string_concat_site_valueadded to POLL_CAPABLE_RUNTIME (callsjs_string_concat_value_boxon miss — the gc-root-dominance is blind to the unrooted-register shape: the verbatim pre-#7453 code reports 0 violations in all three modes #7616 shape, exactly as the checker prescribes).use super::*in the train76 capture-stash test split (red under -D warnings).run_lint_gates.sh: all 60 gates pass. Runtime error_side_tables suite 6/6.