-
-
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
Internal error: encountered unexpected error in runtime: TypeError... #39082
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:inference
Type inference
regression
Regression in behavior compared to a previous version
Milestone
Comments
Yes, my bisect finished and I can confirm that this is due to #38136. |
(Crossreferencing the possibly related #38999.) |
Hard to say precisely how we should handle this, but it happens when an invalid type tries to get handled as an argument type:
|
MWE. There was a normalization missed in #38136 when constructing argtypes.
|
vtjnash
added a commit
that referenced
this issue
Jan 6, 2021
vtjnash
added a commit
that referenced
this issue
Jan 6, 2021
vtjnash
added a commit
that referenced
this issue
Jan 8, 2021
Keno
pushed a commit
that referenced
this issue
Jan 10, 2021
ElOceanografo
pushed a commit
to ElOceanografo/julia
that referenced
this issue
May 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:inference
Type inference
regression
Regression in behavior compared to a previous version
Our packages AbstractAlgebra, Hecke, etc. started failing on master. I could reduce the error to the following MWE:
(full backtrace: https://gist.github.com/thofma/23a37bd230758994871b42686de507ca)
This is working fine on 1.5.1 and on the release1.6 branch, so this is a regression on the master branch.
The text was updated successfully, but these errors were encountered: