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
The build should fail with override for path = "this/doesnt/exist" failed, there is no go_deps module declared with this path.
What did you see instead?
Build passes as previous
The text was updated successfully, but these errors were encountered:
tyler-french
changed the title
bug(bzlmod): go_deps overrides to non-existant path doesn't fail the build
bug(bzlmod): go_deps overrides should fail with path that doesn't exist
Nov 21, 2023
What did you do?
Add this to MODULE.bazel:
What did you expect to see?
The build should fail with override for
path = "this/doesnt/exist"
failed, there is no go_deps module declared with this path.What did you see instead?
Build passes as previous
The text was updated successfully, but these errors were encountered: