jaunt-lang / jaunt

[ABANDONED] A jaunt away from Clojure
https://github.com/jaunt-lang/jaunt/issues/157
134 stars 6 forks source link

refer-clojure broken (due to refer* being private) #132

Closed eraserhd closed 8 years ago

arrdem commented 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.