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
external/io_bazel/src/main/java/net/starlark/java/eval/Dict.java:462: error: cannot find symbol
var dict = (Dict<K, V>) m;
^
symbol: class var
location: class Dict<K,V>
where K,V are type-variables:
K extends Object declared in class Dict
V extends Object declared in class Dict
Is there a specific toolchain that copybara developers recommend when building this in bazel?
The text was updated successfully, but these errors were encountered:
I am currently trying to compile Copybara using the workspace additions recommended in the
README.md
with the following command:bazel build @com_github_google_copybara//java/com/google/copybara
I am seeing the following issue:
Is there a specific toolchain that copybara developers recommend when building this in bazel?
The text was updated successfully, but these errors were encountered: