Rotate TODO to coverage-broadening step (seed-compat item tables done)

This commit is contained in:
2026-07-24 03:05:39 +07:00
parent e595b87718
commit c30da22e43
2 changed files with 21 additions and 12 deletions

View File

@@ -3,11 +3,10 @@
`item_tables.golden` is the per-seed item appearance tables (potion colors,
scroll names, ring stones, wand/staff materials) captured from the **C
reference** on the `modern-rogue` branch, for the seeds in the `seeds` list in
`TestSeedCompatItemTables`. That test regenerates the same tables
from the Go port and checks they match byte for byte — proving the LCG and its
consumption order through the whole init sequence (`init_probs`
`init_player``init_names``init_colors``init_stones`
`init_materials`) agree with C.
`TestSeedCompatItemTables`. That test regenerates the same tables from the Go
port and checks they match byte for byte — proving the LCG and its consumption
order through the whole init sequence (`init_probs` `init_player`
`init_names``init_colors``init_stones` `init_materials`) agree with C.
## Regenerating the golden