This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a change to tag v1.0.0-rc1
in repository https://gitbox.apache.org/repos/asf/fory.git
*** WARNING: tag v1.0.0-rc1 was modified! ***
from 9ae0a14e5 (commit)
to 7c21d028d (commit)
discard 9ae0a14e5 bump version to 1.0.0
add 5a17ad78a ci: pin manylinux wheel images for release builds (#3689)
add 56b5b38c2 feat(compiler): set thread_safe_pointer to false by default
and enhance ci (#3690)
new 7c21d028d bump version to 1.0.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag 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 (9ae0a14e5)
\
N -- N -- N refs/tags/v1.0.0-rc1 (7c21d028d)
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:
.github/workflows/ci.yml | 28 +++++++++++
.github/workflows/release-dart.yaml | 8 +--
ci/build_linux_wheels.py | 4 +-
compiler/extension/fory_options.proto | 7 +++
compiler/fory_compiler/frontend/fdl/parser.py | 2 +-
compiler/fory_compiler/generators/rust.py | 33 ++++++------
.../fory_compiler/tests/test_generated_code.py | 37 +++++++++++++-
cpp/fory/util/string_util.cc | 12 +++--
cpp/fory/util/string_util.h | 2 +-
docs/compiler/flatbuffers-idl.md | 19 ++++---
docs/compiler/protobuf-idl.md | 22 ++++----
docs/compiler/schema-idl.md | 24 ++++++---
examples/cpp/hello_row/run.sh | 2 +-
examples/cpp/hello_world/run.sh | 2 +-
.../idl_tests/rust/tests/idl_roundtrip.rs | 58 +++++++++++-----------
15 files changed, 174 insertions(+), 86 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]