Skip to content

[Backport release/1.15] Fix: abstract EventLoop::Polling#system_add invalid signature#15380

Merged
straight-shoota merged 1 commit intorelease/1.15from
backport-15358-to-release/1.15
Jan 28, 2025
Merged

[Backport release/1.15] Fix: abstract EventLoop::Polling#system_add invalid signature#15380
straight-shoota merged 1 commit intorelease/1.15from
backport-15358-to-release/1.15

Conversation

@github-actions
Copy link
Contributor

Automated backport of #15358 to release/1.15, triggered by a label.

The abstract method refers to the non existing `Index` type. Weirdly the compiler won't complain until someone defines an `Index` type.

Resolves #15357

(cherry picked from commit 5a245d9)
@github-actions github-actions bot added this to the 1.15.1 milestone Jan 27, 2025
@github-actions github-actions bot added kind:regression Something that used to correctly work but no longer works topic:stdlib:runtime labels Jan 27, 2025
@Blacksmoke16
Copy link
Member

Neat, this is pretty slick.

@straight-shoota straight-shoota merged commit ea98639 into release/1.15 Jan 28, 2025
@straight-shoota straight-shoota deleted the backport-15358-to-release/1.15 branch January 28, 2025 19:21
@straight-shoota straight-shoota added the kind:bug A bug in the code. Does not apply to documentation, specs, etc. label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:regression Something that used to correctly work but no longer works topic:stdlib:runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants