Fabian Meumertzheim

Results 1665 comments of Fabian Meumertzheim

Support for `godebug` directives could be added to Gazelle's `go_deps` extension. `//go:debug` lines would ideally be picked up by the Go compiler/linker (or rules_go's wrapper around them) without Gazelle even...

Basic usage like that is covered by tests, so there must be something else about your targets that tickles the bug. Could you try to cut down one of the...

I have no idea why there is no error message in this case, but when I commented out the last of the analyzers in `TOOLS_NOGO` as an attempt to bisect...

It needs a bump of `x/tools` in `go.mod` (but nothing else). Since that repo is rather unstable, I don't want to force the update on everyone just yet. It's arguably...

That should work if you are using Bzlmod and `go_deps`. If not, then your own go_repository would collide with the one defined as a dep of rules_go.

I think that this is fixed by https://github.com/bazel-contrib/rules_go/commit/76e2cb9305461a2e7fbabc3946c97a4a1b2c54ae. Please speak up if you still see this with that commit.

Could you try to make a reproducer? If that's too difficult, could you perhaps try Gazelle commits between 0.39.0 and 0.40.0 so that we get a better understanding of what's...

You can check out the Gazelle repo locally and use a `local_path_override` to override the `bazel_dep`, then run a `git bisect` on your checkout.

Thanks for providing the reproducer. This does look like it's working as intended: Gazelle performs minimum version selection among all Bazel modules that declare Go deps and happens to be...