Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2018-02-16 Thread Thomas Broyer
On Friday, February 16, 2018 at 11:42:14 AM UTC+1, Nándor Előd Fekete wrote: > > The fix for this bug got backported to the 4.7 line of Eclipse. Will there > be a 2.8.3 GWT release and do you guys plan to upgrade to this version of > JDT if so? > I don't know when (or whether, but that's

Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2018-02-16 Thread Nándor Előd Fekete
The fix for this bug got backported to the 4.7 line of Eclipse. Will there be a 2.8.3 GWT release and do you guys plan to upgrade to this version of JDT if so? On Monday, October 2, 2017 at 10:05:31 AM UTC+2, Ignacio Baca Moreno-Torres wrote: > > Yep, IMO the best compromise between solution &

Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2017-10-02 Thread Ignacio Baca Moreno-Torres
Yep, IMO the best compromise between solution & risk is to apply the patch over the last CUSTOM JDT build and wait for java9 lang support to upgrade to the last JDT. On Mon, Oct 2, 2017 at 9:48 AM Thomas Broyer wrote: > Note that this means GWT will effectively require JDK 8

Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2017-10-02 Thread Colin Alworth
Seems like a good reason to defer to GWT 2.9. On Mon, Oct 2, 2017, at 02:48 AM, Thomas Broyer wrote: > Note that this means GWT will effectively require JDK 8 for > development (gwt-servlet could possibly still work with 1.7, though at > that point I'd push for 1.8 too)> >

Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2017-10-02 Thread Thomas Broyer
Note that this means GWT will effectively require JDK 8 for development (gwt-servlet could possibly still work with 1.7, though at that point I'd push for 1.8 too)

Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2017-10-02 Thread Ignacio Baca Moreno-Torres
FYI The patch will be released for 4.8M3 https://bugs.eclipse.org/bugs/show_bug.cgi?id=521438#c17 On Wednesday, September 27, 2017 at 11:09:43 PM UTC+2, Roberto Lublinerman wrote: > > I would wait until an eclipse jdt release is done and upgrade JDT. > > On Tue, Sep 26, 2017 at 10:56 AM,

Re: [gwt-contrib] Super slow compilation in projects with many wildcard generics

2017-09-27 Thread 'Roberto Lublinerman' via GWT Contributors
I would wait until an eclipse jdt release is done and upgrade JDT. On Tue, Sep 26, 2017 at 10:56 AM, Ignacio Baca Moreno-Torres < igna...@bacamt.com> wrote: > JDT has a bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=521438) that > make it super slow to compile some project involving

[gwt-contrib] Super slow compilation in projects with many wildcard generics

2017-09-26 Thread Ignacio Baca Moreno-Torres
JDT has a bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=521438) that make it super slow to compile some project involving wildcards generics. Actually, there are many problems with performance and memory consumption since Java 8, this has just lived longer bc it was a bit more difficult