Closed hzeller closed 3 years ago
This prevents us from moving to Bazel 4.0.0 ( #759 attempt ), because the old vname.bzl
uses a syntax that is more thoroughly checked with the newer version.
We can get rid of Kythe Bazel dependency if we use precompiled version of the Kythe verification binary. What do you think? (please take a look at b/171679296)
Resolution in #625 was to clamp 0.0.49 to some older version of Kythe. Did a quick test today to see if the latest version
0.0.52
would work, but different issues emerge:Using this in WORKSPACE
Stumbles upon some ruby dependency.
bazel build log output
``` $ bazel build ... INFO: Repository bazelruby_rules_ruby instantiated at: /home/hzeller/src/my/verible/WORKSPACE:152:24: inThis probably all happens while processing the setup.bzl in Kythe.
Passing on to @ivan444