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 wrote:
> Yes,http://github.com/joshua-
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
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 wrote:
> This is my
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"]]