jolt/jolt-core
Yogthos 9813186ef9 fix: def supports the 3-arg docstring form (def name doc value) in compile mode (jolt-6ym)
The analyzer always took (nth items 2) as the value, so (def x "doc" 42)
bound x to the docstring and dropped 42. Now it mirrors the interpreter:
when there are 4+ items and item 2 is a string, item 2 is the docstring
(attached as :doc meta) and item 3 is the value. Conformance 335/335 x3.
2026-06-13 15:41:59 -04:00
..
clojure/core feat: jolt-side java.sql interop + defn/defmacro meta & arity-clause fixes 2026-06-13 15:28:54 -04:00
jolt fix: def supports the 3-arg docstring form (def name doc value) in compile mode (jolt-6ym) 2026-06-13 15:41:59 -04:00