-
Notifications
You must be signed in to change notification settings - Fork 3
fix: remove Unpin requirement
#12
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
Conversation
teor2345
left a comment
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.
I believe it is sound, but the safety requirements are stricter than the current comments. (In all 4 places.)
|
Also, this will require a revert/change to the release notes I added in #11 |
|
@thomaseizinger just checking if we can merge this at some point? |
Yeah! Has this code been tested to work as expected for |
Co-authored-by: teor <[email protected]>
Co-authored-by: teor <[email protected]>
Co-authored-by: teor <[email protected]>
I haven't had a chance, and I don't know if @elenaf9 has either. |
|
Thanks for the review @teor2345, that removed two I'll go ahead and merge this, the tests are passing here and we have removed the |
0f3cb6e to
3d600b8
Compare
|
Would appreciate some testing in |
Totally understandable, I'll see if I can get work time to do it. |
|
Sorry, I didn't have the chance to test this yet either. Will try to find some time this weekend, but if not I'd appreciate your help @teor2345. |
This removes the
Unpinrequirement introduced in #10 and #11 in favor of returning anIteratorof pinned references instead.