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

Reduce usage of direct msg_send! #3677

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

madsmtm
Copy link
Member

@madsmtm madsmtm commented May 3, 2024

msg_send! is more error-prone than using the generated bindings. Most of the methods that we're using now were not previously available in objc2, but they are now, so let's use them!

  • Tested on all platforms changed

src/platform_impl/ios/window.rs Outdated Show resolved Hide resolved
@kchibisov kchibisov merged commit d5d202d into master May 6, 2024
52 checks passed
@kchibisov kchibisov deleted the madsmtm/reduce-msg-send branch May 6, 2024 15:09
@madsmtm
Copy link
Member Author

madsmtm commented May 6, 2024

Thanks for merging it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants