-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[CodeCompletion][Sema] Don't filter out any viable solutions when solving for code completion #35535
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
[CodeCompletion][Sema] Don't filter out any viable solutions when solving for code completion #35535
Conversation
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the intention here but I'm worried that this might cause "too complex" issues within larger expressions because we'd get all of the partial solutions that have to be merged together so there is going to be a significant memory overhead... What would make me feel better if you could add a couple of examples of expressions with operators + code completion.
daf9d4f
to
7d8b485
Compare
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
@swift-ci please smoke test Linux |
@swift-ci smoke test Linux |
…ving for code completion Resolves rdar://problem/73282163
7d8b485
to
3fe0b8f
Compare
@swift-ci please test and merge |
3 similar comments
@swift-ci please test and merge |
@swift-ci please test and merge |
@swift-ci please test and merge |
@swift-ci please smoke test Linux |
Resolves rdar://problem/73282163