Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bind *stack-trace-depth* to a number to limit stack trace depth.
Discussion at http://groups.google.com/group/clojure/browse_thread/thread/5316bdb93f1c4407
|
|
Before, it only printed the first 2 exceptions.
Report/patch from Chas Emerick.
http://code.google.com/p/clojure-contrib/issues/detail?id=27
|
|
|
|
|
|
|
|
from Shawn Hoover
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
merges metadata and provides doc string, conforms to DRY principle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|