Skip to content

Fix the order of implicit context bound parameters #2917

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 1 commit into from
Aug 2, 2017

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jul 26, 2017

Make implicit context bound parameters precede, rather than follow,
other implicit parameters. This corresponds to what scalac does,
and is needed so that we can interop.

No test case, sorry, but I verified by hand that it now matches.

Make implicit context bound parameters precede, rather than follow,
other implicit parameters. This corresponds to what scalac does,
and is needed so that we can interop.
@DarkDimius DarkDimius merged commit 9233de3 into scala:master Aug 2, 2017
@allanrenucci allanrenucci deleted the fix-order-implicits branch December 14, 2017 19:20
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.

3 participants