I believe I've hit this with 1.5.0-alpha6 or so(or maybe i was using the master branch) in eclipse+ccw after a while in repl: doc and source wouldn't work like you described and I'd have to (use 'clojure.repl) But in the same repl session worked a few minutes before.
Do you think this commit fixes it or is the one that made it happen in the first place? On Sat, Oct 27, 2012 at 10:43 PM, Marek Šrank <[email protected]>wrote: > Oh yes, I've found the commit > https://github.com/clojure/clojure/commit/728972b026a323fc941a5d560b81d37453dc6cad..... > I should look at the commits first.... > > Marek. > > On Saturday, October 27, 2012 10:26:22 PM UTC+2, Marek Šrank wrote: >> >> Please ignore that github link. I somehow got the feeling that it's about >> a bug in leiningen (really don't know why :), but now I see that it's >> (probably) totally unrelated :D >> Marek >> >> On Saturday, October 27, 2012 10:20:34 PM UTC+2, Marek Šrank wrote: >>> >>> 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<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 > -- I may be wrong or incomplete. Please express any corrections / additions, they are encouraged and appreciated. At least one entity is bound to be transformed if you do ;) -- 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
