On Mar 3, 3:58 pm, "Stephen C. Gilardi" wrote:
> On Mar 3, 2009, at 3:39 PM, Frantisek Sodomka wrote:
>
> > There is a problem with the latest Clojure SVN version. Try running in
> > clojure-contrib: ant test_clojure
>
> I confirmed that r1321 passes the tests and r1322 fails.
>
> To run the te
On Mar 3, 2009, at 3:39 PM, Frantisek Sodomka wrote:
There is a problem with the latest Clojure SVN version. Try running in
clojure-contrib: ant test_clojure
I confirmed that r1321 passes the tests and r1322 fails.
To run the tests, I use:
cd /the/path/to/my/clojure-contrib
a
There is a problem with the latest Clojure SVN version. Try running in
clojure-contrib: ant test_clojure
It generates failures and errors. There is some confusion between
"nil" and "()" by the reader/compiler it seems.
Also:
user=> (pop '(1 2 3))
java.lang.ClassCastException: clo