JuliaLinearAlgebra / ArrayLayouts.jl

A Julia package for describing array layouts and more general fast linear algebra
https://julialinearalgebra.github.io/ArrayLayouts.jl/
MIT License
56 stars 10 forks source link

Use LazyStrings in error messages #234

Closed jishnub closed 4 months ago

jishnub commented 4 months ago

This reduces dynamic dispatch in the error paths. Interpolating types in strings is usually badly inferred.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 84.84848% with 5 lines in your changes missing coverage. Please review.

Project coverage is 90.47%. Comparing base (f9fd686) to head (7168927). Report is 1 commits behind head on master.

Files Patch % Lines
src/factorizations.jl 75.00% 2 Missing :warning:
src/ldiv.jl 33.33% 2 Missing :warning:
src/ArrayLayouts.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #234 +/- ## ========================================== + Coverage 90.00% 90.47% +0.47% ========================================== Files 11 11 Lines 1900 1901 +1 ========================================== + Hits 1710 1720 +10 + Misses 190 181 -9 ```

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