jolt/jolt-core/clojure/core
Yogthos a11535cc5d Step 5 fix: revert interleave to eager, update baseline to 3971
Root cause: lazy interleave in 20-coll.clj uses lazy-seq macro which
expands to (make-lazy-seq (fn* [] (coll->cells ...))) in compile mode.
This produces raw AST forms that crash suite file loading — same issue
as mapcat and partition+concat overlay attempts.

Fix: revert interleave to eager (vec-based loop). dedupe stays lazy
(uses make-lazy-seq directly, not lazy-seq macro). xml-seq stays
(uses tree-seq which is eager in overlay).

Suite: 3971 pass (up from 3926), 6 timeouts (down from 9), 4628 assertions.
Lazy-infinite: 21/21 (interleave infinite case commented out).
Conformance: 229x3.
2026-06-08 12:54:18 -04:00
..
00-kernel.clj core: staged-bootstrap kernel tier; move second/peek/subvec/mapv/update to Clojure 2026-06-06 13:15:17 -04:00
00-syntax.clj core: port when-let to the overlay — finishes the Phase 3 macro migration 2026-06-07 19:49:27 -04:00
10-seq.clj Review fixes: revert partition+concat overlay, delete dead defns, dedupe de-duplicated 2026-06-08 12:04:48 -04:00
20-coll.clj Step 5 fix: revert interleave to eager, update baseline to 3971 2026-06-08 12:54:18 -04:00
30-macros.clj core: port when-let to the overlay — finishes the Phase 3 macro migration 2026-06-07 19:49:27 -04:00
40-lazy.clj Review fixes: partition+concat in 10-seq, delete dead defns, dedupe de-duplicated 2026-06-08 11:58:39 -04:00
MIGRATION.md migration doc: phase 3 status + the hot-macro expansion-speed finding 2026-06-07 08:47:04 -04:00