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

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


 discard a8b671b  wip: Automatic defaults for derive
     add 7fb5cd4  chore(deps): Bump criterion from 0.8.1 to 0.8.2 (#455)
     add 957dbfb  chore(deps): Bump proptest from 1.9.0 to 1.10.0 (#454)
     add 60ea1bb  chore(deps): Bump rand from 0.9.2 to 0.10.0 (#457)
     add 9475456  feat: Suggest `boolean` when `bool` is used (#459)
     add 6b3f851  fix: Enum and Fixed would put `default` in `custom_attributes`
     new 6a30e66  feat: Allow types to provide default values

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   (a8b671b)
            \
             N -- N -- N   refs/heads/feat/avro_schema_default (6a30e66)

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:
 Cargo.lock                                         | 255 ++++++++++++++-
 avro/Cargo.toml                                    |   4 +-
 avro/src/error.rs                                  | 114 +------
 avro/src/schema/mod.rs                             | 200 ++++++------
 avro/src/schema/parser.rs                          |  17 +-
 avro/src/schema/record/field.rs                    | 343 +++------------------
 avro/src/serde/derive.rs                           |  83 +++--
 avro/src/types.rs                                  |   7 +
 avro/tests/serde_human_readable_true.rs            |   2 +-
 avro_derive/Cargo.toml                             |   2 +-
 avro_derive/src/lib.rs                             |  16 +-
 avro_derive/tests/derive.rs                        |   2 +-
 .../tests/ui/avro_rs_226_skip_serializing.rs       |   1 +
 .../tests/ui/avro_rs_226_skip_serializing.stderr   |   5 +-
 .../tests/ui/avro_rs_226_skip_serializing_if.rs    |   1 +
 .../ui/avro_rs_226_skip_serializing_if.stderr      |   5 +-
 16 files changed, 479 insertions(+), 578 deletions(-)

Reply via email to