Closed eraserhd closed 8 years ago
The specific example being broken was https://github.com/plumatic/schema/blob/master/src/cljx/schema/core.cljx#L101-L103, and that (refer-clojure) was being used at the top level rather than in a ns form was critical to the bug.
(refer-clojure)
ns
The specific example being broken was https://github.com/plumatic/schema/blob/master/src/cljx/schema/core.cljx#L101-L103, and that
(refer-clojure)
was being used at the top level rather than in ans
form was critical to the bug.