Skip to content

[CodeCompletion] Migrate ForEachSequence and PostfixExprBeginning to solver-based #41886

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

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Mar 18, 2022

Migrate two more completion kinds (ForEachSequence and PostfixExprBeginning) to the solver-based implementation.

@ahoppen ahoppen force-pushed the pr/migrate-foreachsequence-postfixexprbeginning-solver-based branch 2 times, most recently from 6edfc49 to dca5651 Compare March 21, 2022 13:37
@ahoppen ahoppen force-pushed the pr/migrate-foreachsequence-postfixexprbeginning-solver-based branch from dca5651 to 48e8a13 Compare March 22, 2022 11:26
@ahoppen ahoppen marked this pull request as ready for review March 22, 2022 11:27
@ahoppen ahoppen requested review from rintaro and xedin March 22, 2022 11:27
@ahoppen ahoppen force-pushed the pr/migrate-foreachsequence-postfixexprbeginning-solver-based branch 2 times, most recently from 3c8a9fb to be35e75 Compare March 24, 2022 07:12
This fixes a performance problem where we were sometimes reporting >1000 solutions but all the relevant parameters of the result were equal.
@ahoppen ahoppen force-pushed the pr/migrate-foreachsequence-postfixexprbeginning-solver-based branch from be35e75 to 95d3984 Compare March 24, 2022 08:11
@ahoppen
Copy link
Member Author

ahoppen commented Mar 24, 2022

@swift-ci Please SourceKit stress test

@ahoppen
Copy link
Member Author

ahoppen commented Mar 24, 2022

@swift-ci Please smoke test

@ahoppen ahoppen merged commit 3126396 into swiftlang:main Mar 24, 2022
@ahoppen ahoppen deleted the pr/migrate-foreachsequence-postfixexprbeginning-solver-based branch March 24, 2022 15:29
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