-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add filter(f, ::NamedTuple) #50795
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 filter(f, ::NamedTuple) #50795
Conversation
bump! |
bump |
The tests all fail 🙂 |
bump... |
bump |
Gentle bump... |
This implementation looks correct so the only question is if |
Given that we have this for tuples, triage agrees that we should also have it for named tuples. |
Anything I need to do on my side? Triage approved more than a month ago, but this doesn't seem present in recent Julia builds. |
Nothing on your end, sorry we abandoned this. LGTM |
Thanks! |
#32968 added filter(Tuple), here I also extend it to NamedTuple
Closes #43473.
Typestable when possible, eg