You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Both all recent CI builds and my local builds are failing. I've tried upgrading to Guava 28.2, but that does not work.
/Users/kwiva/Projects/clone/clutz/src/main/java/com/google/javascript/clutz/DeclarationGenerator.java:1318: error: cannot find symbol
.splitToStream(namespace)
^
symbol: method splitToStream(String)
location: variable DOT_SPLITTER of type Splitter
/Users/kwiva/Projects/clone/clutz/src/main/java/com/google/javascript/clutz/DeclarationGenerator.java:2356: error: cannot find symbol
return type.equals(typeRegistry.getNativeType(JSTypeNative.FUNCTION_TYPE));
^
symbol: variable FUNCTION_TYPE
location: class JSTypeNative
/Users/kwiva/Projects/clone/clutz/src/main/java/com/google/javascript/clutz/Options.java:183: error: cannot find symbol
options.setBadRewriteModulesBeforeTypecheckingThatWeWantToGetRidOf(true);
^
symbol: method setBadRewriteModulesBeforeTypecheckingThatWeWantToGetRidOf(boolean)
location: variable options of type CompilerOptions
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 errors
Both all recent CI builds and my local builds are failing. I've tried upgrading to Guava 28.2, but that does not work.