Re: GWTC 2.9.0 has problems compiling my generics

2020-06-08 Thread David Nouls
Has somebody created an issue to fix this regression ? This is blocking me from migrating to GWT 2.9.0 On Friday, May 29, 2020 at 5:54:14 PM UTC+2, Thomas Broyer wrote: > > Log of the error in our project: >Tracing compile failure path for type >

Re: GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread Thomas Broyer
Log of the error in our project: Tracing compile failure path for type 'org.waveprotocol.wave.model.supplement.WaveletBasedSupplement' [ERROR] Errors in

Re: GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread David Nouls
I changed my maven pom to select 3.20.0 of org.eclipse.jdt:ecj as that seemed to be the only dependency from eclipse.jdt. But the compilation still failed with the same error. I also tried 3.21.0 but there the compilation does not seem to ever finish (cpu usage goes to 0%). On Friday, May 29,

Re: GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread David Nouls
I don't have access to eclipse in my work environment - not allowed. On Friday, May 29, 2020 at 3:02:00 PM UTC+2, Jens wrote: > > So the Eclipse JDT version GWT uses has a generics bug then. Have you > tried open the project/code in Eclipse to see if Eclipse complains as well? > If Eclipse

Re: GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread Jens
So the Eclipse JDT version GWT uses has a generics bug then. Have you tried open the project/code in Eclipse to see if Eclipse complains as well? If Eclipse does not complain then it is probably fixed and we can likely just upgrade JDT again in GWT. -- J. -- You received this message because

Re: GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread Gordan Krešić
Interestingly, I've run into exactly the same issue yesterday, but other way around: my code compiles in GWT 2.9 (and javac and Eclipse), but not in GWT 2.8.2 which refuses to accept parameters for one method with generics-heavy signature. I've even explored the possibility to force GWT 2.8.2