Skip to content

Fix #2404: Fixes to make collections strawman compile, take 3 #2408

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 5 commits into from
May 11, 2017

Conversation

odersky
Copy link
Contributor

@odersky odersky commented May 10, 2017

This one is needed to compile

scala/collection-strawman#64.

It affects a core part of type handling: How to adapt signatures when copying
TermRefWithSig trees. So far signatures were kept as before, which is incorrect if
the new prefix "sees" the symbol with different type as the old one. The problem
manifested itself by inlining failures.

@odersky odersky requested a review from smarter May 10, 2017 20:38
Need to keep all consistent parts of original signature.
Copy link
Member

@smarter smarter left a comment

Choose a reason for hiding this comment

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

LGTM

@odersky odersky merged commit ae4f1fa into scala:master May 11, 2017
@allanrenucci allanrenucci deleted the fix-compile-strawman-3 branch December 14, 2017 19:19
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