Closed lampretl closed 11 months ago
was it working previously?
What do you mean by previously? I don't think I used factor(::SafeInt128)
until today.
I just wanted to make sure this wasn't a regression. Can you test to see if https://github.com/JuliaMath/Primes.jl/pull/146 fixes this?
In the environment I am using, I ran
] add Primes#efb632fb6b781145db8f6c7fe33b94866dc8b466
then rebooted Julia and ran factor(SafeInt128(8))
. This time, there was no error.
I suppose this is the intended way how updates/fixes to packages are supposed to be used by regular users?
Thank you for such a quick reply!
Thanks for testing this! version 0.5.5 should be out in roughly 15 minutes with this change.
In Julia 1.9.2 using Primes v0.5.4 and SaferIntegers v3.4.0, the code
returns