Skip to content

Pickle/unpickle SuperAccessor names #1165

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
Mar 15, 2016
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Mar 10, 2016

Needed to restore the SuperAccessor flag in separate compilation.
Fixes #1144.

Needed to restore the SuperAccessor flag in separate compilation.
Fixes scala#1144.
case TastyName.SuperAccessor(_) => Flags.SuperAccessor
case _ => EmptyFlags
}
val superFlag = if (rawName.isInstanceOf)
Copy link
Member

Choose a reason for hiding this comment

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

This line isn't used

@VladimirNik
Copy link
Contributor

LGTM.

DarkDimius added a commit that referenced this pull request Mar 15, 2016
Pickle/unpickle SuperAccessor names
@DarkDimius DarkDimius merged commit b01a9c0 into scala:master Mar 15, 2016
@allanrenucci allanrenucci deleted the fix-#1144 branch December 14, 2017 16:59
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.

5 participants