fix(specs): take the version that parses for six more specs - #4289
Merged
Merged
Conversation
Nineteen bee pull requests could not merge. A conflicted branch gets no required check, so the merge script read every one of them as "waiting for CI"; comparing them instead, with a t27c built from master, six carry a version master needs: four files whose text on master is Zig written inside a .t27 file (catch unreachable, for (0..n) |i|, @constcast) and therefore does not parse, one with eight unimplemented bodies, and one implemented on both sides where the branch carries seven more tests. Measured over all 948 specs, before and after: NOPARSE 65 -> 61, IMPLEMENTED 513 -> 518, PARTIAL 9 -> 8. The cost is filed rather than buried: #4285-#4288 name, per file, the helper functions the unparseable version declared and this one does not, with mechanical criteria. Nothing that ran was lost - nothing in those files ran. Closes #3820 Closes #3805 Closes #3767 Closes #3761 Closes #3727 Closes #3686 Gates: t27c spec-status over all 948 specs before and after; per file `t27c gen <f> > /tmp/g.zig && grep -c 'not yet implemented' /tmp/g.zig` = 0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
gHashTag
enabled auto-merge (squash)
September 20, 2026 05:17
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
This was referenced Sep 20, 2026
This was referenced Sep 20, 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.
Resolves six of the nineteen conflicted bee pull requests by measurement: for each, the branch's spec and master's were judged with a t27c built from master.
NOPARSE 65 -> 61, IMPLEMENTED 513 -> 518, PARTIAL 9 -> 8. What the trade costs is filed in #4285-#4288.
Closes #3820
Closes #3805
Closes #3767
Closes #3761
Closes #3727
Closes #3686
🤖 Generated with Claude Code