Skip to content

[CodeCompletion] Eliminate CodeCompletionCallbacks::completeExpr() #28898

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
Dec 20, 2019

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Dec 20, 2019

Well, this does nothing. It just set the parser position twice and calls the consumer's handleResults() without any reason.
It seems it was intended to be a "fallback" completion, but it was never implemented properly. So just remove it for now.

rdar://problem/58102910

@rintaro
Copy link
Member Author

rintaro commented Dec 20, 2019

@swift-ci Please smoke test

@rintaro rintaro requested a review from benlangmuir December 20, 2019 06:37
@rintaro
Copy link
Member Author

rintaro commented Dec 20, 2019

@swift-ci Please smoke test

Well, this does nothing. It just set the parser position twice and calls
the consumer's 'handleResults()' without any reason.
It seems it was intended to be a "fallback" completion, but it was never
implemented properly. So just remove it for now.

rdar://problem/58102910
@rintaro rintaro force-pushed the ide-completion-rdar58102910 branch from 1028424 to ab04751 Compare December 20, 2019 17:39
@rintaro
Copy link
Member Author

rintaro commented Dec 20, 2019

Rebased to resolve a conflict
@swift-ci Please smoke test

@rintaro rintaro merged commit d0e5270 into swiftlang:master Dec 20, 2019
@rintaro rintaro deleted the ide-completion-rdar58102910 branch December 20, 2019 19:34
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