Re: [gwt-contrib] Re: Elemental2 and JsInterop base beta releases available.

2017-06-01 Thread 'Goktug Gokdogan' via GWT Contributors
This is a known issue that we will address. On Thu, Jun 1, 2017 at 12:37 PM, Marcin Okraszewski wrote: > Hi, > First of all, thanks for working on this. > > I have some doubt if *Array* really work on *double* indexes? I know in > JS every number is floating point, but still,

[gwt-contrib] Re: Elemental2 and JsInterop base beta releases available.

2017-06-01 Thread Marcin Okraszewski
Hi, First of all, thanks for working on this. I have some doubt if *Array* really work on *double* indexes? I know in JS every number is floating point, but still, indexes are logically integers, it would be more natural to work with integers here. Moreover, JsArrayLike interface is using int

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-01 Thread Lars
In the GwtCon keynote 2016 it looks like a Main method (without parameters) in a Main class ... but I guess most of this is experimental ... -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-01 Thread Thomas Broyer
I believe j2cl is currently used to produce libraries only (that are then consumed by JS code and passed through the Closure Compiler to produce applications) If j2cl doesn't have an equivalent already, I believe GWT 3 will still have EntryPoint with some "glue code" to make it run on load of

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-01 Thread 'Frank Hossfeld' via GWT Contributors
I did not see any J2CL examples. Would be nice to know, how to replace the Entrypoint ... Am Mittwoch, 31. Mai 2017 22:43:23 UTC+2 schrieb Goktug Gokdogan: > > J2CL doesn't require @JsType; JsType serves same purpose as in GWT. > > The likely steps required to make GWT library work with J2CL >