Skip to content

fix nested named types in ztests#6769

Merged
nwt merged 1 commit intomainfrom
fix-blend-fuse-ztests
Mar 25, 2026
Merged

fix nested named types in ztests#6769
nwt merged 1 commit intomainfrom
fix-blend-fuse-ztests

Conversation

@nwt
Copy link
Member

@nwt nwt commented Mar 25, 2026

u1=(u2=int64|u3=string) parses as (u1=(u2=int64))|(u3=string), containing a nested named type, instead of the intended named union of named types, u1=((u2=int64)|(u3=string)).

u1=(u2=int64|u3=string) parses as (u1=(u2=int64))|(u3=string), containing
a nested named type, instead of the intended named union of named types,
u1=((u2=int64)|(u3=string)).
@nwt nwt requested a review from a team March 25, 2026 18:43
@nwt nwt merged commit 562bd8e into main Mar 25, 2026
2 checks passed
@nwt nwt deleted the fix-blend-fuse-ztests branch March 25, 2026 22:04
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.

2 participants