Fabian Meumertzheim

Results 1688 comments of Fabian Meumertzheim

In Bazel 7.4.0 and 8, you will be able to have `go_deps` reuse the `bazel_dep` via `override_repo`. I will add a test case to verify that `bazel mod tidy` behaves...

The Gazelle extension can't do this as it doesn't have access to MODULE files. Having looked into this more, I think that it's actually a feature (but not with a...

Could you rename the conflicting dep via the `repo_name` attribute of `bazel_dep`? We can add a new knob, I would just like to make sure it's the right one and...

There is interest, I just don't know whether go_deps is the right place to change this behavior (vs. Gazelle defaults). @jayconrod @linzhp What do you think?

Would https://github.com/bazelbuild/bazel-skylib/pull/440 help with your use case?

@fionera Could you give this a try as well? I'm not sure how usable it is though, the first nogo finding is: ``` nogo: errors found by nogo during build-time...

Have you tried the `excludes` attribute of the `nogo` tag? It accepts labels, not paths, and should this work with Bzlmod.

Could you file a separate issue for that? We probably do need to change how we identify files in the nogo config

Could you check whether this still reproduces with Bazel 8.2.1?

@zhengwei143 @tjgq Friendly ping