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

Consider setting an associated object to verify that owned Ids are unique #5

Open
SSheldon opened this issue May 14, 2018 · 0 comments

Comments

@SSheldon
Copy link
Owner

It's pretty perilous to accidentally create multiple owned Ids for the same instance of an object. Maybe when an owned Id is created in Rust, we could set a flag on that object using the ObjC runtime's associated objects to ensure that no other owned Ids are created. (Inspired by @jrmuizel at gfx-rs/metal-rs#40 (comment)).

Alternatively, we could look at the reference count to verify this? But reference counts don't seem particularly reliable, as there might be auto-releases that are still pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant