Skip to:
Metadata on the symbol of a def special form is evaluated twice.
(def ^{:foo (println "HA")} a [])
prints out HA HA. Offending line is in Compiler$DefExpr, fixed.
Patch: CLJ-1137-eval-metadata-once.diff
Screened by: Alex Miller
Metadata on the symbol of a def special form is evaluated twice.
(def ^{:foo (println "HA")} a [])
prints out HA HA. Offending line is in Compiler$DefExpr, fixed.
Patch: CLJ-1137-eval-metadata-once.diff
Screened by: Alex Miller