jolt/host
Yogthos 9bf3d1c80e Report source location on uncaught errors
Each top-level form records its source position (thread-local) before it
compiles+evals, and cli.ss jolt-report-uncaught appends 'at file:line:col'
when an error propagates out. Covers joltc -e, joltc run <file>, and
load-string — every interpreted path. Top-level granularity, one set per
form; deeper frames come from the Phase 2 frame walk.

Runtime .ss only, no re-mint.
2026-06-25 21:18:51 -04:00
..
chez Report source location on uncaught errors 2026-06-25 21:18:51 -04:00