Re: [gwt-contrib] elemental.Json broken with 2.8-SNAPSHOT

2015-09-07 Thread Leif Åstrand
Web mode fails, devmode passes, which is maybe the reason this wasn't picked up by any test? On Monday, 7 September 2015 10:41:48 UTC+3, Ray Cromwell wrote: > > Ok I'll take a look, it's probably my unboxing patch. Is this devmode or > web? > > On Monday, September 7, 2015, Leif Åstrand > > wro

Re: [gwt-contrib] elemental.Json broken with 2.8-SNAPSHOT

2015-09-07 Thread 'Ray Cromwell' via GWT Contributors
Ok I'll take a look, it's probably my unboxing patch. Is this devmode or web? On Monday, September 7, 2015, Leif Åstrand wrote: > The latest 2.8-SNAPSHOT seems quite broken at least with elemental.Json. > > This fails in compiled mode, while hosted passes: assertEquals(JsonType. > BOOLEAN, Json.

[gwt-contrib] elemental.Json broken with 2.8-SNAPSHOT

2015-09-07 Thread Leif Åstrand
The latest 2.8-SNAPSHOT seems quite broken at least with elemental.Json. This fails in compiled mode, while hosted passes: assertEquals(JsonType. BOOLEAN, Json.create(true).getType()); This worked on Friday, but is broken today after downloading a new snapshot. -- You received this message beca