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

Fix some method signatures related AbstractQ's #211

Merged
merged 6 commits into from
Oct 3, 2023
Merged

Conversation

dkarrasch
Copy link
Member

@dkarrasch dkarrasch commented Sep 3, 2023

AbstractQ used to subtype AbstractMatrix, but since Julia v1.10 no longer does. This fixes a few method signatures in places where we do want to include AbstractQs (usually where they get wrapped by WrappedMap). This does not include things like mul!(Y, A::LinearMap, Q::AbstractQ).

Depends on JuliaLang/julia#51132.

Closes #214.

@codecov
Copy link

codecov bot commented Sep 3, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (bdbfe00) 99.68% compared to head (715bee6) 99.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   99.68%   99.68%           
=======================================
  Files          22       22           
  Lines        1591     1591           
=======================================
  Hits         1586     1586           
  Misses          5        5           
Files Coverage Δ
src/blockmap.jl 100.00% <100.00%> (ø)
src/fillmap.jl 100.00% <100.00%> (ø)
src/getindex.jl 100.00% <100.00%> (ø)
src/left.jl 100.00% <100.00%> (ø)
src/uniformscalingmap.jl 100.00% <100.00%> (ø)
src/wrappedmap.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dkarrasch dkarrasch closed this Sep 28, 2023
@dkarrasch dkarrasch reopened this Sep 28, 2023
@dkarrasch dkarrasch merged commit e29a810 into master Oct 3, 2023
13 of 14 checks passed
@dkarrasch dkarrasch deleted the dk/abstractq_fix branch October 3, 2023 19:51
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 this pull request may close these issues.

vcat type piracy breaks Manifolds.jl on Julia 1.10
1 participant