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

Use LazyStrings in error messages #234

Merged
merged 9 commits into from
Jun 11, 2024
Merged

Use LazyStrings in error messages #234

merged 9 commits into from
Jun 11, 2024

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 10, 2024

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

Copy link

codecov bot commented Jun 10, 2024

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 ⚠️
src/ldiv.jl 33.33% 2 Missing ⚠️
src/ArrayLayouts.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jishnub jishnub merged commit c9500cf into master Jun 11, 2024
17 of 18 checks passed
@jishnub jishnub deleted the jishnub/lazystring branch June 11, 2024 10:40
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

1 participant