Skip to content

Merge main to main-vs-deps#52418

Merged
dibarbet merged 61 commits intomain-vs-depsfrom
merges/main-to-main-vs-deps
Apr 6, 2021
Merged

Merge main to main-vs-deps#52418
dibarbet merged 61 commits intomain-vs-depsfrom
merges/main-to-main-vs-deps

Conversation

@dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from main into main-vs-deps.

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

Troubleshooting conflicts

Identify authors of changes which introduced merge conflicts

Scroll to the bottom, then for each file containing conflicts copy its path into the following searches:

Usually the most recent change to a file between the two branches is considered to have introduced the conflicts, but sometimes it will be necessary to look for the conflicting lines and check the blame in each branch. Generally the author whose change introduced the conflicts should pull down this PR, fix the conflicts locally, then push up a commit resolving the conflicts.

Resolve merge conflicts using your local repo

Sometimes merge conflicts may be present on GitHub but merging locally will work without conflicts. This is due to differences between the merge algorithm used in local git versus the one used by GitHub.

git fetch --all
git checkout merges/main-to-main-vs-deps
git reset --hard upstream/main-vs-deps
git merge upstream/main
# Fix merge conflicts
git commit
git push upstream merges/main-to-main-vs-deps --force

@dotnet-bot dotnet-bot requested review from a team as code owners April 5, 2021 18:01
@dotnet-bot dotnet-bot requested a review from a team April 5, 2021 18:01
@dotnet-bot dotnet-bot added Area-Infrastructure auto-merge Merge Conflicts There are merge conflicts with the base branch. labels Apr 5, 2021
@dotnet-bot
Copy link
Collaborator Author

⚠ This PR has merge conflicts. @allisonchou

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

@dibarbet dibarbet removed the Merge Conflicts There are merge conflicts with the base branch. label Apr 5, 2021
@dibarbet dibarbet assigned dibarbet and unassigned allisonchou Apr 5, 2021
tmat and others added 9 commits April 5, 2021 19:25
…52322)

* Add PathUtilities.CombinePaths with same semantics as Path.Combine

* Fix

* Update src/Compilers/Core/Portable/FileSystem/PathUtilities.cs

Co-authored-by: Jared Parsons <jaredpparsons@gmail.com>

* Fix

Co-authored-by: Jared Parsons <jaredpparsons@gmail.com>
* Misc fixes

* EditSession cleanup
Return cached results from nav to while we are loading the solution
* Rebuild extern aliases

The portable PDB writing code was not properly encoding external
aliases. They were being ignored since they aren't included in the
`CommonReferenceManager` as the code expected. Convertd to a more direct
way of grabbing the `PEReader` value and properly encoded the modules

* PR feedback

* Build issue
@CyrusNajmabadi CyrusNajmabadi force-pushed the merges/main-to-main-vs-deps branch from d8d4be6 to 267a846 Compare April 6, 2021 05:02
@dibarbet dibarbet merged commit d9b764f into main-vs-deps Apr 6, 2021
@ghost ghost added this to the Next milestone Apr 6, 2021
@dibarbet dibarbet deleted the merges/main-to-main-vs-deps branch April 6, 2021 17:50
@dibarbet dibarbet modified the milestones: Next, 16.10.P3 Apr 26, 2021
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.

10 participants