Skip to content
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

Merge master to features/readonly-members #33836

Merged

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from master into features/readonly-members.

git fetch --all
git checkout merges/master-to-features/readonly-members
git reset --hard upstream/features/readonly-members
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-features/readonly-members --force

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.

heejaechang and others added 2 commits March 2, 2019 10:52
#33805)

* added ability to clear all diagnostics reproted from a IDiagnosticUpdateSource

previously IDiagnosticUpdateSource has to clear each diagnostics it reported group by group. that was fine for IDiagnosticUpdateSource that supports incremental update, but some source such as EditAndContinue doesn't support incremental update since their errors (emit errors) come and go as a bulk (whole project). when they update, they need to update everything. so tracking things in group for incremental update is unnecessary for such source.

the new API (Source.Cleared) make it easy for source to clear all diagnostics at once it produced.

* addressing PR feedbacks
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

@ghost ghost merged commit d02d0a5 into features/readonly-members Mar 3, 2019
@ghost ghost deleted the merges/master-to-features/readonly-members branch March 3, 2019 01:30
@dotnet-bot dotnet-bot restored the merges/master-to-features/readonly-members branch March 3, 2019 12:00
@dotnet-bot dotnet-bot deleted the merges/master-to-features/readonly-members branch March 3, 2019 12:00
@dotnet-bot dotnet-bot restored the merges/master-to-features/readonly-members branch March 4, 2019 00:00
@dotnet-bot dotnet-bot deleted the merges/master-to-features/readonly-members branch March 4, 2019 00:00
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants