-
Notifications
You must be signed in to change notification settings - Fork 281
Support nested structure merging #5721
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
We support merging
struct { int a; int b }but we don't supportstruct { struct { int a; int b; } a; }.Blocked by #5720.