Skip to content
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

Fix position of implicit conversions for IDEs #2836

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

smarter
Copy link
Member

@smarter smarter commented Jul 5, 2017

In f24190d the position was changed to
be zero-extent so that hover-on-type and other IDE features would work
correctly for expressions that get implicitly converted.
In 8a60a20 this got reverted without
explanation, I assume that this was an error so I'm now restoring it.

In f24190d the position was changed to
be zero-extent so that hover-on-type and other IDE features would work
correctly for expressions that get implicitly converted.
In 8a60a20 this got reverted without
explanation, I assume that this was an error so I'm now restoring it.
@smarter smarter requested a review from odersky July 5, 2017 14:51
@odersky
Copy link
Contributor

odersky commented Jul 6, 2017

LGTM. I believe the revert was an accident.

@odersky odersky merged commit 962bc82 into scala:master Jul 6, 2017
@allanrenucci allanrenucci deleted the fix-implicit-pos 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.

None yet

2 participants