Skip to content

Conversation

@dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from master into features/target-typing.

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

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

mavasani and others added 30 commits June 22, 2020 07:33
Addresses #44131
The added analyzer APIs are similar to the existing APIs for syntax tree callback. This commit adds the compiler APIs + tests

Future enhancement: Add analyzer action for reporting diagnostics in analyzer config files
Also returns partial results when not all indices are available
by aggregating overloads, also reduce the number of items returned
@gafter gafter closed this Jul 15, 2020
@gafter gafter reopened this Jul 15, 2020
@gafter
Copy link
Member

gafter commented Jul 15, 2020

For some reason this PR is not reflecting the current state of the branch being merged.

@gafter gafter force-pushed the merges/master-to-features/target-typing branch from bed2343 to 278304b Compare July 15, 2020 16:21
msftbot[bot] and others added 4 commits July 15, 2020 16:59
Add analyzer action for reporting diagnostics in additional files
Reduce nested testing level in x86 release E2E tests.
@JoeRobich
Copy link
Member

I believe githubs earlier outage may have broken the CI runs. Closing and reopening to restart CI.

@JoeRobich JoeRobich closed this Jul 15, 2020
@JoeRobich JoeRobich reopened this Jul 15, 2020
msftbot[bot] and others added 6 commits July 15, 2020 22:19
Include information why symbol key resolution has failed to help with debugging.
Clean up compiler logging

The compiler logging support primarily helped with identifying issues
with the underlying protocol. That was an area of problem in the initial
compiler server development and a sensible logging scenario.

Now though the underlying protocol isn't really an issue for the server.
The bigger issue is tracking the underlying state transitions of the
server and the reasons for making such transitions. This PR moves our
logging to match this new reality.
Add used assembly references feature branch to publishData
Skip HighlightRefsMultipleSubmisionsVerifyRenameTags tests
@dotnet-bot dotnet-bot requested a review from a team as a code owner July 16, 2020 06:22
@ghost ghost merged commit 8585ce4 into features/target-typing Jul 16, 2020
@ghost ghost deleted the merges/master-to-features/target-typing branch July 16, 2020 18:33
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.