-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SourceKit] Enable ASTContext caching in other completion-like requests #32572
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
[SourceKit] Enable ASTContext caching in other completion-like requests #32572
Conversation
TypeContextInfo and ConformingMethodList rdar://problem/64782333
@swift-ci Please Build Toolchain macOS |
macOS Toolchain Install command |
@swift-ci Please smoke test |
'TypeContextInfo' and 'ConformingMethodList'
16a3513
to
8307c6a
Compare
@swift-ci Please smoke 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.
We should add an option for this like we do with regular code-completion so that it's possible to disable, even if we default to true.
for 'ConformingMethodList' and 'TypeContextInfo'
@benlangmuir Made it configurable. |
@swift-ci Please smoke test |
@swift-ci Please smoke test |
@swift-ci Please smoke test Linux |
TypeContextInfo and ConformingMethodList
rdar://problem/64782333