Skip to content
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

Deprecate AtomicCell::get_mut #332

Merged
merged 1 commit into from Feb 22, 2019
Merged

Deprecate AtomicCell::get_mut #332

merged 1 commit into from Feb 22, 2019

Conversation

ghost
Copy link

@ghost ghost commented Feb 15, 2019

This is an essential step in solving #315 - there is no way to make AtomicCell::get_mut() sound, unfortunately. Let's deprecate it and remove in the next release.

@ghost ghost added the crossbeam-utils label Feb 15, 2019
@ghost
Copy link
Author

ghost commented Feb 22, 2019

bors r+

bors bot added a commit that referenced this pull request Feb 22, 2019
332: Deprecate AtomicCell::get_mut r=stjepang a=stjepang

This is an essential step in solving #315 - there is no way to make `AtomicCell::get_mut()` sound, unfortunately. Let's deprecate it and remove in the next release.

Co-authored-by: Stjepan Glavina <[email protected]>
@bors
Copy link
Contributor

bors bot commented Feb 22, 2019

Build succeeded

@bors bors bot merged commit 2532e0d into crossbeam-rs:master Feb 22, 2019
@ghost ghost deleted the deprecate-get-mut branch February 22, 2019 09:07
jeehoonkang added a commit to jeehoonkang/crossbeam that referenced this pull request May 10, 2019
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.
jeehoonkang added a commit to jeehoonkang/crossbeam that referenced this pull request May 11, 2019
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.
jeehoonkang added a commit to jeehoonkang/crossbeam that referenced this pull request May 11, 2019
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.
bors bot added a commit that referenced this pull request May 11, 2019
372: De-deprecate AtomicCell::get_mut r=stjepang a=jeehoonkang

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.

Co-authored-by: Jeehoon Kang <[email protected]>
@ghost ghost mentioned this pull request Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants