Skip to content

Fix #5966: Narrow criterion for when we have an inserted apply #5973

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
Feb 22, 2019

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Feb 22, 2019

insertApplyOrImplicit checks whether we already have an inserted apply
in order to prevent an infinite insertion sequence. This criterion should
be restricted to just look at Select nodes. Once an inserted apply
is in fact applied it should not count anymore.

Also: Fix printing of FunProtos for "given" arguments.

`insertApplyOrImplicit` checks whether we already have an inserted apply
in order to prevent an infinite insertion sequence. This criterion should
be restricted to just look at Select nodes. Once an inserted `apply`
is in fact applied it should not count anymore.
@smarter smarter merged commit b539b34 into scala:master Feb 22, 2019
@allanrenucci allanrenucci deleted the fix-#5966 branch February 24, 2019 11:36
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