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

remove Alloc convenience functions #206

Closed
progrium opened this issue Aug 25, 2023 · 0 comments · Fixed by #213
Closed

remove Alloc convenience functions #206

progrium opened this issue Aug 25, 2023 · 0 comments · Fixed by #213
Labels
generation Related to generation toolchain
Milestone

Comments

@progrium
Copy link
Owner

progrium commented Aug 25, 2023

Since the happy path is to use the New<ClassName> functions, allocating directly (which requires release/autorelease and likely an init) should be possible but not made convenient. Since it can be done with <ClassName>Class.Alloc(), we should be able to safely remove the convenience function <ClassName>_Alloc()

@progrium progrium added the generation Related to generation toolchain label Aug 25, 2023
@progrium progrium added this to the 0.5.0 milestone Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generation Related to generation toolchain
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant