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

Root prefix Unit to avoid hygiene problems #153

Merged
merged 2 commits into from
Feb 20, 2019

Conversation

olafurpg
Copy link
Member

No description provided.

"""|/index.md
|```scala
|scala.List(1)
|// res0: scala.collection.immutable.List[scala.Int] = List(1)
Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks @davidhoyt for tracking down the issue! Note that the printed output takes into account the scope so scala.Int is printed out instead of Int

The lsp package is not even used, and I don't know why this doesn't
compile anymore.
@olafurpg olafurpg merged commit e42d8c1 into scalameta:master Feb 20, 2019
@olafurpg olafurpg deleted the hygiene branch February 20, 2019 21:55
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