-
-
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
Type inference error on CI #38999
Labels
ci
Continuous integration
Comments
We recently began seeing a somewhat similar failure on 1.7-dev:
This failure occurs when running the test suite of a private repo. Happy to provide more information via other channels if helpful as usual :). |
MWE:
Which is because, per the code comment "TODO: this is probably solidly unsound and would corrupt the cache in many cases" :D |
vtjnash
added a commit
that referenced
this issue
Jan 7, 2021
Sometimes we want to widen the compilation signature, but then end up with something which does not fit the original pattern. This then can cause problems later, when we try to use the Method (from the cache), but discover it does not actually match the call. Fixes #38999
Keno
pushed a commit
that referenced
this issue
Jan 9, 2021
Sometimes we want to widen the compilation signature, but then end up with something which does not fit the original pattern. This then can cause problems later, when we try to use the Method (from the cache), but discover it does not actually match the call. Fixes #38999
KristofferC
pushed a commit
that referenced
this issue
Jan 9, 2021
Sometimes we want to widen the compilation signature, but then end up with something which does not fit the original pattern. This then can cause problems later, when we try to use the Method (from the cache), but discover it does not actually match the call. Fixes #38999 (cherry picked from commit 8937f7e)
KristofferC
pushed a commit
that referenced
this issue
Feb 1, 2021
Sometimes we want to widen the compilation signature, but then end up with something which does not fit the original pattern. This then can cause problems later, when we try to use the Method (from the cache), but discover it does not actually match the call. Fixes #38999 (cherry picked from commit 8937f7e)
ElOceanografo
pushed a commit
to ElOceanografo/julia
that referenced
this issue
May 4, 2021
…ang#39140) Sometimes we want to widen the compilation signature, but then end up with something which does not fit the original pattern. This then can cause problems later, when we try to use the Method (from the cache), but discover it does not actually match the call. Fixes JuliaLang#38999
staticfloat
pushed a commit
that referenced
this issue
Dec 23, 2022
Sometimes we want to widen the compilation signature, but then end up with something which does not fit the original pattern. This then can cause problems later, when we try to use the Method (from the cache), but discover it does not actually match the call. Fixes #38999 (cherry picked from commit 8937f7e)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems intermittent and does not cause the build to fail, but looks like this:
https://build.julialang.org/#/builders/34/builds/7479/steps/5/logs/stdio
The text was updated successfully, but these errors were encountered: