Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
|
|
|
|
Current clojure-maven-plugin does not run tests
unless they are AOT-compiled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Older versions may fail to run the build correctly
|
|
|
|
Simpler & less repetitive than extend-protocol
in this case.
|
|
|
|
* New library uses protocols.
* read-json accepts any String or Reader.
* read-json keywordizes keys by default.
|
|
|
|
|
|
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
|
|
But disable tests of pprint, which fail currently
|
|
To avoid order-of-compilation issues,
this patch puts the gen-class expressions
for ColumnWriter and PrettyWriter in a
separate file, rather than in the ns
declarations.
|