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

mgrigorov pushed a change to branch async-with-synca
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


 discard 5ae72f9  All IT tests and examples use `sync` feature for now
 discard d9ac433  WIP: Unit tests now build OK
 discard 855ab8f  WIP: Make the tests async for bytes.rs, de.rs, decode.rs and 
encode.rs
 discard 06d183f  WIP: `cargo build` now passes for both `tokio` and `sync` 
features
 discard dba9410  WIP: Replace some more Iterator combinators with plain for 
loops
 discard 1626b61  WIP: Successful build for `clear && cargo build 
--no-default-features --features tokio`
 discard 46be282  Fix replacements for all modules
 discard ecd1986  WIP: Fix regression with the usage of fully qualified 
serde_json::** items
 discard cebd85a  WIP
 discard 602d7c1  WIP
 discard 7eb6216  More WIP
 discard cd72583  More WIP
 discard e3c0356  More WIP
 discard 39bf053  WIP: Use SyncA to generate [a]sync APIs
     add 5b61e4e  chore(deps): Bump serde_json from 1.0.141 to 1.0.142 (#248)
     add 3a0d564  AVRO-4170: Improve sync marker error message for block reads 
(#249)
     add 44e854a  chore(deps): Bump darling from 0.21.0 to 0.21.1 (#250)
     add d33d600  chore: Fix clippy issues with Rust 1.89.0 (#251)
     add 6106f1f  WIP: Use SyncA to generate [a]sync APIs
     add be922c0  More WIP
     add 08f3237  More WIP
     add 80063c1  More WIP
     add 1e548a4  WIP
     add 414c4e4  WIP
     add 61ffa54  WIP: Fix regression with the usage of fully qualified 
serde_json::** items
     add 9618fd5  Fix replacements for all modules
     add f75f186  WIP: Successful build for `clear && cargo build 
--no-default-features --features tokio`
     add 0e6bc3a  WIP: Replace some more Iterator combinators with plain for 
loops
     add 8b66262  WIP: `cargo build` now passes for both `tokio` and `sync` 
features
     add d8211cf  WIP: Make the tests async for bytes.rs, de.rs, decode.rs and 
encode.rs
     add 0ec3a09  WIP: Unit tests now build OK
     add 5cefd49  All IT tests and examples use `sync` feature for now
     add ef069df  Fix the imports for append_to_existing.rs IT test

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   (5ae72f9)
            \
             N -- N -- N   refs/heads/async-with-synca (ef069df)

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:
 Cargo.lock                       | 16 ++++++++--------
 Cargo.toml                       |  2 +-
 avro/src/encode.rs               |  8 ++++----
 avro/src/error.rs                | 15 +++++++++++----
 avro/tests/append_to_existing.rs |  2 +-
 avro_derive/Cargo.toml           |  2 +-
 6 files changed, 26 insertions(+), 19 deletions(-)

Reply via email to