Re: creating map throws ArrayIndexOutOfBounds (inconsistently)

2010-08-28 Thread Steve Purcell
On 27 Aug 2010, at 19:40, santervo wrote: > Also, if i hold AltGr down after typing "{" (AltGr-7) when pressing > space button, i get this: > > user=> { :a "b" } > java.lang.Exception: Unable to resolve symbol: :a in this context > (NO_SOURCE_FILE:0) Note from the spaces in the error message t

Re: creating map throws ArrayIndexOutOfBounds (inconsistently)

2010-08-28 Thread santervo
It happens like this: In my keyboard, I get "}" with AltGr-0 Now, if I type { :a { :b "C" } }, and hold space down while typing AltGr-0, I get ArrayIndexOutOfBounds. In the screen there is no difference when holding the space down. Also, if i hold AltGr down after typing "{" (AltGr-7) when pres

Re: creating map throws ArrayIndexOutOfBounds (inconsistently)

2010-08-27 Thread David Nolen
On Fri, Aug 27, 2010 at 3:25 AM, santervo wrote: > I get sometimes ArrayIndexOutOfBounds in repl when creating a nested > map, using exactly same syntax (clojure 1.2): > > user=> { :a { :b "C" } } > {:a {:b "C"}} > user=> { :a { :b "C" } } Running 1.2.0 and I'm not seeing this. This only happen