Capital One || Sr. Software Engineer With Clojure in SF

2017-05-15 Thread James Yon
Hi All, I hope I'm not spamming the group. Please let me know if there is a better venue for job postings. Capital One is looking for an Engineer with Clojure experience in San Francisco. Please feel free to send me a note if you have any interest in learning more. https://capitalone.wd1.my

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