Skip to content

Redo how instance variables work#409

Merged
madsmtm merged 4 commits intomasterfrom
redo-ivars
Jan 29, 2023
Merged

Redo how instance variables work#409
madsmtm merged 4 commits intomasterfrom
redo-ivars

Conversation

@madsmtm
Copy link
Copy Markdown
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, or affecting soundness 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, or affecting soundness

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant