When using [org.clojure/clojure "1.5.0-beta1"] in my project.clj, calling: (doc function) gives me this exception:
CompilerException java.lang.RuntimeException: Unable to resolve symbol: doc in this context, compiling:(NO_SOURCE_PATH:1:1) And similarly with find-doc, source, javadoc and clojuredocs. With clojure 1.5.0-alpha7 or below, it works normally like it always worked... Can this be a bug in a Clojure (or Leiningen)? I've found this https://github.com/trptcolin/reply/issues/17 but for me it works in 1.5.0-alpha7 or below and not in 1.5.0-beta1 so I conclude that it must be somehow connected with recent changes in Clojure itself... Marek -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
