Re: Upgrade from 1.1 to 1.2

2010-06-18 Thread Howard Lewis Ship
I've noticed that logging has moved into clojure.jar ... could Clojure start leveraging logging to identify what namespace its compiling and why; I'd love to see something like: [Compiler] Compiling namepace cascade [Compiler] Namespace cascade imports namespace cascade.asset [Compiler] Compiling

Re: Upgrade from 1.1 to 1.2

2010-06-18 Thread Howard Lewis Ship
On Thu, Jun 17, 2010 at 11:50 PM, Laurent PETIT wrote: > Hi, > > 2010/6/18 Wilson MacGyver : >> ^ was deprecated in 1.1 as per release note below >> The ^ reader macro has been deprecated as a shortcut for meta in the >> hopes that it can eventually replace the #^ reader macro. > > No, it's not th

Re: Upgrade from 1.1 to 1.2

2010-06-17 Thread Laurent PETIT
Hi, 2010/6/18 Wilson MacGyver : > ^ was deprecated in 1.1 as per release note below > The ^ reader macro has been deprecated as a shortcut for meta in the > hopes that it can eventually replace the #^ reader macro. No, it's not that gray: in 1.2 (so in clojure master, and all new branches like pr

Re: Upgrade from 1.1 to 1.2

2010-06-17 Thread Wilson MacGyver
^ was deprecated in 1.1 as per release note below The ^ reader macro has been deprecated as a shortcut for meta in the hopes that it can eventually replace the #^ reader macro. On Jun 18, 2010, at 2:20 AM, Howard Lewis Ship wrote: > I've noticed a few issues upgrading from 1.1 to 1.2; I see tha

Upgrade from 1.1 to 1.2

2010-06-17 Thread Howard Lewis Ship
I've noticed a few issues upgrading from 1.1 to 1.2; I see that ^coll is no longer supporter; you now have to use (meta coll) instead. Some of the notes on new 1.2 features imply that ^ has changed meaning; it now looks like it's the type hint, rather than #^ ? Is this true? I've checked around