On Wed, Sep 8, 2010 at 6:36 PM, Alan wrote:
> Are you using the release version of 1.2.0? I get the behavior you
> describe when I use a snapshot of 1.2.0 from when I built from source,
> but when I use lein repl in a project with a dependency on 1.2.0, all
> three forms fail with the same excepti
Are you using the release version of 1.2.0? I get the behavior you
describe when I use a snapshot of 1.2.0 from when I built from source,
but when I use lein repl in a project with a dependency on 1.2.0, all
three forms fail with the same exception.
On Sep 8, 9:44 am, Nicolas Oury wrote:
> Dear a
Dear all,
Clojure 1.2.0
(deftype A [ ^{:unsynchronized-mutable true} foo ]
Object
(hashCode
[x] (set! foo :foo)