Re: `defrecord` produces warning in CLJS 0.0-1503 (lein-cljsbuild 0.2.8)

2012-10-14 Thread David Nolen
On Sun, Oct 14, 2012 at 3:29 AM, Shantanu Kumar wrote: > Hi, > > I noticed every instance of using `defrecord` with CLJS > 0.0.1503/lein-cljsbuild 0.2.8 is emitting the following warning during > compilation: > > WARNING: Protocol IPrintable is deprecated at line ## We need to remove the IPrinta

Re: `defrecord` produces warning in CLJS 0.0-1503 (lein-cljsbuild 0.2.8)

2012-10-14 Thread Pierre Henry
Protocol IWriter is not loaded at creation time Le dimanche 14 octobre 2012 09:29:40 UTC+2, Shantanu Kumar a écrit : > > Hi, > > I noticed every instance of using `defrecord` with CLJS > 0.0.1503/lein-cljsbuild 0.2.8 is emitting the following warning during > compilation: > > WARNING: Protocol I