Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
all-are
|
|
|
|
|
|
|
|
|
|
|
|
Eliminates the need for read-json-string.
|
|
|
|
Bind *json-keyword-keys* to true to convert map keys to keywords.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add it to the list of compilable libs in build.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|