-
Notifications
You must be signed in to change notification settings - Fork 30
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
Port to event-listener v5.0.0 #74
Conversation
MIRI deadlock looks like a false positive to me, but let me investigate it first. |
cc smol-rs/event-listener#105 Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
26135fb
to
d28bdb0
Compare
- Miri was catching what I now know to be a legitimate leak, so I've fixed that. - The deadlock doesn't appear to be legitimate; replacing the futures with their blocking equivalents passes. I've marked these tests as skipped on MIRI for now. Signed-off-by: John Nunley <dev@notgull.net>
I've noticed that the choice of |
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good otherwise.
cc smol-rs/event-listener#105