Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-10-12 Thread Erik Assum
FWIW upgrading prismatic schema to 1.1.7 fixed this for me Erik. mandag 15. mai 2017 16.24.12 UTC+2 skrev David Nolen følgende: > > That runtime error doesn't necessarily seem related to the compile time > warning. Would need more information. > > On Mon, May 15, 2017 at 10:16 AM, Tatu Tarvainen

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-05-15 Thread David Nolen
That runtime error doesn't necessarily seem related to the compile time warning. Would need more information. On Mon, May 15, 2017 at 10:16 AM, Tatu Tarvainen wrote: > > My phantom test run crashes with: > TypeError: undefined is not an object (evaluating 'schema.core.MapEntry. > prototype') > >

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-05-15 Thread Tatu Tarvainen
My phantom test run crashes with: TypeError: undefined is not an object (evaluating 'schema.core.MapEntry.prototype') I'm assuming that is related to this change, but I'll need to investigate more. There's already a merged PR for schema that excludes MapEntry in refer-clojure. I'm hoping that

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-05-15 Thread David Nolen
That's just a warning. Is there some deeper breakage that you are observing? David On Sun, May 14, 2017 at 3:09 AM, Tatu Tarvainen wrote: > > > * CLJS-2013 - Add MapEntry type > > This change seems to break plumatic schema, after upgrading I'm getting > warnings: > > WARNING: ->MapEntry already