Patches included in this alpha release:
- CLJ-890: tagged reader literals (early draft)
- toString caching
- Only capture a shallow copy of the current Frame in
binding-conveyor-fn, so that sends in agent actions don't built
infinite Frame stacks. Fixes CLJ-898.
- Fix CLJ-845: Ignoring namespace portion of symbols used to name
methods in extend-type and extend-protocol.
- CLJ-872: Added tests for prop lookup syntax
- CLJ-872 Add support for prop lookup, refs CLJS-89
To get the latest release JARs in Lein/Maven before they hit Central,
see http://dev.clojure.org/display/doc/Maven+Settings+and+Repositories
Clojure relase 1.4.0-alpha4 has been uploaded to oss.sonatype.org and
should be on Maven Central within 24 hours.
Patches included in this alpha release:
- CLJ-890: tagged reader literals (early draft)
- toString caching
- Only capture a shallow copy of the current Frame in
binding-conveyor-fn, so that sends in agent actions don't built
infinite Frame stacks. Fixes CLJ-898.
- Fix CLJ-845: Ignoring namespace portion of symbols used to name
methods in extend-type and extend-protocol.
- CLJ-872: Added tests for prop lookup syntax
- CLJ-872 Add support for prop lookup, refs CLJS-89
I will make the announcement on the main group. Also, I plan to work
my way through One and fix any issues that the change caused (if any).
:F