-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
fix #40048, stack overflows in type intersection #41687
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
Conversation
@nanosoldier |
Your package evaluation job has completed - possible new issues were detected. A full report can be found here. |
Thanks Jeff! I will give this alternative patch a whirl on our testing branch and report back :). |
PkgEval looks ok. |
This fixes the issue in MixedModels. There are some unrelated test failures (catching some deprecation warnings instead of the intended ones), but we'll take care of those (JuliaStats/MixedModels.jl#547). cc: @dmbates |
Anything blocking merging this? |
Apologies, I forgot to report back! It looks like this patch addresses the issue in our test suite as well :). |
(cherry picked from commit ca0331f) Co-authored-by: Jeff Bezanson <[email protected]>
This PR fails on master (which uses slightly different assert/debug settings than PRs) for win32: see https://build.julialang.org/#/builders/9/builds/2169 |
I partially gave up here and just put in a limit, but hopefully that's better than erroring.
fixes #40048