Actually, disregard the message above! You don't want the latest tree on the develop branch; it currently throws errors because defalias doesn't work with macros anymore. You want to use the tree at the tag 3.α.3! My apologies.
On May 3, 5:15 pm, joshua-choi <rbysam...@gmail.com> wrote: > Yes,http://github.com/joshua-choi/fnparse/tree/develop. You must use > the latest tree in the develop branch (which is at the time of this > writing commit "baf3b39f51fdd3893471f52d330336b5a794fa6d"). > > Thanks for the help, and I look forward to what you figure out. > > On May 3, 12:12 pm, Tom Faulhaber <tomfaulha...@gmail.com> wrote: > > > > > > > Hi Joshua, > > > Autodoc depends on clojure 1.1, which Phil has suggested might be a > > problem (he told me not to depend on a clojure version at all). > > > Let me pull that dependency and see if that fixes the problem. > > > Is this in your repo on github? > > > Tom > > > On May 1, 7:17 pm, joshua-choi <rbysam...@gmail.com> wrote: > > > > This is my project.clj: > > > > (defproject fnparse "3.á.3" > > > :description "A library for creating functional parsers in Clojure." > > > :dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"] > > > [org.clojure/clojure-contrib "1.2.0-master- > > > SNAPSHOT"]] > > > :dev-dependencies [[autodoc "0.7.0"]]) > > > > I run "lein deps", and it works. But then I run "lein autodoc", and I > > > get the following: > > > [null] #<CompilerException java.lang.ExceptionInInitializerError > > > (autodoc.clj:1)> > > > [null] Make sure autodoc is added as a dev-dependency in your > > > project.clj. > > > > Do I need to do something else? > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Clojure" group. > > > To post to this group, send email to clojure@googlegroups.com > > > Note that posts from new members are moderated - please be patient with > > > your first post. > > > To unsubscribe from this group, send email to > > > clojure+unsubscr...@googlegroups.com > > > For more options, visit this group > > > athttp://groups.google.com/group/clojure?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to clojure@googlegroups.com > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > clojure+unsubscr...@googlegroups.com > > For more options, visit this group > > athttp://groups.google.com/group/clojure?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group > athttp://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en