Skip to content

Fix #3000: Do not flatten across packages #3001

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

Merged
merged 3 commits into from
Aug 22, 2017

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

private val liftedDefs = new mutable.ListBuffer[Tree]
private var liftedDefs = new mutable.ListBuffer[Tree]

private lazy val liftedDefsQueue = mutable.Stack.empty.asInstanceOf[mutable.Stack[mutable.ListBuffer[Tree]]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mutable.Stack.empty[mutable.ListBuffer[Tree]]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolasstucki
Copy link
Contributor Author

Will need rebase on #2999 or vice versa.

The output of the test file will have bar.Bar$$anon$1 instead of bar.Bar$$anon$2.

Copy link
Contributor

@liufengyun liufengyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicolasstucki nicolasstucki merged commit c61a0ce into scala:master Aug 22, 2017
@allanrenucci allanrenucci deleted the fix-#3000 branch December 14, 2017 19:18
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.

3 participants