Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-30 Thread Paul Robinson
Have you tried modifying/simplifying the JSON to see what your odd behaviour is sensitive to? Paul -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolk

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-30 Thread Dave Puchyr
Thanks On Friday, December 30, 2016 at 12:12:56 AM UTC+1, Dave Puchyr wrote: > > Parsing the following JSON input and sending the resulting object to the > console yields the expected results for a JSNI JSON.parse() but yields > incorrect timestamps using a JsInterop JSON.parse() (with correct r

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-30 Thread Jens
> Can I do anything more than setting the GWT compile output style to > DETAILED to investigate further? > No. And I would recommend using PRETTY instead of DETAILED, as PRETTY is way more readable. But I would be surprised if you find any notable difference between JSNI and JsInterop that

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-30 Thread Dave Puchyr
Thanks a lot for taking a look. Indeed, like you, when I created a simple test case I couldn't reproduce the error. However, I can assure you that the problem is not with the server since I'm parsing the same json string on the client side with both JSNI and JsInterop and getting the incorrect

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-30 Thread Jens
Just tried it and both JSNI and JsInterop work as expected. Given that in your broken example all timestamps are the same, I guess your server or some other code has a bug and it only accidentally occurred while you were testing JsInterop. -- J. -- You received this message because you are su

Re: Is there still a visual designer for GWT .

2016-12-30 Thread Jens
GWT itself does not provide a visual designer. If the old GWT designer hasn't been updated to work with current GWT and Eclipse then I guess the answer is no. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group a

Compiler requests

2016-12-30 Thread Thomas Broyer
On mobile so can't develop as much as I'd want. 1. Have a look at how JUnitShell synthesizes the .JUnit modules. 2. gwt.xml files are on the way out, once GWT will have adopted J2CL. This will take time though. The reasons for those files are source/super-source/public paths and deferred binding

Is there still a visual designer for GWT .

2016-12-30 Thread Liao Hongtao
hi all just checking , is there still a visual desinger available. as per from Eclipse, seems then window builder is not supporting GWT anymore. please help. Xav -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group an