Type hints for ^map migrating from 1.2 to 1.3

2011-12-06 Thread Eric in San Diego
I'm migrating some code from 1.2 to 1.3, and one of the things I've encountered is that it no longer accepts ^map as a type hint. It's happy if I use ^clojure.lang.PersistentArrayMap, but that's quite a mouthful. Is there a more compact abbreviation I can use? Where are such things documented? T

Re: Type hints for ^map migrating from 1.2 to 1.3

2011-12-06 Thread Phil Hagelberg
On Tue, Dec 6, 2011 at 9:31 AM, Eric in San Diego wrote: > I'm migrating some code from 1.2 to 1.3, and one of the things I've > encountered is that it no longer accepts ^map as a type hint.  It's > happy if I use ^clojure.lang.PersistentArrayMap, but that's quite a > mouthful. It's my understand

Re: Type hints for ^map migrating from 1.2 to 1.3

2011-12-06 Thread Meikel Brandmeyer
Hi, Am 06.12.2011 um 18:31 schrieb Eric in San Diego: > I'm migrating some code from 1.2 to 1.3, and one of the things I've > encountered is that it no longer accepts ^map as a type hint. It's > happy if I use ^clojure.lang.PersistentArrayMap, but that's quite a > mouthful. > > Is there a more

Re: Type hints for ^map migrating from 1.2 to 1.3

2011-12-06 Thread Alan Malloy
On Dec 6, 10:31 am, Meikel Brandmeyer wrote: > Hi, > > Am 06.12.2011 um 18:31 schrieb Eric in San Diego: > > > I'm migrating some code from 1.2 to 1.3, and one of the things I've > > encountered is that it no longer accepts ^map as a type hint.  It's > > happy if I use ^clojure.lang.PersistentArra