Hi all, I added a file to contrib, "load_all.clj", to help test which libraries don't work under the new, lazier, Clojure. It's just a script that "require"s every lib. I think I got them all; please add any that are missing. I deliberately left out "test_clojure.clj" and "test_contrib.clj" because they're just scripts that load and run tests in other files; but I included all the files in the directories "test_clojure/" and "test_contrib/".
So, to load everything and run all the tests, you can do the following: (require 'clojure.contrib.load-all) (clojure.contrib.test-is/run-all-tests) As you can see, everything passes except "mod", which reflects changed behavior in Clojure; and auto-agents, which I need to take a look at. Three libs don't load cleanly, so they are commented out in "load_all.clj": 1. clojure.contrib.combinatorics ;; uses lazy-cons 2. clojure.contrib.miglayout ;; requires external libraries 3. clojure.contrib.stream-utils ;; only for Clojure streams branch, also file name should use underscore -Stuart Seirra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---