This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a change to branch 04-block-message-count-unbounded
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard 2f185e3 Optimize imports
discard 98d3f9c fix: OCF block message count unbounded with
zero-byte-consuming decode
add 1471846 Improve docs and comments
add 56b5d64 pub(crate) to pub, for recursion_depth
add 7d282f0 Introduce Config::recurse()
add 7d4c595 fix: OCF block message count unbounded with
zero-byte-consuming decode
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 (2f185e3)
\
N -- N -- N refs/heads/04-block-message-count-unbounded (7d4c595)
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:
avro/src/serde/deser_schema/mod.rs | 53 +++++++++++++++++------------
avro/src/util.rs | 3 +-
avro/tests/recursion_depth_deser.rs | 2 +-
avro/tests/recursion_depth_value_resolve.rs | 2 +-
4 files changed, 34 insertions(+), 26 deletions(-)