Skip to content

event_loop: remove deprecated run APIs#3683

Merged
kchibisov merged 1 commit intomasterfrom
kchibisov/remove-run
May 20, 2024
Merged

event_loop: remove deprecated run APIs#3683
kchibisov merged 1 commit intomasterfrom
kchibisov/remove-run

Conversation

@kchibisov
Copy link
Copy Markdown
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

@kchibisov kchibisov force-pushed the kchibisov/remove-run branch 2 times, most recently from 3fe757d to fc20c52 Compare May 5, 2024 17:34
Copy link
Copy Markdown
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
Copy Markdown
Contributor

@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
The APIs are not well suited for the `&dyn ApplicationHandler` model and
`Box<dyn EventLoop>` structure, thus remove them.
@kchibisov kchibisov force-pushed the kchibisov/remove-run branch from 37c754b to 85a4c9a Compare May 20, 2024 16:21
@kchibisov kchibisov merged commit 3e8fa41 into master May 20, 2024
@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.

4 participants