-
Notifications
You must be signed in to change notification settings - Fork 9
experiment: conditionally deprecate types and values for caffeine using #M0235 #420
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
base: christoph/selfless-dot
Are you sure you want to change the base?
Conversation
|
✨ Documentation preview for 51f82bd:
|
Removed deprecated blob property from Random module.
Add simple Random async functions as blob and deprecate the classes
|
@m-styp in the parent on master we added a bunch of toIntXXX/fromIntXXX and toNatXXX/fromNatXXX conversions, and I was trying to deprecate the new fromIntXXX and fromNatXXX conversions in this branch. However, I noticed that only fromNatXXX conversions are deprecate, but all the fromIntXXX conversion are not deprecated. Is that intentional? Anyway, in the end I only did 51f82bd (deprecating only the new fromNatXXX conversions). |
No description provided.