Skip to content
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

Fix nested containers #586

Merged
merged 4 commits into from
Apr 24, 2019
Merged

Fix nested containers #586

merged 4 commits into from
Apr 24, 2019

Conversation

Ryanfsdf
Copy link
Contributor

@Ryanfsdf Ryanfsdf commented Apr 11, 2019

Added support for nested lists/maps containing structs. For example, list<map<string,Struct>> or map<string,list<Struct>>. This enables any depth of nested lists/maps such as list<list<list<ComplexStruct>>>.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 67.663% when pulling a9a0197 on fix-nested-containers into bf225b3 on master.

Copy link
Contributor

@ChuntaoLu ChuntaoLu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Ryanfsdf Ryanfsdf merged commit a0bb29e into master Apr 24, 2019
@ChuntaoLu ChuntaoLu deleted the fix-nested-containers branch July 8, 2020 17:23
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.

3 participants