Age | Commit message (Collapse) | Author |
|
|
|
|
|
1. javadoc.clj removed because it's obsolete and throws an exception
2. load-all removed because it grabs everything and breaks (in this context)
3. miglayout.clj because it requires miglayout-x.x.jar and we have
enough trouble requiring clojure.jar
4. pprint moved down because of dependencies on the gen-classed stuff
|
|
Need to move these tests into a separate file.
|
|
|
|
infinite-length lines.
|
|
Escapes all non-ASCII characters as \uXXXX in Strings.
Handles more collection types, including all java.util.Map,
java.util.Collection, and Java arrays.
|
|
|
|
|
|
|
|
This allows partition-by to work even if f has side-effects.
|
|
|
|
that assumes that you have a pretty writer bound to *out* so we don't
have to rebind it everywhere.
|
|
which doesn't. Also fixed up the pprint parameters cause it was stupid.
|
|
|
|
|
|
|
|
|
|
test-contrib.macro-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that do gen-class.
|
|
|
|
reader/writer no longer use the "file" function.
|
|
|
|
|
|
|
|
|
|
|
|
Because macroexpand returns a Cons, not a list, we need
this to get all possible expansions.
Reported by Konrad Hinsen.
|
|
|
|
|
|
|
|
|
|
|
|
This should make it easier to write other reporting formats,
such as JUnit.
Also updated test_is/tests.clj and test_is/tap.clj
|
|
|
|
|
|
|
|
|