-
-
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
statestack_set assertion in subtype resolution #47658
Labels
types and dispatch
Types, subtyping and method dispatch
Comments
I first hit this unrelated issue, but this is a StaticArrays bug. We could fix this is Julia, but my PR was reverted. I will update again if I hit the specific bug mentioned once it finishes building.
|
Running this test locally, I get:
with values
and
|
Short reproducer:
(Need to have two "copies" of the type so we can't cheat with pointer equality.) |
JeffBezanson
added a commit
that referenced
this issue
Jan 11, 2023
JeffBezanson
added a commit
that referenced
this issue
Jan 11, 2023
JeffBezanson
added a commit
that referenced
this issue
Jan 11, 2023
JeffBezanson
added a commit
that referenced
this issue
Jan 19, 2023
KristofferC
pushed a commit
that referenced
this issue
Feb 20, 2023
KristofferC
pushed a commit
that referenced
this issue
Mar 15, 2023
N5N3
added a commit
to N5N3/julia
that referenced
this issue
Mar 17, 2023
…ontaining typevars (JuliaLang#48221)"" This reverts commit 7d335a0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting a segfault in the subtype resolution. I'm not sure how to track this down to its source, but you can reproduce if you clone this commit of Catlab.jl, and then run
julia --project=test test/wiring_diagrams/WiringDiagrams.jl
. What I get when I run this is:My feeling is that perhaps if the underlying logical error of #47654 is sorted out, this might be fixed as a side-effect, but then again it could be completely unrelated.
The text was updated successfully, but these errors were encountered: