Skip to content

[CodeCompletion] Don't update VFS content hash map after each completion #33645

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
Aug 26, 2020

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Aug 26, 2020

This was not needed. The list of dependencies should not be changed during fast-completion sessions.
This was also harmful because it calls stat(2) for all the dependency files.

rdar://problem/67773257

(The updated test passes even without this change. Just to make sure it works correctly)

This was not needed. The list of depenencies should not be changed
during fast-completion sessions.

This was also harmful because it calls stat(2) for all the dependency
files.

rdar://problem/67773257
@rintaro
Copy link
Member Author

rintaro commented Aug 26, 2020

@swift-ci Please smoke test

@rintaro rintaro requested a review from benlangmuir August 26, 2020 17:48
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