fix(report): say what the composition bands hold, and pin their weights #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/composition-label-wording"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ×1.25 composition band is computed as
cc - cc1h, which is every write NOT reported as 1h rather than every write known to be 5m. Transcripts predating thecache_creationbreakdown reportcc1h = 0, so their 1h writes sat inside a band labeled 5m. The card's note also never named its unit while the daily chart beside it did.The card recomputes billed-equiv in JavaScript, so the weights are a two-copy fact:
be_of()and the viewer. Nothing in the suite read the viewer's copy, which is the seam the 1h weight already broke on, so it is now pinned tobe_ofby a test that fails when the two disagree.Also: the
askoutput nestscache_write_1hinsidecache_write, and now says so where a reader looks.Ships as 1.0.2.