-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Orphan PolyParam #2152
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
Labels
Comments
That's an actual error, unrelated to pickling. Likely from typer. |
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 10, 2017
scala#2152 shows that dependent result type parameters can end up in the types of terms, so we have to eliminate them. If we don't we get orphan parameters in pickling.
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 10, 2017
scala#2152 shows that dependent result type parameters can end up in the types of terms, so we have to eliminate them. If we don't we get orphan parameters in pickling.
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 10, 2017
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 10, 2017
scala#2152 shows that dependent result type parameters can end up in the types of terms, so we have to eliminate them. If we don't we get orphan parameters in pickling. Fix method name and comment
odersky
added a commit
that referenced
this issue
Apr 13, 2017
Fix #2152: Instantiate dependent result type parameters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following causes the compiler to crash when trying to pickle some trees.
The output from the compiler is here.
The text was updated successfully, but these errors were encountered: