-
Notifications
You must be signed in to change notification settings - Fork 8
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
gared
crash on Julia v1.10.0-beta2
#26
Comments
I think this issue is related to a new type |
This looks like an oversight in |
Actually, it's something else. It's an unintended type piracy that occured due to changes in Base/LinearAlgebra. JuliaLang/julia#51132 should help here, together with corresponding changes in LinearMaps.jl. |
The nightly tests with Julia
While with the current Julia version v1.9.3 there are no problems, I am afraid it will be not possible to register new versions of the package as soon as v1.10 will be the current version. Is there a realistic chance to get rid of these errors for the next Julia version or should I try to find a workarround in each case to avoid errors? Any suggestion in this respect is welcome. |
I have launched the necessary PRs both in Julia Base/LinearAlgebra and LinearMaps.jl. For the time being, you could simply ignore CI on v1.10/nightly and release new versions as long as the older versions pass. |
It seems to work now on the |
Hi,
Thanks for all the great works! It's great to have an OO alternative to MATLAB.
On Julia v.1.10.0-beta2 (you can install it with
UpdateJulia.jl
orjuliaup
),ared
function crash.If I do:
I get this error:
and the complete types with
show(err)
are:Francis Gagnon
The text was updated successfully, but these errors were encountered: