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

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

Merged
merged 1 commit into from Jan 18, 2024
Merged

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

merged 1 commit into from Jan 18, 2024

Conversation

nsajko
Copy link
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
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)

Copy link

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
Contributor Author

nsajko commented Jan 18, 2024

broadcast(f) is still supported.

@MarcMush MarcMush merged commit dbbf2f3 into timholy:master Jan 18, 2024
12 of 14 checks passed
@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.

None yet

2 participants