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

Improve serialization of xs:lists with empty elements #665

Merged
merged 6 commits into from
Oct 15, 2023

Commits on Oct 12, 2023

  1. Fixed some errors in tests, namely:

    - QNameDeserializer does not tested with tuple structs
    - SimpleTypeDeserializer does not tested with tuple structs
    - (stilistic) Some enum tests named "tuple_struct" [variant] instead of "tuple" [variant]
    Mingun committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b9aff75 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary casts

    Mingun committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    906488e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65ae4f2 View commit details
    Browse the repository at this point in the history
  4. Add tests for SimpleSeq

    failures (3):
        se::simple_type::tests::simple_seq::all_items_empty
        se::simple_type::tests::simple_seq::some_items_empty1
        se::simple_type::tests::simple_seq::some_items_empty2
    Mingun committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2530ac8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c727ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e5af31 View commit details
    Browse the repository at this point in the history