-
Notifications
You must be signed in to change notification settings - Fork 148
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
Breakage in 1.7+ with QR factorization #931
Labels
Comments
It seems to have been introduced by JuliaLang/julia#40623 |
gbaraldi
changed the title
Possible regression in 1.7+ with QR factorization
Breakage in 1.7+ with QR factorization
Jul 1, 2021
This looks similar to #920 and very likely requires a similar fix. |
thchr
added a commit
to thchr/StaticArrays.jl
that referenced
this issue
Jul 1, 2021
thchr
added a commit
to thchr/StaticArrays.jl
that referenced
this issue
Jul 1, 2021
This is now fixed by #932 |
thchr
added a commit
to thchr/StaticArrays.jl
that referenced
this issue
Jul 8, 2021
…ties for `lu` (JuliaArrays#932) * fix `qr` method ambiguities (JuliaArrays#931) and lingering `lu` ambiguities (JuliaArrays#920) * fix inferrence issues due to using `@invoke` for `lu` keyword arguments * bump version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calling qr on a simple SMatrix is now giving ambiguous method error on versions after 1.6.1
1.6.1
On 1.7-beta2
On 1.8
This looks like a julia issue, but I'm not sure, since it affects at least StaticArrays I am opening an issue here and an issue upstream.
The text was updated successfully, but these errors were encountered: