Results 176 comments of Ivo List
trafficstars

@shs96c are there any blockers to proceed with the release? I'm asking, becuase I'm blocked on moving java_proto_libraries into protobuf repository by this.

I was hoping for something sooner, because this release is on a critical path to Bazel 8 release. Basically I need rules_jvm_release, so that I can put java_proto_library into protobuf...

You may silence the warning by removing rules_android and protobuf from incompatible_autoload_externally. At the moment that means setting it to „+@rules_java,+@rules_python,+@rules_shell“. Futhermore if you have load statements for some of...

I think everything in this PR has now been merger.

This breaks cc_builtins tests. https://storage.googleapis.com/bazel-untrusted-buildkite-artifacts/01931ae7-07f8-4c6c-b4b2-c951a9ac7410/src/main/starlark/tests/builtins_bzl/cc_builtin_tests/test_attempts/attempt_1.log

@a289672082 what is the behaviour you get and what would you expect?

I think this is worth more discussion. Current example seems to be very basic and can be interpreted in 2 ways. Either propagate the aspect over "deps" attribute or propagate...

CppCompileAction is a special action. I believe this will be resolved once it is transformed into a regular Spawn action (something that has already been done for linking action).

I acknowledge the problem. The solution needs more discussion - where do we draw the line of non-hermeticity, when should we use binaries instead of building from sources (and can...