Skip to content

Fix/#560 #564

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 2 commits into from
May 15, 2015
Merged

Fix/#560 #564

merged 2 commits into from
May 15, 2015

Conversation

odersky
Copy link
Contributor

@odersky odersky commented May 13, 2015

Review by @DarkDimius

odersky added 2 commits May 13, 2015 16:56
Eclipse freaked out because ScalaRunTime was in the ScalaRunTime directroy,
whereas it should have been in runtime.
- Merge flatName and fullNameSeparated
- Treat nested members of modules specially, to conform to scalac conventions
- Use `~` as separator for term members.
var encl = owner
while (!encl.isClass && !encl.isPackageObject) {
encl = encl.owner
sep += "~"
Copy link
Contributor

Choose a reason for hiding this comment

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

what does ~ stand for?

@odersky
Copy link
Contributor Author

odersky commented May 15, 2015

Need to merge this, as my environment is completely non-functional without the patch.

odersky added a commit that referenced this pull request May 15, 2015
@odersky odersky merged commit d4e4e24 into scala:master May 15, 2015
@allanrenucci allanrenucci deleted the fix/#560 branch December 14, 2017 19:21
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.

2 participants