Skip to content

Better ivar initialization #252

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

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Better ivar initialization #252

merged 1 commit into from
Aug 29, 2022

Conversation

madsmtm
Copy link
Owner

@madsmtm madsmtm commented Aug 29, 2022

Part of #30.

This could be solved in many ways, including some type-safe ways like creating a new PartialInit struct containing MaybeUninit, but I went with the pragmatic solution for now.

@madsmtm madsmtm added enhancement New feature or request A-objc2 Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` crates labels Aug 29, 2022
@madsmtm madsmtm added this to the objc2 v0.3 milestone Aug 29, 2022
@madsmtm madsmtm mentioned this pull request Aug 29, 2022
8 tasks
@madsmtm madsmtm merged commit c0f5a90 into master Aug 29, 2022
@madsmtm madsmtm deleted the ivar-init branch August 29, 2022 14:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant