tables: re-pin TextTable.cpp's emitted walker after #625 (main's block zero-cost gate) - #664
Merged
Merged
Conversation
…ero-cost gate on main) #625 moved the emitted JSON walker in every map-bearing unit and regenerated the goldens on its branch before #626's TextTable golden existed on it; the merge of main carried the golden in unchanged, so main's committed TextTable.cpp lags the compiler by the key-reader change and the block zero-cost gate refuses main. Regenerated with main's compiler; no header, wire pin or id moves. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 2026
rowan-claude
added a commit
that referenced
this pull request
Sep 7, 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.
Main at 19a2372 fails its own
generatedcheck:ZERO-COST GATE FAILED: testdata/golden/tables/maps/TextTable.cpp moved. #625 regenerated the map goldens on its branch before #626's TextTable golden existed there, and the merge of main carried that golden in unchanged, so main's committed TextTable.cpp lags the compiler by exactly the key-reader change (91 insertions, 5 deletions, the emitted.cpponly). Regenerated with main's compiler bymake update-goldens; one file moves; no header, wire pin or id. Every open PR inherits the red until this lands.