-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Type annotations make the pretty-printed tree quadratically large #4678
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
The pretty-printed tree is quadratic but is the actual raw tree that way too? |
You are right. There is one tree per annotation. |
We should still fix the printer |
I have a fix for this, any idea where to put the test? |
You could add a test to |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 15, 2019
…notations This is mostly useful for printers as it represents what is witten in the source. I may also slightly improve performance of later phases.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 15, 2019
…notations This is mostly useful for printers as it represents what is written in the source. I may also slightly improve performance of later phases.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 15, 2019
This is mostly useful for printers as it represents what is written in the source. I may also slightly improve performance of later phases.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 15, 2019
This is mostly useful for printers as it represents what is written in the source. I may also slightly improve performance of later phases.
smarter
added a commit
that referenced
this issue
Jan 16, 2019
Fix #4678: Create single Typed tree with multiple type annotations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
types the code as
where we should have
The text was updated successfully, but these errors were encountered: