Re: [gwt-contrib] JUnit tests without Generators

2018-02-16 Thread 'Goktug Gokdogan' via GWT Contributors
The dependency issue could be solved separately in a much simpler change. I agree improvements could be made for 2.8 testing but it is a big project and I think it might be more worthwhile to have 3.x sooner. Anyway we can discuss this further after we release the source. On Fri, Feb 16, 2018 a

Re: [gwt-contrib] JUnit tests without Generators

2018-02-16 Thread Colin Alworth
Several things I'd like to achieve: * I'd like to support JUnit 4 in GWT2 (well, I'd actually like to support JUnit 5 in both, but one step at a time) - JUnit 3 practically doesn't exist outside of GWT2. * There are probably better ways to do testing than the existing junit shell wiring in GWT

Re: [gwt-contrib] JUnit tests without Generators

2018-02-16 Thread 'Goktug Gokdogan' via GWT Contributors
I haven't thought about separating it from J2CL, not sure if it is a good idea. Why do you need it for GWT2? For code sharing, we simply use Junit3 style and we didn't feel much pain about it. On Thu, Feb 15, 2018 at 12:15 PM Colin Alworth wrote: > Anything we can do to facilitate this? Also, i

[gwt-contrib] Re: Updating GWT CLDR data from v25 to v32

2018-02-16 Thread Colin Alworth
>From our discussion in Gitter, it sounds like many/most of the changes in GoogleMods are no longer needed to get tests to pass - either the existing tests are insufficient to make sure that these changes are still there, or the important changes have been folded in upstream. I do recall that t

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 likel

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 &