Skip to content

Rename UnsafeAtomicRcBox to UnsafeAtomicRc #7674

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

Closed
brson opened this issue Jul 9, 2013 · 2 comments
Closed

Rename UnsafeAtomicRcBox to UnsafeAtomicRc #7674

brson opened this issue Jul 9, 2013 · 2 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Jul 9, 2013

Consistent with Rc, Gc

@bblum
Copy link
Contributor

bblum commented Jul 10, 2013

Related #3491. My vote is for UnsafeARC (or UnsafeArc).

@huonw
Copy link
Member

huonw commented Aug 27, 2013

Triage: will be fixed when #8790 lands.

bors added a commit that referenced this issue Aug 27, 2013
`UnsafeAtomicRcBox` → `UnsafeArc` (#7674), and `AtomicRcBoxData` → `ArcData` to reflect this.

Also, the inner pointer of `UnsafeArc` is now `*mut ArcData`, which avoids some transmutes to `~`: i.e. less chance of mistakes.
@huonw huonw closed this as completed in 71448d7 Aug 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

3 participants