Conversation
|
This is actually a really annoying thing: in Julia 1.12 there is an easy fix by just using |
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
Do we feel strongly enough about this to do it in this PR, or leave a comment and follow up? |
|
I tried doing what I had in mind here, let me know if this is what you had in mind? Slightly importantly this is actually not entirely following the Base implementation, which is actually calling [edit] while writing this I actually changed my mind, this last example seems silly to me, so probably better to follow base anyways, my bad. |
If you create a
Vector{BigFloat}(undef, N), becauseBigFloatis "secretly" itself a vector, once you fill it you can hit undefined reference errors with the naivefill!. This adds a special path for these big numbers and some tests.