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

Add GcCellRef::filter_map, GcCellRefMut::filter_map #177

Merged
merged 4 commits into from
Jul 17, 2024

Conversation

andersk
Copy link
Collaborator

@andersk andersk commented Jul 17, 2024

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Copy link
Owner

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

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

yeah i'm convinced this is sound

thanks for the speedy patch! small nit to fix and then we can merge this

gc/src/lib.rs Outdated Show resolved Hide resolved
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Fixes Manishearth#176.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@Manishearth Manishearth merged commit d445318 into Manishearth:master Jul 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pls add GcCellRef::filter_map like in std::cell::Ref::filter_map
2 participants