-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
process: remove support for undocumented symbol #56552
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56552 +/- ##
==========================================
+ Coverage 89.16% 89.17% +0.01%
==========================================
Files 662 662
Lines 191751 191753 +2
Branches 36900 36904 +4
==========================================
+ Hits 170972 171000 +28
+ Misses 13635 13630 -5
+ Partials 7144 7123 -21
|
I'm confused by this. Why break 22 but not 23? (Why would we break 22 at all?) |
What I'm suggesting is we backport all three PRs, so what gets released on 22.x is the correct symbols with documentation, and not the undocumented ones. As Luigi said, it would not break 22.x users since nothing has landed for them atm. |
The symbol was undocumented in #56517, but left in the code to avoid a breaking change. This PR makes the breaking change, I suggest we skip landing it on 23.x and directly backport it to 22.x so that release line only receive support for the documented symbol.