Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bugfix: reuse unique type guids on merge conflicts - #5332

Merged
aryairani merged 2 commits into
trunkfrom
24-09-05-merge-branch-dependents
Sep 5, 2024
Merged

aryairani merged 2 commits into
trunkfrom
24-09-05-merge-branch-dependents

Conversation

@mitchellwrosen

Copy link
Copy Markdown
Member

Overview

Fixes #5331

This PR amends a merge branch (i.e. a branch that we create to resolve a merge conflict) to include dependents and conflicts.

Previously, all dependents and conflicts would be omitted from the underlying namespace. This had the unfortunate consequence of regenerating unique type GUIDs for all unique types that are either conflicted or the dependent of a conflict.

Test coverage

I've added a transcript to cover this change

Merge result:

``` ucm
project/alice> merge /bob

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If possible to put the 500 line rename into at least a separate commit, it will make reviewing easier.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I guess it sort of is in a separate commit; thanks.

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.

merge branch doesn't preserve unique type GUIDs when they're available

2 participants