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: clojure.lang.Cons cannot be cast to
clojure.lang.IPersistentStack

        user=> (peek '(1 2 3))
        java.lang.ClassCastException: clojure.lang.Cons cannot be cast to
clojure.lang.IPersistentStack

Many tests pass in REPL, but fail when loaded from file it seems.

Thanks for your attention, Frantisek

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to