Age | Commit message (Collapse) | Author |
|
available in clojure.repl as source, source-fn, and apropos, respectively.
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
Since clojure.contrib.string is used by other submodules, some changes
were required:
- gen-html-docs and prxml needed changes because of functions were
renamed or arguments reordered when promoted to clojure.string.
- jmx, json, miglayout, prxml and sql gained a private one-argument
implementation of as-str.
- repl-utils gained a private copy of c.c.string/partition, named
spartition.
- repl-utils replaced a call to c.c.string/substring? with a call to
the java String method '.contains' (with swapped argument order).
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
Both are deprecated in 1.2 and have been replaced by
clojure.java.shell.
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
* Examples and tests have not been copied over.
* Clojure test/compile phases are commented out in parent POM.
* May require installing parent POM before full build.
|