[gwt-contrib] two errors in master

2014-11-30 Thread Stephen Haberman
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

[gwt-contrib] Re: two errors in master

2014-11-30 Thread Stephen Haberman
Note that in my previous email, both errors came from running (Super)DevMode, but FWIW the Guava errors also occur in a regular production compile (which I was not anticipating). - Stephen On Sunday, November 30, 2014 4:24:21 PM UTC-6, Stephen Haberman wrote: Hi, Given that the reuse-SDM

[gwt-contrib] Re: two errors in master

2014-11-30 Thread Jens
Hm funny. Just wanted to verify the Predicates issue but I can not launch my app anymore for some weird reason. Somehow the java compiler has detected a duplicate class in guava-gwt-18.0.jar: - com.google.common.collect.AbstractIterator - com.google.common.base.AbstractIterator They are

[gwt-contrib] Re: two errors in master

2014-11-30 Thread Stephen Haberman
Note that in my previous email, both errors came from running (Super)DevMode, but FWIW the Guava errors also occur in a regular production compile (which I was not anticipating). Ah, crap, I had thought checked for this, but I had mistakenly introduced a 2nd variable: source level. In