Skip to content
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

Avoid typechecking val and def tpt-s twice #31

Closed
wants to merge 1 commit into from

Conversation

retronym
Copy link
Owner

@retronym retronym commented Oct 29, 2018

While working on build pipelining + outline typing, I noticed we're doing some work twice.

I still need to understand why this results in some Ident-s rather than Select-s appearing in typed trees in CodePrinterTest (e.g Ident(TypeName(Int)).setSymbol(symbolOf[scala.Int]). We should either restore the status quo, or make sure the more compact representation isn't going to break things (such as showCode(tree, printRootPkg = true) in one of the tests I had to change the expectation)

@retronym retronym closed this May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant