Files
rose-ash/tests
giles 894fd24c3a
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 8m51s
HS: fix guard re-raise in repeat loops (+3 tests)
Capture raised exception in a let-bound variable before the guard
exits, then re-raise after. Avoids the WASM OCaml kernel bug where
(raise e) called from within a guard handler re-invokes the same
handler infinitely.

Affects hs-repeat-forever, hs-repeat-times, hs-repeat-while,
hs-repeat-until, hs-for-each. Repeat suite: 25/30 → 28/29 counted
(1 skipped: 'until event keyword works' requires async event dispatch).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 11:57:53 +00:00
..