jolt/test
Yogthos 4889505204 fix corpus crash on 'replace on a seq is lazy'
The :expected was a bare list "(0 :a 2)", but run-corpus evals :expected as
source, so it applied 0 as a fn -> "0 cannot be cast to IFn". Every other
list-valued :expected is self-evaluating; this one slipped in unquoted.
Vectorize it to [0 :a 2], matching what regen-corpus.clj produces.
2026-06-30 23:24:47 -04:00
..
chez fix corpus crash on 'replace on a seq is lazy' 2026-06-30 23:24:47 -04:00
conformance Chunk range/map/filter to match JVM Clojure 2026-06-29 22:02:06 -04:00