Fabian Meumertzheim

Results 1673 comments of Fabian Meumertzheim

Looking at `objc_library.bzl`, it doesn't seem to be doing anything with `ctx.attr.data` and instead only returns the output archives as `data_runfiles` (which also seems unnecessary).

I've run into this before, but I don't see an easy solution: The available exec groups vary between rules and there are valid use cases for specifying platform properties for...

This is a case in which Copilot comments are highly relevant and much more thorough than what I could provide. Please take a look.

This will be fixed in Bazel itself: https://github.com/bazelbuild/bazel/pull/25750

Just noting some insights I had that are relevant for the evaluation: 1. Isolated extension usages receive independent lockfile entries, which limits the impact of tag changes for non-deterministic extensions....

@alexeagle We should be careful with experimental flags. Their entire point is to have users opt into the risk of being broken if the behavior of the flag changes :-)...

Would isolated extension usage help? I guess not since they can only really share a statically enumerated list of repos. What I could see work is a version of "path...

In https://bazelbuild.slack.com/archives/C09E58X3AQ7/p1764934858912079, @malt3 and I discussed what evolved into a plan to make isolated extension usage obsolete by providing extensions with a way to implement them themselves: 1. Extend `bazel...

@dzbarsky My plan is to add an `isolated_namespace` attribute to all relevant `go_deps` tag classes. If set to `foo`, `use_repo` arguments as generated by `bazel mod tidy` would take the...