-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
between type and number fails after SparseArrays is loaded
#51826
Closed
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
vtjnash
added a commit
that referenced
this issue
Oct 23, 2023
This is effectively a type-assert, but the error message sounded confusing and internal without the context of what it got and what it expected to get. Refs: #51826
vtjnash
added a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Oct 23, 2023
KristofferC
pushed a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Oct 24, 2023
KristofferC
pushed a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Oct 24, 2023
Fixes JuliaLang/julia#51826 (cherry picked from commit 0b36fdd)
vtjnash
added a commit
that referenced
this issue
Oct 24, 2023
This is effectively a type-assert, but the error message sounded confusing and internal without the context of what it got and what it expected to get. Refs: #51826
vtjnash
added a commit
that referenced
this issue
Oct 25, 2023
This is effectively a type-assert, but the error message sounded confusing and internal without the context of what it got and what it expected to get. Refs: #51826 after: `ERROR: TypeError: in invoke: argument type error, expected Tuple{Int64, Vararg{Int64}}, got a value of type Tuple{DataType, Int64}`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @vtjnash
The text was updated successfully, but these errors were encountered: