Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | removed 9 deprecated functions from clojure.contrib.repl-utils | Ben Smith-Mannschott | |
Promoted to clojure.core: - flatten - group-by - partition-by - frequencies - reductions - partition-all - shuffle - rand-elt (clojure.core/rand-nth) Not promoted to clojure.core: - includes? prefer 'contains?' for key testing, or 'some' for ad hoc linear searches. Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-08-10 | Add test sources to their respective modules | Stuart Sierra | |
2010-08-07 | Split all namespaces into sub-modules. | Stuart Sierra | |
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build. |