The clojuredocs macro still works in Leiningen 2.3.3, which there should be a way to go back to if you wish.
I just checked on my system, and the Leiningen shell script for 2.3.3 and 2.3.4 seems to differ only in this line: export LEIN_VERSION="2.3.3" You can edit that line's version to 2.3.3 and that should be all you need to go back. Andy On Fri, Apr 25, 2014 at 7:34 AM, Andy Fingerhut <[email protected]>wrote: > I see that behavior, too, with Leiningen 2.3.4. > > It looks like this commit probably caused the change in behavior. I am > not sure of the motivation for this change to Leiningen: > > > https://github.com/technomancy/leiningen/commit/c01fd49c836047f208d1db969b0490be2752c488 > > Andy > > > On Fri, Apr 25, 2014 at 6:48 AM, rebcabin <[email protected]> wrote: > >> I know I used to be able to access clojuredocs from a repl, as in >> >> (user/clojuredocs deftype) >> >> but now I get >> >> Loading clojuredocs-client... >> Warning: Could not load the ClojureDocs client, so `clojuredocs` will >> be unavailable >> Details: #<FileNotFoundException java.io.FileNotFoundException: >> Could not locate cd_client/core__init.class or cd_client/core.clj on >> classpath: > >> >> -- >> 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 >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
