Fabian Meumertzheim

Results 1648 comments of Fabian Meumertzheim

While rules_proto is deprecated Protobuf is still working on feature parity, in particular regarding its toolchain story. Unless using rules_proto results in any concrete issues I would rather wait a...

https://github.com/bazel-contrib/bazel-gazelle/blob/3ca2882ceb34d9e515ba088d9b0a2e7523de5706/config/config.go#L126 can be used to get the correct repo names. @zecke Would you be interested in taking up Son's PR and/or using what I linked above to fix the repo...

From the perspective of Bazel and other build systems that use sandboxing to increase hermeticity, it would probably be even better if this only used `normalize` and not `absolutePath`. Bazel...

I would also like to see improvements to `FixLoads`, specifically to force loads to use a particular `.bzl` file, updating the label even if some load already exists for the...

I would have used this feature during numerous updates. I could even see it being enabled by default.

Sounds good to me, do you want to send a PR?