clojure:1.2.x

Last commit made on 2011-03-11
Get this branch:
git clone -b 1.2.x https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
1.2.x
Repository:
lp:clojure

Recent commits

612fba9... by Stuart Halloway <email address hidden>

[Automated release] Clojure 1.2.1

992a4e5... by Rich Hickey <email address hidden>

switch keyword map to weak refs

f86db9c... by Stephen C. Gilardi

restore detection of cyclic load dependencies

Signed-off-by: Stuart Halloway <email address hidden>

eb85cf9... by Paul Stadig

Do not hold onto head of arguments in RestFn.

Signed-off-by: Stuart Halloway <email address hidden>

e66817e... by Paul Stadig

Do not hold onto head when invoking multi-methods

Signed-off-by: Stuart Halloway <email address hidden>

4cba191... by Rich Hickey <email address hidden>

don't rely on softref queue, explicitly remove dead entry when found, fixes #444

a249c92... by Chas Emerick <email address hidden>

properly munge namespaces -> java package names for protocols and deftype and friends; fixes CLJ-432

Signed-off-by: Stuart Halloway <email address hidden>

f128af9... by Stuart Halloway <email address hidden>

more hudson

d400f87... by Stuart Halloway <email address hidden>

fix hudson build, hopefully

d7141f1... by Stuart Halloway <email address hidden>

revamped build

* release.sh for minimal-step release
* environment variable for alternate build destination
* ant echoes deployment url
* better target names
* deleted "aliased" targets
* use src & classes, not jar, for testing
* test is always part of build cycle
* separate test-only task for development time
* "there can be only one" clean task

Signed-off-by: Stuart Halloway <email address hidden>