-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Crash while unpickling type quote #5247
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
Comments
Changing the code to
fixes the issue. There is probably with |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 16, 2018
Remove addTags logic
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 16, 2018
Remove addTags logic
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 16, 2018
Type block are represented with `Block` nodes where all statements are `TypeDef`s and the expression is a `TypeTree`.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 16, 2018
Type block are represented with `Block` nodes where all statements are `TypeDef`s and the expression is a `TypeTree`.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 16, 2018
Type block are represented with `Block` nodes where all statements are `TypeDef`s and the expression is a `TypeTree`.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 16, 2018
Type block are represented with `Block` nodes where all statements are `TypeDef`s and the expression is a `TypeTree`.
nicolasstucki
added a commit
that referenced
this issue
Oct 20, 2018
Fix #5247: Support type blocks and fix generic tuples
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the compiler crashes while unpickling
'[H]
withThe text was updated successfully, but these errors were encountered: