mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 13:33:34 -04:00
69d83f7b61
Drew: we do want C correctness on all funcs, and log it for the story and the chart. - decl_repair --apply rewrote 3,439 units and repaired 16,759 declarations. check-all: 218 passed, 0 failed of 218. lever_census --check: 26,456 pin/asm sites, 0 UNMARKED — unchanged, as expected: this pass fixed TRUTH, not levers. - only the free set was touched: a declaration is repaired when every call to that function in the unit already passes the arguments, so the code was right and only the promise was wrong. Calls that pass too few remain R19's population, where the argument must be chosen and the bytes decide. - tools/readability_progress.py: the Gen3 series beside docs/levers.md, because levers are only one way the source is untrue. It counts lying call declarations (split by the K&R-empty and (void) forms, and how many sit in a body still holding an argument-register pin) and raw cast dereferences against struct member reads — the struct debt. Each row carries its date and commit so the chart is generated, never typed (R75). docs/readability.md renders it. First row after the repair: 94,001 lying declarations over 1,564 callees (86,701 (), 7,300 (void)), 461 in 314 pinned bodies; 414,148 raw cast dereferences against 173,286 struct member reads. - dictionary rows for decl_repair and readability_progress; kit corpus regenerated; tool_census --check OK.
275 B
275 B
| 1 | date | label | commit | definitions | narrow_decls | callees | kr_empty | narrow | pinned_rows | pinned_bodies | raw_casts | struct_members |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | 2026-09-10 | P36 S102 — after the 16,759 free declaration repairs | 51028a78d377b0ff8e0a12a86500ed2ae1f2346d | 15626 | 94001 | 1564 | 86701 | 7300 | 461 | 314 | 414148 | 173286 |