jolt/jolt-core
Yogthos 86aa89c832 uniquify duplicate fn params (macro _ _ expanders)
Chez rejects duplicate lambda formals, so any (fn [_ _] ...) failed to compile
— including every macro expander, whose &form/&env slots both expand to _. The
analyzer now renames each earlier duplicate param to a fresh name (Clojure binds
the last occurrence, so the earlier ones are shadowed and unreferenceable). SCI
load 162 -> 186/218.
2026-06-22 00:35:16 -04:00
..
clojure/core real BigDecimal type (bigdec, M literals) 2026-06-22 00:01:01 -04:00
jolt uniquify duplicate fn params (macro _ _ expanders) 2026-06-22 00:35:16 -04:00