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

Don't reference EventLoopBuildExtUnix in a panic message #3643

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

notgull
Copy link
Member

@notgull notgull commented Apr 20, 2024

This replaces a reference to EventLoopBuilderExtUnix in a panic
message with EventLoopBuilderExtX11 or EventLoopBuilderExtWayland.

Closes #3488

  • 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

This replaces a reference to EventLoopBuilderExtUnix in a panic
message with EventLoopBuilderExtX11 or EventLoopBuilderExtWayland.

Closes #3488

Signed-off-by: John Nunley <[email protected]>
@notgull notgull requested a review from kchibisov as a code owner April 20, 2024 20:11
@notgull notgull merged commit be79e89 into master Apr 21, 2024
52 checks passed
@notgull notgull deleted the notgull/typo branch April 21, 2024 02:45
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.

Outdated err message cites EventLoopBuilderExtUnix::any_thread
2 participants