This is an automated email from the ASF dual-hosted git repository.

Kriskras99 pushed a change to branch feat/all_the_enums
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


    from 906f8e8  fix: Some small issues and add a lot of tests
     add 6fa9a87  fix: Review feedback

No new revisions were added by this update.

Summary of changes:
 avro_derive/src/attributes/avro.rs                 |  2 -
 avro_derive/src/enums/bare_union.rs                | 14 +++++--
 avro_derive/src/enums/mod.rs                       |  5 ++-
 avro_derive/src/enums/plain.rs                     | 22 ++++-------
 avro_derive/src/enums/record_internally_tagged.rs  | 15 ++++----
 avro_derive/src/enums/record_tag_content.rs        | 21 +++++++---
 avro_derive/src/lib.rs                             | 34 ----------------
 avro_derive/tests/derive.rs                        | 16 +++++++-
 avro_derive/tests/enum.rs                          | 45 +++++++++++++++++++++-
 avro_derive/tests/expanded/mod.rs                  |  1 +
 .../tests/ui/avro_rs_561_transparent_enum.rs       |  2 +-
 .../tests/ui/avro_rs_561_transparent_enum.stderr   |  2 +-
 ...rs_569_enum_tag_content_empty_tuple_variant.rs} |  5 +--
 ...569_enum_tag_content_empty_tuple_variant.stderr |  5 +++
 .../avro_rs_569_untagged_enum_multiple_null.stderr |  2 +-
 15 files changed, 115 insertions(+), 76 deletions(-)
 copy avro_derive/tests/ui/{avro_rs_569_untagged_enum_multiple_null.rs => 
avro_rs_569_enum_tag_content_empty_tuple_variant.rs} (95%)
 create mode 100644 
avro_derive/tests/ui/avro_rs_569_enum_tag_content_empty_tuple_variant.stderr

Reply via email to