jolt/jolt-core
Yogthos 7db5fabc8d resolve ^Type hint to canonical class name in var :tag
(def ^String tv ...) left (:tag (meta (var tv))) as the unresolved "String";
the JVM compiler resolves the hint to java.lang.String at def time. Add a
resolve-class-hint host seam (built from the existing class-token table) and
resolve a def's :tag through it in the analyzer. The reader path
(read-string "^String x") stays unresolved, matching the JVM (only the
compiler resolves). Closes ^Type-tag-on-var.
2026-06-21 23:52:47 -04:00
..
clojure/core *in* is a Reader, not a map 2026-06-21 23:45:24 -04:00
jolt resolve ^Type hint to canonical class name in var :tag 2026-06-21 23:52:47 -04:00