Skip to content

Fix TreeTypeMap and mapSymbols to create a copy of decls for duplicated classes. #452

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

Conversation

DarkDimius
Copy link
Contributor

Without this fix the duplicated classes and the original ones share the same reference to a scope,
instead of having each a separate one.

@AlexSikia this should fix your problems

…ed classes.

Without this fix the duplicated classes and the original ones share the same reference to a scope,
instead of having each a separate one.

@AlexSikia this should fix your problems
@DarkDimius
Copy link
Contributor Author

@odersky please review

DarkDimius added a commit that referenced this pull request Apr 2, 2015
…between-classes

Fix TreeTypeMap and mapSymbols to create a copy of decls for duplicated classes.
@DarkDimius DarkDimius merged commit 008bf64 into scala:master Apr 2, 2015
@allanrenucci allanrenucci deleted the fixTTM-structural-sharing-between-classes branch December 14, 2017 19:23
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