[gwt-contrib] Java 9+ modules for GWT

2018-04-03 Thread Thomas Broyer
J2CL has no notion of modules (no "source path" or other "classpath subsetting", no "public path", no defined properties and no predefined values, no "entry point", no deferred binding). GWT 3 might still have some of them (entry point, matrix of properties, some kind of "public path" or custom

[gwt-contrib] Java 9+ modules for GWT

2018-04-03 Thread Hristo Stoyanov
Some discussions here on how to move to annotation-based, Java9 modular design for J2CL/GWT modules: https://gist.github.com/lofidewanto/2262441fe61f887158347f68418f04e3 -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from

[gwt-contrib] Elemental2 1.0 release date

2018-04-03 Thread Paul Stockley
Any idea when Elemental2 1.0.0 will be released? The RC1 has been out there for a while now. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Re: Java10 support

2018-04-03 Thread Jens
> The next step will be to support Java 10 APIs (we still have some Java 9 > ones to add) and language features. > I have a partial JDiff report (some packages still missing) between current GWT HEAD emulation and JDK 10. It is a bit annoying to run javadoc/jdiff against GWT HEAD emulation

[gwt-contrib] Re: Java10 support

2018-04-03 Thread Thomas Broyer
On Tuesday, April 3, 2018 at 9:00:32 AM UTC+2, Alexander Leshkin wrote: > > Is there anyone who works on Java10 support? I mean dependencies update > (ASM, JDT) and new language feature - Local-Variable Type Inference > . > If not, I can try to create PR. >

[gwt-contrib] Re: Java10 support

2018-04-03 Thread Alexander Leshkin
There is no stable JDT release yet (only RC), but it's scheduled in middle of April. So, some work on this one already may be started. On Tuesday, April 3, 2018 at 11:17:49 AM UTC+3, Jens wrote: > > Is there a stable Eclipse JDT release supporting local variable type > inference? Doesn't look

[gwt-contrib] Re: Java10 support

2018-04-03 Thread Jens
Is there a stable Eclipse JDT release supporting local variable type inference? Doesn't look like Eclipse itself already supports Java 10 language features. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this

[gwt-contrib] Java10 support

2018-04-03 Thread Alexander Leshkin
Is there anyone who works on Java10 support? I mean dependencies update (ASM, JDT) and new language feature - Local-Variable Type Inference . If not, I can try to create PR. -- You received this message because you are subscribed to the Google Groups "GWT