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

Use objc2 and its framework crates #27

Merged
merged 1 commit into from
May 8, 2024
Merged

Use objc2 and its framework crates #27

merged 1 commit into from
May 8, 2024

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Apr 30, 2024

objc2 is a replacement for objc/objc_id that contains a bunch of safety improvements, including msg_send_id! which ensures that we uphold memory management rules correctly, and objc2-app-kit which is an automatically generated interface to AppKit.

Concretely, this fixes a leak in the passing of the NSArray to writeObjects.

Concretely, it fixes a leak in the passing of the `NSArray` to
`writeObjects`.
Copy link
Owner

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hecrj hecrj merged commit fcdbf53 into hecrj:master May 8, 2024
6 checks passed
@madsmtm madsmtm deleted the objc2 branch August 23, 2024 05:20
@madsmtm madsmtm mentioned this pull request Sep 7, 2024
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

Successfully merging this pull request may close these issues.

2 participants