amazon-ion / ion-cli

Apache License 2.0
35 stars 15 forks source link

Adds namespace fix for nested sequence and adds support for nested types in Sequence and Scalar ADT #163

Closed desaikd closed 2 weeks ago

desaikd commented 3 weeks ago

Description of changes:

This PR fixes namespace for nested sequence types and adds support for nested types in sequence and scalar templates.

List of changes:

Test:

Adds a new test case sequence_with_enum_element this verified both sequence namespace bugfix and support for nested types in sequence.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.