clojure:fastload

Last commit made on 2014-06-07
Get this branch:
git clone -b fastload https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
fastload
Repository:
lp:clojure

Recent commits

f5927cb... by Rich Hickey <email address hidden>

more meta elision

3960818... by Alex Miller <email address hidden>

Create new prod build profile in Maven.

This prod build profile will produce a jar that is the same as the
normal build but with some metadata elided. To build and install to
your local repo, run:

mvn -Pprod,omit-extra-jars install -Dmaven.test.skip=true

The omit-extra-jars profile suppresses creation of the slim, sources,
and javadoc jars. The prod profile passes an extra flag to the ant task
that compiles Clojure code and suppresses source in the output jar.

To use this jar, specify an additional classifier=prod in your build
dependency.

Signed-off-by: Rich Hickey <email address hidden>

0098d0e... by Rich Hickey <email address hidden>

revert *loaded-libs* to ref for binary compatibility

9e22e63... by Rich Hickey <email address hidden>

faster loading wip, use maybe class cache jit

8b07773... by Rich Hickey <email address hidden>

faster loading wip

20a9547... by Rich Hickey <email address hidden>

faster loading wip

da97e4b... by Rich Hickey <email address hidden>

faster loading wip

43fbb49... by Rich Hickey <email address hidden>

faster loading wip

3276008... by Rich Hickey <email address hidden>

re-enable lazy fn loader

201a0dd... by "Hudson @ build.clojure.org" <email address hidden>

[maven-release-plugin] prepare for next development iteration