-
Notifications
You must be signed in to change notification settings - Fork 706
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
Core: optimize DeprecateDict #2650
base: main
Are you sure you want to change the base?
Conversation
this doesn't work for when we properly deprecate the old stuff |
then we change the code |
Can we check if this is used in context of WebHost and avoid generating the warnings just for WebHost? |
No idea, I deployed prod with this branch. |
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.
I have not tested this but the code seems both correct and reasonable to me
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.
Change seems reasonable to me
What is this fixing or adding?
Makes deprecatedict faster in -O or higher modes
Allows me to remove the absolute spam that is the webhost log before it hits production.
How was this tested?
unittests
If this makes graphical changes, please attach screenshots.