paper: a four-column table declared three - #3315
Merged
Merged
Conversation
`build-paper.yml` has been red on master since 2026-04-14 and has never been
green. `tri red why` names the current cause as "Build PDF from LaTeX"; the runs
before it failed with no step reported at all, so the cause had already changed
once and reading only the oldest would have sent me somewhere else.
`docs/WHITEPAPER/latex/main.tex:278` declares
\begin{tabular}{lll}
while the header and every body row carry FOUR columns -- Property, IEEE 754,
Posit, GoldenFloat. Counted per row: 4, 4, 4, 4, 4.
One character.
Found by fanning `tri red why` across every workflow red on the default branch:
10 diagnosed, 5 FIX, 4 LEAVE, 1 RESTRICT_TRIGGER, and zero DELETE or DISABLE --
none of them should be removed, which was the question the sweep set out to ask.
Refs #3270
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
gHashTag
enabled auto-merge (squash)
September 5, 2026 17:59
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.
build-paper.ymlhas been red on master since 2026-04-14 and has never beengreen.
The two runs before those failed with no step reported at all — a start-up
failure — so the cause had already changed once, and reading only the oldest
would have sent me somewhere else entirely.
The fix
docs/WHITEPAPER/latex/main.tex:278Three columns declared. Counted per row: 4, 4, 4, 4, 4.
{lll}→{llll}. One character, one file, one line.Where it came from
Fanned
tri red whyacross every workflow red on the default branch — 10 ofthem:
That last row is the answer to the question the sweep set out to ask: nine of
these have never once been green, and not one of them should be removed. The
adversarial stage had nothing to check, because no agent proposed removing a
check.
This PR is the cheapest of the five FIXes. The other four are recorded for
follow-up.
Refs #3270