A false zero punished a bee for a generator defect - #4468
Merged
Merged
Conversation
Issue #4446 went out carrying "this spec compiles today and must still compile (today: 0)" for specs/fpga/linker.t27, which has never compiled: its generated Zig writes `.align = 4`, and `align` is a reserved word in Zig, so the file fails with `expected field initializer` at spec.zig:26:84. The bee added a correct four-line test, met four criteria of five, and was sent back for a defect it did not cause and could not fix inside its boundary. Checked by running every criterion against the bee's own branch: 1 ok, 2 ok, 3 ok, 4 ok, 5 fails - and 5 fails identically on master. `grep -c` prints 0 for an empty input, so a t27c that did not run produces the same `0` as a spec that compiles. The report must now SAY it ran - the words `test report:` - before its count is believed. Repaired in the open backlog with the distinction that matters: 5 issues whose spec exists and does not compile lost the criterion, and 49 port issues whose spec does not exist YET kept it, because a file a bee is about to create has no excuse for not compiling. The first pass removed all 54; the correction reads the filesystem rather than the exit code. The generator defect is #4466. Closes #4467 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
gHashTag
enabled auto-merge (squash)
September 20, 2026 16:03
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
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.
Closes #4467
Issue #4446 went out with:
It has never compiled. Every criterion run against the bee's own branch:
The bee added a correct four-line test, met 4 of 5, and was sent back for a
generator defect it could not fix inside its boundary: the Zig backend emits
.align = 4, andalignis a reserved word (#4466).grep -cprints0for an empty input, so at27cthat did not run producesthe same
0as a spec that compiles. The report must now say it ran beforeits count is believed.
Repaired across the open backlog with the distinction that matters:
The first pass removed all 54. The correction reads the filesystem rather than
the exit code.
🤖 Generated with Claude Code