Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compilation: compiler metadata;
java-interop: dot, double-dot, doto;
vars: regression in binding
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|