This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch
dont-allow-duplicating-names-from-known-schemata
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
omit 1abb1bc fix: Don't allow resolving a schema that is already known
add cc37970 feat!: Rework `SpecificSingleObjectWriter` (#445)
add 10dd87e fix: Don't allow resolving a schema that is already known
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 (1abb1bc)
\
N -- N -- N
refs/heads/dont-allow-duplicating-names-from-known-schemata (10dd87e)
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 | 58 ++++-
avro/Cargo.toml | 1 +
avro/examples/specific_single_object.rs | 2 +-
.../test_interop_single_object_encoding.rs | 2 +-
avro/src/reader.rs | 17 +-
avro/src/schema/resolve.rs | 264 +++++++++------------
avro/src/writer.rs | 143 ++++++++---
avro/tests/serde_human_readable_false.rs | 9 +-
avro/tests/serde_human_readable_true.rs | 9 +-
9 files changed, 290 insertions(+), 215 deletions(-)