Skip to content

Typo fix #7

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

Merged
merged 1 commit into from
Nov 6, 2022
Merged

Typo fix #7

merged 1 commit into from
Nov 6, 2022

Conversation

N5N3
Copy link
Contributor

@N5N3 N5N3 commented Nov 6, 2022

Found in JuliaArrays/StructArrays.jl#215 with

ERROR: LoadError: MethodError: no method matching adjoint(::Nothing)
Closest candidates are:
  adjoint(::Union{LinearAlgebra.QR, LinearAlgebra.QRCompactWY, LinearAlgebra.QRPivoted}) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/qr.jl:517
  adjoint(::Union{LinearAlgebra.Cholesky, LinearAlgebra.CholeskyPivoted}) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/cholesky.jl:558
  adjoint(::LinearAlgebra.Hermitian) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/symmetric.jl:348
  ...

@SaschaMann

found in JuliaArrays/StructArrays.jl#215 with
```julia
ERROR: LoadError: MethodError: no method matching adjoint(::Nothing)
Closest candidates are:
  adjoint(::Union{LinearAlgebra.QR, LinearAlgebra.QRCompactWY, LinearAlgebra.QRPivoted}) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/qr.jl:517
  adjoint(::Union{LinearAlgebra.Cholesky, LinearAlgebra.CholeskyPivoted}) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/cholesky.jl:558
  adjoint(::LinearAlgebra.Hermitian) at /opt/hostedtoolcache/julia/1.8.2/x64/share/julia/stdlib/v1.8/LinearAlgebra/src/symmetric.jl:348
  ...
```
@IanButterworth IanButterworth merged commit 36b481d into julia-actions:main Nov 6, 2022
@SaschaMann
Copy link
Member

Oops, sorry and thanks for reporting.

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.

3 participants