JuliaArrays / OffsetArrays.jl

Fortran-like arrays with arbitrary, zero or negative starting indices.
Other
195 stars 40 forks source link

Move `Adapt` to a weak dependency #331

Closed jishnub closed 8 months ago

jishnub commented 1 year ago

This doesn't significantly impact load times, but one may avoid installing one extra dependency

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (62e0bd8) 98.67% compared to head (de2af9c) 98.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #331 +/- ## ======================================= Coverage 98.67% 98.67% ======================================= Files 5 6 +1 Lines 453 453 ======================================= Hits 447 447 Misses 6 6 ```

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

jishnub commented 1 year ago

Test failure in the invalidation check is due to https://github.com/JuliaLang/Pkg.jl/issues/3327