Skip to content

make imap an alias for Iterators.map#146

Open
nsajko wants to merge 1 commit intoJuliaCollections:masterfrom
nsajko:Iterators.map
Open

make imap an alias for Iterators.map#146
nsajko wants to merge 1 commit intoJuliaCollections:masterfrom
nsajko:Iterators.map

Conversation

@nsajko
Copy link
Copy Markdown
Member

@nsajko nsajko commented Mar 27, 2026

Fixes #123

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.25%. Comparing base (600de09) to head (fc41ef1).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   91.28%   91.25%   -0.03%     
==========================================
  Files           1        1              
  Lines         390      389       -1     
==========================================
- Hits          356      355       -1     
  Misses         34       34              

☔ 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.

@nsajko nsajko marked this pull request as ready for review March 27, 2026 13:04
@nsajko nsajko requested a review from oxinabox March 27, 2026 13:18
@nsajko
Copy link
Copy Markdown
Member Author

nsajko commented Mar 27, 2026

cc @PatrickHaecker

Copy link
Copy Markdown
Contributor

@PatrickHaecker PatrickHaecker left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @nsajko

Not the deletion which @oxinabox suggested, but this PR is an improvement and the deletion can be done in the future.

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.

Differences in Base.Iterators.map and IterTools.imap

2 participants