-
Notifications
You must be signed in to change notification settings - Fork 472
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
De-deprecate AtomicCell::get_mut #372
Conversation
Since we're not sure whether this is unsound, could we perhaps change the deprecation message to |
How about leaving the message and pointing to #315 in the comment, but still de-deprecating the function? |
Sure! That sounds fine as well :) |
@stjepang I updated the PR. Thanks for feedback! |
PR crossbeam-rs#332 deprecated after the discussion of issue crossbeam-rs#315, but it is a measure not yet necessary to take. Revert the deprecation and wait for us to reach a consensus.
Thanks! bors r+ |
Build succeeded |
@stjepang If you are not sure this is sound, then I think the right thing to do is to deprecate and eventually remove it until such time that you are sure. In my view, the onus is on you to show why some abstraction using |
@Centril I have reverted this commit and published a new version. Thank you for your feedback! |
Thank you! |
PR #332 deprecated after the discussion of issue #315, but it is a
measure not yet necessary to take. Revert the deprecation and wait
for us to reach a consensus.