Skip to content
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

fix(bzlmod): silence duplicate version registrations #2111

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

aignas
Copy link
Collaborator

@aignas aignas commented Aug 6, 2024

Before this PR we would warn when non-root modules register interpreter
versions and the owners of root modules would have no way to silence the
warning except for patching rules_python.

This PR reduces the default verbosity of the warning to INFO to avoid
spamming users by default.

Fixes #1818.

Before this PR we would warn when non-root modules register interpreter
versions and the owners of root modules would have no way to silence the
warning except for patching rules_python.

This PR reduces the default verbosity of the warning to INFO to avoid
spamming users by default.

Fixes bazelbuild#1818.
@aignas aignas requested a review from rickeylev as a code owner August 6, 2024 13:29
@rickeylev rickeylev added this pull request to the merge queue Aug 6, 2024
Merged via the queue into bazelbuild:main with commit 79478de Aug 6, 2024
4 checks passed
@rockpunk
Copy link

Thank you for this! These warnings were super annoying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bzlmod] Silence Ignoring toolchain warning for duplicate toolchains with the same configuration
3 participants