-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add WeakLoopHandle
#216
Add WeakLoopHandle
#216
Conversation
f01f6e5
to
59180c7
Compare
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.
One nit
59180c7
to
8494515
Compare
a4b89b6
to
4af5985
Compare
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.
LGTM, rebase on master to fix the errors.
4af5985
to
d5f6519
Compare
Rebased. |
It looks like 1.63 CI is failing for some reason |
d5f6519
to
2ea5738
Compare
Looks like it requires |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #216 +/- ##
==========================================
+ Coverage 85.45% 86.28% +0.82%
==========================================
Files 13 15 +2
Lines 1877 2078 +201
==========================================
+ Hits 1604 1793 +189
- Misses 273 285 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks!
Introduce
WeakLoopHandle
to avoid reference cycles.Closes #212