[9.1.0] Emit helpful error when using removed providers (#28360)#28906
Merged
iancha1992 merged 2 commits intobazelbuild:release-9.1.0from Mar 6, 2026
Merged
[9.1.0] Emit helpful error when using removed providers (#28360)#28906iancha1992 merged 2 commits intobazelbuild:release-9.1.0from
iancha1992 merged 2 commits intobazelbuild:release-9.1.0from
Conversation
…8360) Previously the symbols just had the value `None`. This requires an update of rules_cc to 0.2.17, which in turn requires a cherry-pick of 0327100. Fixes bazelbuild#27684
hvadehra
approved these changes
Mar 6, 2026
4 tasks
iancha1992
added a commit
to iancha1992/bazel
that referenced
this pull request
Mar 6, 2026
…8360) (bazelbuild#28906) Previously the symbols just had the value `None`. This requires an update of rules_cc to 0.2.17, which in turn requires a cherry-pick of 0327100. Fixes bazelbuild#27684 <!-- Thank you for contributing to Bazel! Please read the contribution guidelines: https://bazel.build/contribute.html --> <!-- Please provide a brief summary of the changes in this PR. --> <!-- Why is this change important? Does it fix a specific bug or add a new feature? If this PR fixes an existing issue, please link it here (e.g. "Fixes --> <!-- Does this PR affect the Build API? (e.g. Starlark API, providers, command-line flags, native rules) If yes, please answer the following: 1. Has this been discussed in a design doc or issue? (Please link it) 2. Is the change backward compatible? 3. If it's a breaking change, what is the migration plan? --> No - [ ] I have added tests for the new use cases (if any). - [ ] I have updated the documentation (if applicable). <!-- If this is a new feature, please add 'RELNOTES[NEW]: <description>' here. If this is a breaking change, please add 'RELNOTES[INC]: <reason>' here. If this change should be mentioned in release notes, please add 'RELNOTES: <reason>' here. --> RELNOTES: None Commit bazelbuild@8f1e245 --------- Co-authored-by: Fabian Meumertzheim <[email protected]>
This was referenced Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously the symbols just had the value
None.This requires an update of rules_cc to 0.2.17, which in turn requires a cherry-pick of 0327100.
Fixes #27684
Description
Motivation
Build API Changes
No
Checklist
Release Notes
RELNOTES: None
Commit 8f1e245