JuliaArrays / FillArrays.jl

Julia package for lazily representing matrices filled with a single entry
https://juliaarrays.github.io/FillArrays.jl/
MIT License
181 stars 38 forks source link

Remove single-argument map tests on nightly #358

Closed jishnub closed 6 months ago

jishnub commented 6 months ago

The single-argument map(f) method has been removed in https://github.com/JuliaLang/julia/pull/52631, so the explicit tests for these need to be altered. These tests aren't directly related to this package, and were checking for type-piracy.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.90%. Comparing base (002f56c) to head (5d68950). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #358 +/- ## ======================================= Coverage 99.90% 99.90% ======================================= Files 8 8 Lines 1043 1043 ======================================= Hits 1042 1042 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jishnub commented 6 months ago

Gentle bump, would be good to have this merged