Age | Commit message (Expand) | Author |
2009-06-24 | gtic: move clojure tests and supporting libraries into clojure repos | Stuart Halloway |
2009-06-23 | gtic: updated clojure tests to new template syntax, commented out | Stuart Halloway |
2009-06-09 | test-clojure.compilation: extend compiler metadata test; | Frantisek Sodomka |
2009-05-27 | test-clojure: added compilation.clj, macros.clj, metadata.clj; | Frantisek Sodomka |
2009-05-18 | test-clojure: test-utils: all-are; data-structures: rewritten tests using all... | Frantisek Sodomka |
2009-05-14 | test-clojure: other-functions: identity | Frantisek Sodomka |
2009-05-14 | test-clojure: control: cond | Frantisek Sodomka |
2009-05-14 | test-clojure: common helper functions in test-utils; control: do | Frantisek Sodomka |
2009-04-05 | java-util: the-str and with-system-properties | Stuart Halloway |
2009-03-24 | test-clojure: test set/intersection | Frantisek Sodomka |
2009-03-22 | test-clojure: regression test for Clojure SVN r1337 - reader `() | Frantisek Sodomka |
2009-03-22 | test-clojure: added parallel.clj for pmap, pcalls, etc.; | Frantisek Sodomka |
2009-03-22 | test-clojure: renamed main to clojure-main | Frantisek Sodomka |
2009-03-22 | test-clojure: preparation for library tests (set, xml, zip); test set/union | Frantisek Sodomka |
2009-03-19 | test-sequences: every?, not-every?, not-any? | Frantisek Sodomka |
2009-03-19 | test-clojure: preparation for new tests | Frantisek Sodomka |
2009-03-18 | test-numbers: + - * / | Frantisek Sodomka |
2009-03-18 | test-clojure: added cases for nil non-equality | Frantisek Sodomka |
2009-03-06 | Test data structures: contains? | Frantisek Sodomka |
2009-03-06 | test data structures: find | Frantisek Sodomka |
2009-03-04 | test predicates: update for lazy-seq; | Frantisek Sodomka |
2009-03-04 | test sequences: updated test for empty? | Frantisek Sodomka |
2009-03-03 | test-clojure: Add doseq, :let, and guard tests to "for.clj" | Chouser |
2009-02-24 | test numbers: non-integer tests for 'mod' since Clojure SVN 1302 | Frantisek Sodomka |
2009-02-23 | test data-structures: equality, count, conj, peek, pop, key, val, sorted-set,... | Frantisek Sodomka |
2009-02-23 | test logic: nil-punning | Frantisek Sodomka |
2009-02-18 | reverse and sort return () when passed empty colls since SVN 1294 | Frantisek Sodomka |
2009-02-18 | Lazy: renamed rest to next, changed nil to () for lazy sequence functions | Frantisek Sodomka |
2009-02-17 | Lazy: (seq? ()) => true | Frantisek Sodomka |
2009-02-15 | test data_structures: hash-set; sequences: zipmap | Frantisek Sodomka |
2009-02-15 | fix issue 17: test compile-path, patch from Shawn Hoover | scgilardi |
2009-02-15 | fix issue 18: test agents error handling. Patch from Shawn Hoover | scgilardi |
2009-02-14 | test sequences: distinct, vals, keys | Frantisek Sodomka |
2009-02-14 | remove tests for non-integer mod | scgilardi |
2009-02-12 | test numbers: mod, rem, quot | Frantisek Sodomka |
2009-02-11 | add test_clojure/data_structures.clj: tests for list | Frantisek Sodomka |
2009-02-10 | fix issue 22: additional tests for sequences: from Frantisek Sodomka | scgilardi |
2009-02-10 | fix issue 21: test-clojure/logic.clj from Frantisek Sodomka | scgilardi |
2009-02-10 | fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, f... | scgilardi |
2009-02-10 | fix issue 20: test predicates, from Frantisek Sodomka | scgilardi |
2009-02-10 | fix issue 16: test-clojure/evaluation: from Shawn Hoover | scgilardi |
2009-02-10 | fix issue 15, test_clojure/reader: patch from Shawn Hoover | scgilardi |
2009-01-29 | test-clojure.reader: fix some number tests for current clojure and added some... | scgilardi |
2008-12-27 | (really) add sequences to test_clojure from Frantisek Sodomka | scgilardi |
2008-12-23 | test_clojure/evaluation.clj: expect CompilerException on (eval '(1 2 3)) | Stuart Sierra |
2008-12-23 | test_clojure/evaluation.clj: fix for ArrayMap literals & (eval '(1 2 3)) | Stuart Sierra |
2008-12-22 | test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.clj | Stuart Sierra |
2008-12-17 | numbers.clj: replace use of (all-true ...) with (are _ ...) | Stuart Sierra |
2008-12-17 | test_clojure/for.clj: fix typo ("is" should be "if") | Stuart Sierra |
2008-12-16 | update my contribs to Eclipse Public License as requested | scgilardi |