Fabian Meumertzheim

Results 1671 comments of Fabian Meumertzheim

This is blocked on https://github.com/bazelbuild/bazel/issues/19981#issuecomment-2402578678.

We can inject data, but it's not clear what data that should be. Bazel Go targets can depend on Go code that isn't even a Go module. PRs that wire...

@armandomontanez for the interaction with rules_cc - this would help to fully migrate to action configs, right?

The failure should go away if you rebase onto master.

See https://github.com/bazelbuild/remote-apis/issues/187#issuecomment-2413339537, I think that this needs to be both the client's and the server's problem, but the part about `argv0` needs to be handled in Bazel (since as @ulfjack...

@moroten I don't think that this needs a new flag, we can just detect the `@platforms//os:windows` constraint. I have a tentative fix: https://github.com/bazelbuild/bazel/pull/23986

Could you try adding this patch? ```patch --- a/src/main/java/com/google/devtools/build/lib/skyframe/RepoFileFunction.java +++ b/src/main/java/com/google/devtools/build/lib/skyframe/RepoFileFunction.java @@ -96,7 +96,8 @@ public class RepoFileFunction implements SkyFunction { RepositoryMappingValue repoMapping = (RepositoryMappingValue) env.getValue(RepositoryMappingValue.key(repoName)); RepositoryMappingValue mainRepoMapping = -...

Since WORKSPACE is going away anyway, how about gating this new feature behind `--noenable_workspace`? We could still cherry-pick it into Bazel 8.

#6526 is the most fitting one. @tjgq is also working on solving the "multiple interpreters/SDKs" issue.