This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Build are failing #985
Copy link
Copy link
Open
Labels
internal-issue-createdGoogle internal issue has been created for thisGoogle internal issue has been created for thistriage-done
Description
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
Sublihim
Metadata
Metadata
Assignees
Labels
internal-issue-createdGoogle internal issue has been created for thisGoogle internal issue has been created for thistriage-done