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

Redo how instance variables work #409

Merged
merged 4 commits into from
Jan 29, 2023
Merged

Redo how instance variables work #409

merged 4 commits into from
Jan 29, 2023

Conversation

madsmtm
Copy link
Owner

@madsmtm madsmtm commented Jan 29, 2023

To make it easier to see what's going on beneath the hood (instance variable names and class names will be available in the final binary, which is important to be aware of)!

This also fixes accidentally overwritten instance variables in superclasses (which is very important for soundly using instance variables).

@madsmtm madsmtm added enhancement New feature or request A-objc2 Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` crates I-unsound A soundness hole labels Jan 29, 2023
@madsmtm madsmtm force-pushed the redo-ivars branch 4 times, most recently from 2e5eda7 to c3eee93 Compare January 29, 2023 10:29
@madsmtm madsmtm merged commit 42b9538 into master Jan 29, 2023
@madsmtm madsmtm deleted the redo-ivars branch January 29, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-objc2 Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` crates enhancement New feature or request I-unsound A soundness hole
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant