giles
58a122a73a
Fix stepper: mutable-list for append! in split-tag and steps-to-preview
...
The stepper's split-tag and steps-to-preview used (list) with append!,
but in the WASM kernel (list) creates immutable List values — append!
returns a new list without mutating, so children accumulate nowhere.
Changed all accumulator initializations to (mutable-list):
- split-tag: cch, cat, spreads
- steps-to-preview: bc-loop inner children, initial call
- result and tokens lists in the parsing setup
Also includes WASM rebuild with append! primitive and &rest fixes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-02 13:33:15 +00:00
..
2026-04-01 13:35:49 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-01 13:35:49 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 09:37:58 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-27 14:08:49 +00:00
2026-03-31 10:55:04 +00:00
2026-04-01 23:19:25 +00:00
2026-03-26 16:37:42 +00:00
2026-03-30 10:45:38 +00:00
2026-04-01 23:19:25 +00:00
2026-03-30 17:28:47 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 13:33:15 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-30 20:48:43 +00:00
2026-04-02 13:33:15 +00:00
2026-04-02 13:33:15 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-27 14:08:49 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-01 22:56:24 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-26 16:37:42 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-27 14:08:49 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-26 16:37:42 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-31 23:12:36 +00:00
2026-03-26 16:37:42 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 09:37:58 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 13:33:15 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-03-26 16:37:42 +00:00
2026-03-30 10:45:38 +00:00
2026-04-01 23:19:25 +00:00
2026-03-30 17:28:47 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 09:37:58 +00:00
2026-04-02 09:37:58 +00:00
2026-03-31 23:12:36 +00:00
2026-04-02 13:33:15 +00:00
2026-04-01 23:19:25 +00:00