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

Remove generic parameter T from EventLoopWindowTarget #3298

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

madsmtm
Copy link
Member

@madsmtm madsmtm commented Dec 24, 2023

Fixes #3053.

Blocked on #3061.

  • Tested on all platforms changed
  • Added an entry to CHANGELOG.md 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

@madsmtm madsmtm added S - api Design and usability S - maintenance Repaying technical debt labels Dec 24, 2023
@madsmtm madsmtm force-pushed the windowtarget-no-generic branch from 44aa4ad to 3b06f64 Compare December 24, 2023 00:53
@madsmtm madsmtm force-pushed the windowtarget-no-generic branch 2 times, most recently from 7466225 to 23a3e09 Compare January 4, 2024 16:00
@madsmtm madsmtm marked this pull request as ready for review January 4, 2024 16:02
Copy link
Member

@daxpedda daxpedda left a comment

Choose a reason for hiding this comment

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

Cross-platform stuff and Web looks great!
Thank you @madsmtm for getting this done!

@madsmtm madsmtm force-pushed the windowtarget-no-generic branch 2 times, most recently from 01bbc04 to 149d14f Compare January 13, 2024 20:26
@madsmtm madsmtm force-pushed the windowtarget-no-generic branch from 149d14f to 24e7b0e Compare January 13, 2024 20:30
@madsmtm madsmtm merged commit 2231180 into master Jan 13, 2024
51 checks passed
@madsmtm madsmtm deleted the windowtarget-no-generic branch January 13, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S - api Design and usability S - maintenance Repaying technical debt
Development

Successfully merging this pull request may close these issues.

Make EventLoopWindowTarget<T> independent of the user event type T
2 participants