-
-
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
abstractarray cat3v inferred test #50550
Labels
ci
Continuous integration
Comments
Related to #49322? |
This reproduces with the sequence of tests on that worker:
|
Reproduces with just
|
Seems to come from the type-piracy of SparseArrays:
|
We probably should just remove SparseArrays from that test file, since we removed SparseArrays from Base |
This was referenced Jul 23, 2023
We talked this week about disabling this test. Is that still how we want to proceed? I'm not familiar enough to say if it's a good test or not. |
vtjnash
added a commit
that referenced
this issue
Aug 1, 2023
These tests now belong in SparseArrays, since it is removed from Base. Since SparseArrays does some piracy, that can break or distort later tests. Fix #50550
vtjnash
added a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Aug 1, 2023
Ensures that Union{} is not part of the output possibilities after type-piracy of Base.cat methods. Refs JuliaLang/julia#50550
vtjnash
added a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Aug 1, 2023
Ensures that Union{} is not part of the output possibilities after type-piracy of Base.cat methods. Refs JuliaLang/julia#50550
vtjnash
added a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Aug 1, 2023
Ensures that Union{} is not part of the output possibilities after type-piracy of Base.cat methods. Refs JuliaLang/julia#50550
vtjnash
added a commit
that referenced
this issue
Aug 1, 2023
These cannot be reached, but they would imply this function might return Bottom, which it cannot. Fix #50550
vtjnash
added a commit
that referenced
this issue
Aug 1, 2023
These cannot be reached, but they would imply this function might return Bottom, which it cannot. Fix #50550
vtjnash
added a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Aug 1, 2023
Ensures that Union{} is not part of the output possibilities after type-piracy of Base.cat methods. Refs JuliaLang/julia#50550
aviatesk
pushed a commit
that referenced
this issue
Aug 2, 2023
) These cannot be reached, but they would imply this function might return Bottom, which it cannot. Fix #50550
vtjnash
added a commit
that referenced
this issue
Aug 10, 2023
These tests now belong in SparseArrays, since it is removed from Base. Since SparseArrays does some piracy, that can break or distort later tests. Refs #50550
matbesancon
pushed a commit
to matbesancon/SparseArrays.jl
that referenced
this issue
Sep 3, 2023
Ensures that Union{} is not part of the output possibilities after type-piracy of Base.cat methods. Refs JuliaLang/julia#50550
vtjnash
added a commit
to JuliaSparse/SparseArrays.jl
that referenced
this issue
Sep 5, 2023
Ensures that Union{} is not part of the output possibilities after type-piracy of Base.cat methods. Refs JuliaLang/julia#50550 (cherry picked from commit c402d09)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://buildkite.com/julialang/julia-master/builds/25873#018950e3-eedd-41e0-8a96-bbd23fe9154e
The text was updated successfully, but these errors were encountered: