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

Prevent implicit conversion chaining #14750

Merged
merged 1 commit into from Mar 23, 2022
Merged

Conversation

smarter
Copy link
Member

@smarter smarter commented Mar 22, 2022

Just like in tryInsertImplicitOnQualifier, we need to turn off implicit search
when typing a selection after inserting an implicit conversion on the qualifier in
tryExtensionOrConversion.

Partially fixes #13900, see test case.

Just like in tryInsertImplicitOnQualifier, we need to turn off implicit search
when typing a selection after inserting an implicit conversion on the qualifier in
tryExtensionOrConversion.

Partially fixes scala#13900, see test case.
@odersky odersky merged commit fdd43d7 into scala:main Mar 23, 2022
@odersky odersky deleted the fix-i13900 branch March 23, 2022 16:59
@Kordyjan Kordyjan added this to the 3.1.3 milestone Aug 1, 2023
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.

Unapplicable implicit conversion in scope incorrectly masks applicable implicit conversion in outer scope.
3 participants