Re: Strange bug with mutable fields and try

2010-09-08 Thread Nicolas Oury
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

Re: Strange bug with mutable fields and try

2010-09-08 Thread Alan
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

Strange bug with mutable fields and try

2010-09-08 Thread Nicolas Oury
Dear all, Clojure 1.2.0 (deftype A [ ^{:unsynchronized-mutable true} foo ] Object (hashCode [x] (set! foo :foo)