Bug#961839: closure-compiler: FTBFS: is not abstract and does not override abstract method test(Object) in Predicate

2020-06-29 Thread Sandro Tosi
Any update here? it's been a month now -- thanks! On Sun, May 31, 2020 at 9:03 PM Sandro Tosi wrote: > > > If that helps, building closure-compiler with source/target=8 should fix > > this issue. I did that for Gradle this week to fix the same issue. > > if you guys fix this bug, can you also

Bug#961839: closure-compiler: FTBFS: is not abstract and does not override abstract method test(Object) in Predicate

2020-05-31 Thread Sandro Tosi
> If that helps, building closure-compiler with source/target=8 should fix > this issue. I did that for Gradle this week to fix the same issue. if you guys fix this bug, can you also take care of #942965 at the same time? it should be just a matter of s/python-docutils/python3-docutils/ thanks!

Bug#961839: closure-compiler: FTBFS: is not abstract and does not override abstract method test(Object) in Predicate

2020-05-31 Thread Emmanuel Bourg
Le 31/05/2020 à 19:36, tony mancill a écrit : > Thank you for the bug report. This is due to the recent Guava update > from 19.0 -> 29.0. test() was introduced in version 21. Somewhat > ironically, test() appears to lack any Javadoc [1] because it was added > to more closely emulate

Bug#961839: closure-compiler: FTBFS: is not abstract and does not override abstract method test(Object) in Predicate

2020-05-31 Thread tony mancill
On Sat, May 30, 2020 at 02:13:25AM -0400, Sandro Tosi wrote: > Source: closure-compiler > Version: 20130227+dfsg1-10 > Severity: serious > > > > [javac] > /build/closure-compiler-20130227+dfsg1/src/com/google/javascript/jscomp/Scope.java:67: > error: is not abstract and > does not