Skip to content

Conversation

@devmotion
Copy link
Contributor

Continued from #397. In addition to #397, the PR cleans VERSION branches and updates CI.

@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.82%. Comparing base (6f61dc3) to head (e15cc53).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #419      +/-   ##
==========================================
- Coverage   99.91%   99.82%   -0.09%     
==========================================
  Files           8        8              
  Lines        1147     1156       +9     
==========================================
+ Hits         1146     1154       +8     
- Misses          1        2       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dlfivefifty dlfivefifty merged commit 62c9f34 into JuliaArrays:master Oct 31, 2025
27 of 28 checks passed
@devmotion devmotion deleted the dw/julia_1_10 branch October 31, 2025 22:06
jishnub added a commit that referenced this pull request Nov 6, 2025
Based on #419 since `LazyString` and `lazy"..."` are only available in
Julia >= 1.8.

---

The PR changes all error messages to lazy strings to delay string
interpolation and `print`ing of the involved quantities until the error
message is displayed (and hence skip it completely if the error path is
not hit). Using `LazyString`s in error messages generally also helps
with type inference (see e.g.
JuliaLang/julia#58672 and
JuliaLang/julia#54737).

---------

Co-authored-by: Jishnu Bhattacharya <[email protected]>
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.

3 participants