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

event_loop: remove deprecated run APIs #3683

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

kchibisov
Copy link
Member

@kchibisov kchibisov commented May 5, 2024

The APIs are not well suited for the &dyn ApplicationHandler model and
Box<dyn EventLoop> structure, thus remove them.

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

Copy link
Member

@madsmtm madsmtm left a comment

Choose a reason for hiding this comment

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

👍. Will follow-up with a PR to change the macOS and iOS backends to not need the shim any more.

Copy link
Member

@notgull notgull left a comment

Choose a reason for hiding this comment

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

ACK

@kchibisov kchibisov force-pushed the kchibisov/remove-run branch 2 times, most recently from 94ddce1 to 37c754b Compare May 7, 2024 10:01
src/platform/web.rs Outdated Show resolved Hide resolved
The APIs are not well suited for the `&dyn ApplicationHandler` model and
`Box<dyn EventLoop>` structure, thus remove them.
@kchibisov kchibisov merged commit 3e8fa41 into master May 20, 2024
52 checks passed
@kchibisov kchibisov deleted the kchibisov/remove-run branch May 20, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants