Age | Commit message (Collapse) | Author |
|
|
|
|
|
- clojure.contrib to clojure
- clojure.test-is to test
|
|
|
|
|
|
test libraries moved over
tests moved over
build broken (next commits will break dependencies)
|
|
|
|
Refs #71
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Chunked seqs, initial Java-side support
|
|
thread. Default true for *use-context-classloader*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in: ns - wraps require and use calls in with-loading-context
|
|
consumer in: new, static calls, class literals and import. Note import is now a macro (but tolerant of quotes for backwards compatibility)
|
|
|
|
|
|
from scgilardi
|
|
laurent.petit
made :major :minor :incremental parts of *clojure-version* integers
|
|
|
|
(clojure-version) function. Note this will create jars with names like: clojure-1.0.0-RC1-SNAPSHOT.jar [issue 110], patch from laurent.petit
|
|
|
|
msg in condp, added stream?, support for streams in sequence, tweaks to Stream (streams still not for public use)
|
|
|