-
Notifications
You must be signed in to change notification settings - Fork 281
Merging types breaks refs on conflicts #5722
Copy link
Copy link
Open
Labels
Component: Merge ConflictIssue needs changes to merge conflict resolversIssue needs changes to merge conflict resolversEdition: UltimateEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundState: Blocked (Issue)Issue is blocked on the resolution of another issueIssue is blocked on the resolution of another issue
Metadata
Metadata
Assignees
Labels
Component: Merge ConflictIssue needs changes to merge conflict resolversIssue needs changes to merge conflict resolversEdition: UltimateEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundState: Blocked (Issue)Issue is blocked on the resolution of another issueIssue is blocked on the resolution of another issue
If I have:
...defined newly on both sides of a merge, it should merge into two structs with suffixes and updated references:
It does the two structs with suffixes part correctly, but leaves the inner member still pointing to
bbbbwhich no longer exists.Blocked by #5720.