Skip to content

filter(f, ::NamedTuple)#839

Merged
martinholters merged 2 commits intoJuliaLang:masterfrom
mtfishman:filter_namedtuple
Jul 1, 2025
Merged

filter(f, ::NamedTuple)#839
martinholters merged 2 commits intoJuliaLang:masterfrom
mtfishman:filter_namedtuple

Conversation

@mtfishman
Copy link
Copy Markdown
Contributor

This adds JuliaLang/julia#50795. Closes #838.

@codecov
Copy link
Copy Markdown

codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.20%. Comparing base (001cc41) to head (0eb8f7f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #839       +/-   ##
===========================================
+ Coverage   27.19%   94.20%   +67.00%     
===========================================
  Files           2        2               
  Lines         456      483       +27     
===========================================
+ Hits          124      455      +331     
+ Misses        332       28      -304     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@martinholters martinholters left a comment

Choose a reason for hiding this comment

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

LGTM

@mtfishman
Copy link
Copy Markdown
Contributor Author

Can this be merged?

@martinholters martinholters merged commit 743ee8c into JuliaLang:master Jul 1, 2025
23 checks passed
@mtfishman mtfishman deleted the filter_namedtuple branch July 8, 2025 15:52
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.

Support filter(f, ::NamedTuple)

2 participants