Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support Nested Structs #1648

Closed
fubuloubu opened this issue Oct 24, 2019 · 1 comment
Closed

Support Nested Structs #1648

fubuloubu opened this issue Oct 24, 2019 · 1 comment
Labels
bug Bug that shouldn't change language semantics when fixed.

Comments

@fubuloubu
Copy link
Member

As of #1115, structs with basic type members are added as args to functions. With more complex use cases it may be necessary to nest a struct within a struct, and therefore it would be useful to allow our function argument parsing and return parsing to accept nested structs as arguments.

This was split out from #1019 as a complicated edge case deserving of it's own issue to track progress.

@fubuloubu fubuloubu added the bug Bug that shouldn't change language semantics when fixed. label Jan 6, 2020
@charles-cooper
Copy link
Member

closed as of #2447

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Bug that shouldn't change language semantics when fixed.
Projects
None yet
Development

No branches or pull requests

2 participants