Conversation
…t lever
A compiler stops reporting somewhere, so ranking a backlog by FIRST error ranks
by position in the file rather than by blocking power.
Measured on the C backend: 404 specs generate C that cc refuses. By first error
the top family was `default_input`/`valid_input`, 74 specs, with a precedent
already in the tree -- W585 solved exactly this for Zig and its own comment names
the C side. The question that killed it, asked before writing anything:
rejected files 404
... carrying a scaffold error 166
... where that is the ONLY family 0
The distribution nobody had printed:
1 family: 20 files <- the only real levers
2: 42 3: 31 4: 78 5: 52 6: 45 7: 40 8+: 96
Among those twenty single-family files were four reporting "integer literal is
too large to be represented in any integer type" -- the defect that became
#2925. The most-blocked family was noise and a least-blocked one was real.
The section also records the corollary for peer-backend oracles: agreement is
not evidence. Three backends emitted a 185-digit constant into a u32 and agreed;
cc was the outlier and the only one that was right. When the outlier has an
independent standard behind it, weigh it above the majority rather than below.
Refs #2925
Contributor
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
# Conflicts: # .claude/skills/ci-gates/SKILL.md
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
PR DashboardGenerated at: 2026-08-30 00:27:05 UTC
Summary
Seal Status
|
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.
A compiler stops reporting somewhere. Rank a backlog by first error and you
rank by position in the file, not by blocking power.
Measured on the C backend — 404 specs generate C that
ccrefuses:The top family by first error was
default_input/valid_input, 74 specs, witha precedent already in the tree: W585 solved exactly this for Zig, and its own
comment names the C side — "75 of 296 C header failures". Fixing it perfectly
moves the accept count by zero.
The distribution nobody had printed:
The median file carries four or five independent families. A backlog shaped like
this has no big lever, and knowing that is worth more than any single fix.
Among those twenty single-family files were four reporting "integer literal is
too large to be represented in any integer type" — which became #2925. The
most-blocked family was noise and a least-blocked one was a real type-checker
defect.
Corollary for peer-backend oracles
Agreement is not evidence. Three backends emitted a 185-digit constant into a
u32and agreed with each other;ccwas the outlier and the only one that wasright. When the outlier has an independent standard behind it — a C compiler, a
proof assistant, a linker — weigh it above the majority rather than below.
Refs #2925