-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
SumOfSquares error in inference #57852
Comments
Actually, only a slight tweak is needed to the MWE to make it fail on v1.12 and v1.11 too. Somehow inference is reporting there are no possible methods to call, and so inlining is replacing the dynamic dispatch call with
|
Oh, amazing, this packages uses two different functions of the same name in different modules and has them call into each other. Here's the real method call which failed in type-intersection:
This intersection mistake was introduced in v1.7:
|
Looking at the segfault in https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-03/18/SumOfSquares.primary.log, inference is coming to the wrong answer on master
on v1.12 this was
The text was updated successfully, but these errors were encountered: