-
-
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
Workaround incorrect Uint deprecation message #13227
Workaround incorrect Uint deprecation message #13227
Conversation
The Uint deprecation warning suggested a system dependent type (UInt64 or UInt32) rather than UInt, due to this being a type alias. Hardcode a warning message for this rather common type, pending a more powerful deprecation warning system.
Yes, exactly the kind of disgustingness I had in mind :) |
A searchable keyword and a mention in a comment here to |
Sure I can add an extra note if you like, but I figured that any real solution to this problem would involve touching |
@ivarne - reminder added for the case that the Uint deprecation goes away before the deprecation system itself gets another look. |
Workaround incorrect Uint deprecation message
The Uint deprecation warning suggested a system dependent type (UInt64 or UInt32) rather than UInt, due to this being a type alias. Hardcode a warning message for this rather common type, pending a more powerful deprecation warning system.
See #13221. I hope this is what Jeff had in mind as a quick patch for 0.4... it's pretty disgusting :-)
Fixes #13221