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

mgrigorov pushed a change to branch serde-driven-schema-aware-deserialization
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


 discard d2808d7  Add logic to deserialize String
 discard d4d44f1  Fight with the lifetimes
 discard 839ca58  WIP
 discard 15baefd  add impls for u8/u16/u32
 discard 149c0e1  Add impl for i64/Long
 discard 5e95125  Fix clippy: allow dead code temporarily
 discard 4180539  Fix clippy errors
 discard d66adbe  add impl for Schema::Int
 discard d17560c  Add impl for Schema::Boolean
 discard 95db4e8  Issue #225 - Compare the deserialized result with the 
serialized one
 discard 27bc8ae  fix #226: Index-Out-Of-Bounds panic when using 
#[serde(skip_serializing_if = "Option::is_none")]
     add 1e64604  feat: avro_derive: Allow providing a name other than the 
ident (#239)
     add 673bec2  fix #226: Index-Out-Of-Bounds panic when using 
#[serde(skip_serializing_if=..)] (#227)
     add 83238ae  chore: Set the version to 0.20.0 (#240)
     add bd17691  chore: Delete rustfmt.toml (#241)
     add ba3b0a0  Add impl for Schema::Boolean
     add 3af99ae  add impl for Schema::Int
     add 98a56c6  Fix clippy errors
     add e57dd4e  Fix clippy: allow dead code temporarily
     add cd9471a  Add impl for i64/Long
     add 3741c21  add impls for u8/u16/u32
     add 91a0a99  WIP
     add dd97f0b  Fight with the lifetimes
     add 6ab74d6  Add logic to deserialize String
     add e982ff0  Remove unused method

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   (d2808d7)
            \
             N -- N -- N   refs/heads/serde-driven-schema-aware-deserialization 
(e982ff0)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/test-lang-rust-ci.yml |   2 +-
 Cargo.lock                              |   6 +-
 Cargo.toml                              |   2 +-
 avro/Cargo.toml                         |   4 +-
 avro/src/ser_schema.rs                  | 166 +++++++++-----------------------
 avro/tests/avro-rs-226.rs               |  43 +++++++--
 avro_derive/src/lib.rs                  |   5 +-
 avro_derive/tests/derive.rs             |  84 ++++++++++++++++
 rustfmt.toml                            |  19 ----
 9 files changed, 177 insertions(+), 154 deletions(-)
 delete mode 100644 rustfmt.toml

Reply via email to