Re: Magical "js" function

2015-09-17 Thread Cristian Rinaldi
It is not implemented yet, I have not seen in the master branch. Cristian., El jueves, 17 de septiembre de 2015, 17:22:36 (UTC-3), Laser Jim escribió: > > Hey, > > I'm LOVING js interop. I actually abandoned GWT a couple years ago in > favor of another architecture, but with jsinterop, I'm will

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-17 Thread Ed Bras
I have some problem with code ending up in the left over because it's reached from a split point, while it shouldn't be reached through that split point. Why? Details: Below a snippet from the Soyc report that shows why the Login component is alive from a split point in the app Ztoeslag. The Login

Magical "js" function

2015-09-17 Thread Laser Jim
Hey, I'm LOVING js interop. I actually abandoned GWT a couple years ago in favor of another architecture, but with jsinterop, I'm willing to come back. I've been using @JsType and friends, but I can't seem to find the "js()" function. I know a few months ago, it wasn't yet implemented, but I'

Re: GWT release cycle

2015-09-17 Thread Juan Pablo Gardella
Who decide when to release? gwt-steering team? On 17 September 2015 at 13:07, Ed wrote: > Yes, the release mangement should really be improved. > > @Jens: I noticed you often advice people to use the Snapshots as it's > "stable"... > But that not-common (wrong): if it's stable, it should be re

Re: GWT release cycle

2015-09-17 Thread Ed
Yes, the release mangement should really be improved. @Jens: I noticed you often advice people to use the Snapshots as it's "stable"... But that not-common (wrong): if it's stable, it should be released. That's what most people expect. I noticed GWT developers mentioning that 2.8 will be rel

Re: JsInterop hello world

2015-09-17 Thread Cristiano
I use gwt-maven-plugin 2.8.0-SNAPSHOT for no reason in particular, but if you use 2.7.0 and you want to compile correctly with version 2.8.0 of GWT, remember to override the plugin configuration like explained in this page https://gwt-maven-plugin.github.io/gwt-maven-plugin/user-guide/using-di

Re: JsInterop hello world

2015-09-17 Thread Brian Pedersen
It all makes perfectly sense now, thank's a lot for taking your time to clarify your findings. I like the concept of the sso linker, a pity it doesn't work with super dev mode yet. Using JsInterop with the xsiframe linker in super dev mode works equally bad for me, but maybe that's just me mes

Re: JsInterop hello world

2015-09-17 Thread Cristiano
Update: with the sso linker the project responds as expected: the GWT code is available as soon as page has loaded You could check it out on this branch: https://github.com/cristcost/jspoc/tree/test_with_sso note that: - with sso linker super dev mode don't work (I've worked manually compiling

Re: JsInterop hello world

2015-09-17 Thread Cristiano
Hi Brian, I had problems similar to you when studying JsInterop, so I've tried your code. I've forked your repo (see https://github.com/cristcost/jspoc) and I have made it work but with some considerations to take into account. Other than the problems on using JsInterop annotations as reported b