JuliaArrays / LazyArrays.jl

Lazy arrays and linear algebra in Julia
MIT License
304 stars 25 forks source link

Fix method ambiguity between Diagonal{<:FillLayout} and LazyLayout #317

Closed DanielVandH closed 3 months ago

DanielVandH commented 3 months ago

Fix #316

Not sure what the best types into Ldiv are, so I just copied the similar one above

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 94.22%. Comparing base (fc9e0dc) to head (39860c3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #317 +/- ## ======================================= Coverage 94.22% 94.22% ======================================= Files 17 17 Lines 3083 3084 +1 ======================================= + Hits 2905 2906 +1 Misses 178 178 ```

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

dlfivefifty commented 3 months ago

Oh whoops I just did the exact same thing 😅