68 formulas use deprecated contract = "graph.v2" (34 doctor warnings per city) #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Found by the deacon patrol on 2026-09-02 via
gc doctor:The installed city formulas at
/Users/pbanka/gc-scratch/.beads/formulas/carrycontract = "graph.v2"in 68 of them (grep -l 'contract = "graph.v2"' *.toml | wc -l→ 68). Doctor collapses this to 34 warnings.Fix: replace
contract = "graph.v2"with[requires]\nformula_compiler = ">=2.0.0"across the pack's formula definitions.Note: the city pack pin is
3b3b89f201, deliberate. Filing this defect does not make the fix live in the city; someone must re-pin the pack sha after the fix merges.