Age | Commit message (Collapse) | Author |
|
(identical? (rest s) (rest s)) returns false).
|
|
some. all pass currently
|
|
|
|
number of common combinatorial functions, such as permutations, combinations, subsets, cartesian-product, and more.
Also, commented out similar functions in lazy_seqs.clj with Stephen C. Gilardi's permission to avoid duplication with these newer, faster functions.
|
|
|
|
|
|
updating from query as sql string to query as vector containing sql string and params
|
|
|
|
|
|
|
|
|
|
added test_clojure, test_contrib, and test tasks to build.xml
|
|
|
|
transformer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transaction's exception with an exception with message 'transaction rolled back'
|
|
|
|
sql transactions
|
|
|
|
standard in Scheme implementations, adapted to Clojure's numeric tower when relevant, using Java's Math library for doubles.
Also added a math folder, which contains tests.clj (test cases for math.clj).
|
|
|
|
|
|
See http://groups.google.com/group/clojure/browse_thread/thread/35949c7b483ecf23#
|
|
This time does not break tests using macros or Java method calls.
Can also now test unbound vars.
|
|
|
|
|
|
Reported by Stuart Halloway. Still want to recover the fancier
error reporting when the first element IS a function, but need a way to
test *at compile time* if something is a function.
|
|
|
|
|
|
|
|
|
|
|
|
return a seq (instead of a vector) from do-commands, do-prepared so the entire set of results doesn't need to be realized unless it's interesting
|
|
unnecessary uses of apply
|