Re: test-clojure: trouble with the latest Clojure SVN version

2009-03-03 Thread Rich Hickey
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

Re: test-clojure: trouble with the latest Clojure SVN version

2009-03-03 Thread Stephen C. Gilardi
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

test-clojure: trouble with the latest Clojure SVN version

2009-03-03 Thread Frantisek Sodomka
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