aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_clojure.clj
AgeCommit message (Collapse)Author
2009-05-27test-clojure: added compilation.clj, macros.clj, metadata.clj;Frantisek Sodomka
compilation: compiler metadata; java-interop: dot, double-dot, doto; vars: regression in binding
2009-03-22test-clojure: added parallel.clj for pmap, pcalls, etc.;Frantisek Sodomka
special.clj - note about letfn
2009-03-22test-clojure: renamed main to clojure-mainFrantisek Sodomka
2009-03-22test-clojure: preparation for library tests (set, xml, zip); test set/unionFrantisek Sodomka
2009-03-19test-clojure: preparation for new testsFrantisek Sodomka
2009-03-02test-clojure: use :only for test-isscgilardi
2009-02-22make test-clojure load 'cleanly', add run function and -mainscgilardi
2009-02-15fix issue 17: test compile-path, patch from Shawn Hooverscgilardi
2009-02-15fix issue 18: test agents error handling. Patch from Shawn Hooverscgilardi
2009-02-11add test_clojure/data_structures.clj: tests for listFrantisek Sodomka
2009-02-10fix issue 21: test-clojure/logic.clj from Frantisek Sodomkascgilardi
2009-02-10fix issue 20: test predicates, from Frantisek Sodomkascgilardi
2008-12-27test-clojure: add sequences tests from Frantisek Sodomkascgilardi
2008-12-22test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.cljStuart Sierra
* Note:"Collections" at evaluation.clj line 194 fails, I think because the compiler is optimized to use ArrayMaps for small maps.
2008-12-19tweaked to match latest test-isStuart Halloway
evaluation.clj not being run (fails to load)
2008-12-16update my contribs to Eclipse Public License as requestedscgilardi
2008-12-05test-clojure: evaluation tests from J. McConnellscgilardi
2008-11-23test-clojure: remove import that's no longer usedscgilardi
2008-11-12first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ↵scgilardi
on now load again