Re: [gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-06 Thread 'Goktug Gokdogan' via GWT Contributors
It is surprising as Jens pointed out, we always qualified references with $wnd until https://gwt-review.googlesource.com/#/c/15520/ (submitted 5 weeks ago). So it shouldn't have worked earlier if you were not injecting it to TOP_WINDOW. If it worked earlier, then we unintentionally fixed a bug. Cou

[gwt-contrib] SuperDevMode slow compilation with stack trace emulation enabled

2016-09-06 Thread nlight
Hi, We're trying to compile a very large GWT project that generates in non obfuscated mode(PRETTY setting) around 41MB of nocache.js per module. It works fine but when enabling stack trace emulation(to have deobfuscated exception stack traces in Eclipse through SDBG), compilation gets stuck at

[gwt-contrib] Re: ScriptInjector seems to be broken (2.8-SNAPSHOT)

2016-09-06 Thread stuckagain
It was working fine before. Since it looks like JsInterop has changed recently (and it is still in beta) I will just update my code to either inject in the TOP_WINDOW or I try it with using window as namespace. On Monday, September 5, 2016 at 6:29:48 PM UTC+2, Jens wrote: > > Hm wondering how