Fabian Meumertzheim

Results 1691 comments of Fabian Meumertzheim

Your `MODULE.bazel` snippet lacks a `register_toolchains` call similar to what you had in `WORKSPACE`. Could you try to add it?

Could you post the output of running with `--toolchain_resolution_debug=.*`?

> add an intermediate action for each package that removes annotations from the config file that don't apply to the current package. Determining whether a given regex can match a...

@Geethree Does this only affect the first, full build after the update or also subsequent builds? We are running nogo on more targets now, but most of those runs should...

Could you add a test case that exercises this logic and fails without it? cgo is complicated enough that I wouldn't want to make a change without a test.

I don't think that's possible at the moment. There's been some discussion about introducing a way to forward all but a select few providers, but the last time that came...

Adding a dedicated `go.mod` to the runfiles library would be possible. I'm not sure whether it would greatly improve the situation though since proto and `x/tools` deps would still need...

Not really as go_deps will still pick the maximum version. It's only a problem for IDEs that aren't fully Bazel aware.