Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Build are failing #985

Description

@kwiva

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions