Skip to content

[ConstraintSystem] Adjust overload filtering to be less aggressive in … #34052

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

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Sep 23, 2020

… code completion mode

Avoid filtering overloads for calls which have code completion
token as an argument, that would always undesired results,
because such calls could be missing arguments before or after
the token.

@xedin xedin requested a review from nathawes September 23, 2020 23:57
@xedin xedin force-pushed the avoid-overload-filtering-when-completing branch from 002f4e4 to 9b7d205 Compare September 24, 2020 00:29
… code completion mode

Avoid filtering overloads for calls which have code completion
token as an argument, that would always undesired results,
because such calls could be missing arguments before or after
the token.
@xedin xedin force-pushed the avoid-overload-filtering-when-completing branch from 9b7d205 to a4701f7 Compare September 24, 2020 00:29
@xedin
Copy link
Contributor Author

xedin commented Sep 24, 2020

@swift-ci please smoke test

@xedin xedin merged commit 3c386d8 into swiftlang:main Sep 24, 2020
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