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
I tried to run bazel-diff by including it as a module in our repo (we're currently evaluating Bazel 9 to shake out any incompatibilities). I've run into the following issues when doing bazel run @bazel-diff:
rules_kotlin needs to be upgraded to a version that includes this commit (at least 2.1.6), since it includes rules_java which is no longer autoloaded.
I tried to run
bazel-diffby including it as a module in our repo (we're currently evaluating Bazel 9 to shake out any incompatibilities). I've run into the following issues when doingbazel run @bazel-diff:rules_kotlinneeds to be upgraded to a version that includes this commit (at least 2.1.6), since it includesrules_javawhich is no longer autoloaded.bazel_toolsin@@bazel_diff+//cli:cli-libno longer works becausebazel_toolsno longer includesgrpc-javaas a module, which the protos need. Upstream won't fix it: depending on @bazel_tools//src/main/protobuf:deps_java_proto fails in nightly 9.0.0-pre.20250714.1 bazelbuild/bazel#26579 (comment) and wants others to vendor the protos now.