generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support aliased and inlined struct type enum variants #1531
Comments
Open
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
matt2e
pushed a commit
that referenced
this issue
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
both of the below will be supported ways of declaring struct type enum variants:
producing the following schema:
if the struct is inlined, we will use its name as both the variant name and the type name. right now, we're only supporting the inlined case correctly
The text was updated successfully, but these errors were encountered: