Hi, Given that the reuse-SDM cache patch (+ various Java 8 patches, hot damn) landed, I tried our app with master. I'm seeing two issues:
1. A transient/only-happened-once ConcurrentModificationException: https://gist.github.com/stephenh/6e32c3077b67769e46cb 2. Some compile errors related to guava/guava-gwt: https://gist.github.com/stephenh/92f451858eb9828c199f [ERROR] Line 1691: The method and(Predicate<capture#83-of ? super K>, Predicate<capture#84-of ? super K>) is undefined for the type Predicates [ERROR] com.google.common.collect.Maps.ImprovedAbstractMap cannot be resolved to a type Not quite sure what is going on here...I have guava and guava-gwt 18.0 on the classpath and, AFAICT, no other version is shadowing it, e.g. due to be included-non-rebased in another jar (which is surprising for once that the problem isn't related to that :-)). Also, along the old/shadowed version theory, I checked and Predicates.and seems to have been in Guava for awhile. This same app runs fine in gwt-2.7.0 final. Has there been a change recently that might affect this? Anything I can do to help poke around? (Normally I would have submitted a patch (assuming it's semi-trivial) for the first issue, but my GWT environment is on another machine.) Thanks, Stephen -- 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/20141130162413.4cd9bdfd%40sh10. For more options, visit https://groups.google.com/d/optout.
