This is an automated email from the ASF dual-hosted git repository.
Kriskras99 pushed a change to branch refactor/derive_implementation
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard d5b14dc fix: Review feedback - Only allow the default attribute on
the field of a transparent struct - Improve the plain enum schema generation
- Skipped variants are now actually skipped - The container default attribute
is used first, then comes the variant default attribute - `serde_json::Value`s
are now constructed instead of parsed at runtime
discard 8bf4969 refactor: Centralize generating the actual `impl` in the
`Implementation` struct
add 9b374b1 chore(ci): Pin cargo-rdme to 1.x (#567)
add ff14c48 chore(deps): Bump uuid from 1.23.3 to 1.23.4 (#566)
add f58e9e1 chore(deps): Bump env_logger from 0.11.10 to 0.11.11 (#568)
add 13d4759 refactor: Centralize generating the actual `impl` in the
`Implementation` struct
add c626294 fix: Review feedback - Only allow the default attribute on
the field of a transparent struct - Improve the plain enum schema generation
- Skipped variants are now actually skipped - The container default attribute
is used first, then comes the variant default attribute - `serde_json::Value`s
are now constructed instead of parsed at runtime
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 (d5b14dc)
\
N -- N -- N refs/heads/refactor/derive_implementation (c626294)
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 | 13 +++++-----
.../avro_3709_record_field_attributes.expanded.rs | 28 ++++++++++++----------
.../avro_rs_207_rename_all_attribute.expanded.rs | 28 ++++++++++++----------
...name_attr_over_rename_all_attribute.expanded.rs | 28 ++++++++++++----------
.../tests/expanded/avro_rs_501_basic.expanded.rs | 28 ++++++++++++----------
.../expanded/avro_rs_501_namespace.expanded.rs | 28 ++++++++++++----------
.../expanded/avro_rs_501_reference.expanded.rs | 28 ++++++++++++----------
.../avro_rs_501_struct_with_optional.expanded.rs | 28 ++++++++++++----------
9 files changed, 113 insertions(+), 98 deletions(-)