Skip to content

tests: don't use single-argument map#291

Merged
MarcMush merged 1 commit intotimholy:masterfrom
nsajko:b
Jan 18, 2024
Merged

tests: don't use single-argument map#291
MarcMush merged 1 commit intotimholy:masterfrom
nsajko:b

Conversation

@nsajko
Copy link
Copy Markdown
Contributor

@nsajko nsajko commented Jan 18, 2024

Single-argument map is being removed from Julia after an analysis of registered packages found that the change doesn't break the functionality of any package. See JuliaLang/julia#35293 and JuliaLang/julia#52631

That said, the Julia change breaks your test suite, so here's a PR that fixes that.

Single-argument `map` is being removed from Julia after an analysis
of registered packages found that the change doesn't break the
functionality of any package. See JuliaLang/julia#35293 and
JuliaLang/julia#52631

That said, the Julia change breaks your test suite, so here's a PR that
fixes that.
@MarcMush
Copy link
Copy Markdown
Collaborator

MarcMush commented Jan 18, 2024

broadcast(f) is also tested here, will it be also removed?
this whole section can be removed (L168-175)

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5b3bd1d) 96.81% compared to head (3e01878) 96.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #291   +/-   ##
=======================================
  Coverage   96.81%   96.81%           
=======================================
  Files           1        1           
  Lines         533      533           
=======================================
  Hits          516      516           
  Misses         17       17           

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

@nsajko
Copy link
Copy Markdown
Contributor Author

nsajko commented Jan 18, 2024

broadcast(f) is still supported.

@MarcMush MarcMush merged commit dbbf2f3 into timholy:master Jan 18, 2024
@nsajko nsajko deleted the b branch January 18, 2024 15:25
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.

2 participants