google / jsinterop-generator

Generates Java annotated with JsInterop from JavaScript extern sources
Apache License 2.0
75 stars 24 forks source link

Broken build: Closure's StaticTypedSlot has no method getScope() #5

Closed niloc132 closed 6 years ago

niloc132 commented 6 years ago
ERROR: /Users/colin/workspace/jsinterop-generator/java/jsinterop/generator/closure/visitor/BUILD:11:1: Building java/jsinterop/generator/closure/visitor/libvisitor.jar (7 source files) failed (Exit 1).
java/jsinterop/generator/closure/visitor/AbstractClosureVisitor.java:177: error: cannot find symbol
        typedef.getScope(), typedef.getName()));
               ^
  symbol:   method getScope()
  location: variable typedef of type StaticTypedSlot<JSType>

Likely WORKSPACE needs to be updated to indicate the minimum required version of com_google_closure_compiler.

niloc132 commented 6 years ago

Whoops, disregard - either a caching problem (bazel and non-pinned dependencies are incompatible unless you clean after every single update, so much for incremental build?), or stale jars at the time in sonatype, closing.