fix Julia v1.13 support#124
Conversation
Reverts the breaking part of the changes from JuliaSparse#78, while keeping the tweaks. This should be more compatible with future lazy library updates to MKL_jll avoiding further future breakage, hopefully.
a0a2f5d to
c902b25
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #124 +/- ##
==========================================
+ Coverage 45.20% 45.31% +0.11%
==========================================
Files 4 4
Lines 469 470 +1
==========================================
+ Hits 212 213 +1
Misses 257 257 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Explicitly this is not a String and is explicitly expected to be untyped, please remove your commit before merging my PR |
|
If you want to do this correctly and strongly-typed later, after this PR, it should just be |
|
What type is it then :). And yes, the code here was written a long long time ago. |
Reverts the breaking part of the changes from #78, while keeping the
tweaks. This should be more compatible with future lazy library updates
to MKL_jll avoiding further future breakage, hopefully.