-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implement auto tupling of function arguments #898
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
0b87375
to
6a5f698
Compare
@retronym Unfortunately your comments were eaten by the rebase. I got the comment about call-by-name parameters. Was there anything else I should look at? |
@odersky Can you find them in your email archives (search for "[dotty] Implement auto uncurry"). I don't get email notifications of my own comments, and I can't find them on commits in your previous branch, either: master...0b8737 |
Oh, it looks like I made my comments on #897. |
Thanks for digging them out Jason! I'll remember the e-mail trick for next
On Wed, Nov 18, 2015 at 5:06 AM, Jason Zaugg [email protected]
Martin Odersky |
6a5f698
to
1729676
Compare
Former test no longer allowed after conforms/compatible change.
I don't think we see further reviewer comments. Merging. |
Implement auto tupling of function arguments
Based on #887. Implements SIP #897. Review by @retronym?