-
-
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
Fix invdepth within existential subtyping. #49049
Conversation
This commit partially reverts JuliaLang#32425.
@nanosoldier |
Your package evaluation job has completed - possible new issues were detected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM. Feel free to merge, or decide whether you'd like to look into PopGenCore first.
There's no need to keep it.
MWE for S = Type{Ref{Union{Missing, Tuple{S1,S1} where S1<:T1}}} where T1
T = Type{F} where F<:(RefValue{Union{Missing, Tuple{S2,S2} where S2<:T2}} where T2)
typeintersect(S, T) #ERROR: StackOverflowError: note: This stackoverflow also happens on 1.9. |
1. code clean for `intvalued` 2. fix stackoverflow caused by re-intersection of concrete var 3. NFC clean for #49049
* Remove `Rinvdepth` from `stenv`
Follow up #49023.
Eager unwrapping changes the order of vars in env thus we must set the correct invdepth.
Fix "unreachable reached" in
CMBLensing.jl
on master. (https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2023-03/17/CMBLensing.primary.log)Test added.