-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore overrides with --ignore_dev_dependency
#23520
Conversation
This makes it easier to realistically test how the root module would behave as a non-root module.
c8c1b43
to
34ca653
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a brief RELNOTE
?
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleThreadContext.java
Outdated
Show resolved
Hide resolved
@bazel-io fork 7.4.0 |
This makes it easier to realistically test how the root module would behave as a non-root module. RELNOTES: Overrides in the root MODULE.bazel file are now ignored with `--ignore_dev_dependency`. (Overrides in non-root modules are already ignored.) Closes bazelbuild#23520. PiperOrigin-RevId: 672480499 Change-Id: Ifd3a99f4ed462061101fecf918d61989c9f60401
This makes it easier to realistically test how the root module would behave as a non-root module. RELNOTES: Overrides in the root MODULE.bazel file are now ignored with `--ignore_dev_dependency`. (Overrides in non-root modules are already ignored.) Closes #23520. PiperOrigin-RevId: 672480499 Change-Id: Ifd3a99f4ed462061101fecf918d61989c9f60401 Commit bb7a54c Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
The changes in this PR have been included in Bazel 7.4.0 RC1. Please test out the release candidate and report any issues as soon as possible. |
This makes it easier to realistically test how the root module would behave as a non-root module.
RELNOTES: Overrides in the root MODULE.bazel file are now ignored with
--ignore_dev_dependency
. (Overrides in non-root modules are already ignored.)