You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussed with @fmeum on Slack - I think what's really wanted here is not to change the existing mode for build_file_generation but rather to add a new one like replace, otherwise similar to your PR.
This would be useful in cases where we run into bazelbuild/bazel#19301 under bzlmod, but didn't actually want any of the "Bazel module" content from the package in question, we just want a pure Go package. Erasing all BUILD files before generation solves for that case.
What version of gazelle are you using?
HEAD 98250fb
What version of rules_go are you using?
v0.39.0
What version of Bazel are you using?
6.1.1
Does this issue reproduce with the latest releases of all the above?
Yes
What operating system and processor architecture are you using?
darwin/arm64
What did you do?
I used the following go_repository rule:
What did you expect to see?
I expected that the build files in
external/com_github_mwitkow_go_proto_validators
would be updated.What did you see instead?
The build files in
external/com_github_mwitkow_go_proto_validators
are not updated and appear to be out of date for usage.The text was updated successfully, but these errors were encountered: