We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vcat
As far as I can see LinearMaps.jl commits type piracy with vcat that used to work fine with Julia up to 1.9 but on Julia 1.10-beta2 it fails:
LinearMaps.jl
MethodError: no method matching /(::Adjoint{Float64, Matrix{Float64}}, ::LinearMaps.TransposeMap{Float64, LinearMaps.BlockMap{Float64, Tuple{LinearMaps.UniformScalingMap{Bool}, LinearMaps.WrappedMap{Float64, Matrix{Float64}}, LinearMaps.WrappedMap{Float64, Matrix{Float64}}, LinearMaps.UniformScalingMap{Bool}}, Tuple{Int64, Int64}}})
see here: https://github.com/JuliaManifolds/Manifolds.jl/actions/runs/6119202115/job/16608674048?pr=648 .
The text was updated successfully, but these errors were encountered:
Well, it is innocently pushed to commit type piracy. 😄 This is already taken care of by JuliaLang/julia#51132 and #211.
Sorry, something went wrong.
I see, OK, I will wait then until it's fixed.
hvcat
Successfully merging a pull request may close this issue.
As far as I can see
LinearMaps.jl
commits type piracy withvcat
that used to work fine with Julia up to 1.9 but on Julia 1.10-beta2 it fails:see here: https://github.com/JuliaManifolds/Manifolds.jl/actions/runs/6119202115/job/16608674048?pr=648 .
The text was updated successfully, but these errors were encountered: