On Wednesday, June 8, 2016 at 11:06:26 AM UTC+2, Daniel Kurka wrote: > > Hi all, > > in the last steering committee meeting we agreed that making the next > version of Guava work (which contains a lot of Java8 usage) was the goal > for RC1. > > We have gotten significantly closer to this now and I am happy to report > that as of now we pass all of Guavas tests. > However there are a few work items left to do: > > - Make sure we actually run all of the java8 tests in the open source > build >
I don't see 'java8' in http://build.gwtproject.org/job/gwt/519/testReport/ so I'd say they're not run. I think we should also run EmulSuite (et al.) and EmulJava8Suite in JRE, like you seem to be doing inside Google. Also, apparently, this build uses OpenJDK 8, and gwt-java7 is disabled so we no longer build with Java 7 (building with Java7 reveals that https://gwt.googlesource.com/gwt/+/c8790cd86a11eababd5d5e211d4d3567671c54ff updated user/BUILD to exclude HashCodes.java but didn't update user/build.xml, so the build fails; also apicheck fails when run with Java 7 because it tries to compile super-sources using ECJ/JDT, and fails when encountering lambdas (cannot find java.lang.invoke.SerializedLambda)) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/a68679a8-62e8-4141-906e-e1da062ac8d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
