-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Remove all deprecated setting fallback for v1.19 but keep warnning #25206
Conversation
Instead of removing them, there should be a fatal error to tell users to update their config file. If you do not remind the user, they will find that something never works again, because the old keys would never be used. |
replace #25148 |
Imagine a real case:
If I was the user, I would go crazy. So, to be most user-friendly, there needs a "config migration" tool. At least, the fatal errors should be all shown in one fatal message. |
So this should be created after #25994 resolved. |
This PR removes supports for all setting keys deprecated in v1.19 and will fatal if the keys are still using.