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

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


 discard ff1ca34  better testing
 discard c1adfee  Add test suite for deser
 discard 939e171  all tests work again
 discard b3b93fa  wip: Full enum support
 discard 3d3b1e9  fix: `Value::validate_schemata` should not set 
`enclosing_namespace`
 discard 1dd524a  fix: Improve documentation and fix resolving
 discard 5e69691  feat: Replace `to_datum*` functions with `GenericDatumWriter`
 discard f0bef72  chore: Split `writer` module into several submodules (#498)
 discard 127aa7e  chore: Make `writer` module a directory module (#497)
 discard 83ffedb  feat: Replace `from_avro_datum*` functions with 
`GenericDatumReader`
     add 0671342  chore: Make `writer` module a directory module (#497)
     add cefc678  chore: Split `writer` module into several submodules (#498)
     add ae33647  chore(deps): Bump quote from 1.0.44 to 1.0.45 (#500)
     add f18cf95  feat: Replace `to_datum*` functions with `GenericDatumWriter` 
(#499)
     add 2137b81  fix: Run tests on fewer targets (#503)
     add 927847a  feat: Replace `from_avro_datum*` functions with 
`GenericDatumReader` (#496)
     new 9340404  wip: Full enum support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ff1ca34)
            \
             N -- N -- N   refs/heads/feat/enums (9340404)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/test-lang-rust-ci.yml     | 3 ---
 .github/workflows/test-lang-rust-clippy.yml | 1 -
 Cargo.lock                                  | 4 ++--
 avro/src/reader/datum.rs                    | 8 ++++----
 avro/src/schema/mod.rs                      | 3 +--
 avro/src/serde/de.rs                        | 3 +--
 avro/src/writer/datum.rs                    | 5 ++---
 avro/tests/avro-3786.rs                     | 3 +--
 avro/tests/avro-3787.rs                     | 3 +--
 avro/tests/io.rs                            | 3 +--
 avro_derive/Cargo.toml                      | 2 +-
 11 files changed, 14 insertions(+), 24 deletions(-)

Reply via email to