screen-width and screen-height went from 1400x1000 to 900x600, and the first colour changed. Those are defconsts the checker consumes to size rows and cols, so the grid is a different shape and the hash over it is a different number. Updated rather than reverted: the change is deliberate and the hash is a regression test for the simulation being reproducible, not for it being any particular size. Checked the way the old number was: -2851001042534928384 on native and on wasm32, byte for byte. A hash that moved on only one target would mean the change had broken reproducibility rather than the grid, which is the thing this case exists to catch.
Description
Languages
OCaml
67.2%
Emacs Lisp
15.2%
C
10.4%
HTML
2.9%
Standard ML
2.8%
Other
1.5%