Skip to content
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

vcat type piracy breaks Manifolds.jl on Julia 1.10 #214

Closed
mateuszbaran opened this issue Sep 8, 2023 · 2 comments · Fixed by #211
Closed

vcat type piracy breaks Manifolds.jl on Julia 1.10 #214

mateuszbaran opened this issue Sep 8, 2023 · 2 comments · Fixed by #211

Comments

@mateuszbaran
Copy link

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:

  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 .

@dkarrasch
Copy link
Member

Well, it is innocently pushed to commit type piracy. 😄 This is already taken care of by JuliaLang/julia#51132 and #211.

@mateuszbaran
Copy link
Author

I see, OK, I will wait then until it's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants