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

LucaCappelletti94 pushed a change to branch fuzz-roundtrip-harness
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git


    omit 38705fa6 Fuzz: Iterate the shared dialect registry in both targets
    omit 85e8ae69 Fuzz: Add parse -> Display -> re-parse roundtrip harness
    omit 234136ab Derive the built-in dialect list from a single registry
     add a30e374f Fuzz: Add parse -> Display -> re-parse roundtrip harness

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   (38705fa6)
            \
             N -- N -- N   refs/heads/fuzz-roundtrip-harness (a30e374f)

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:
 docs/fuzzing.md                           |  3 +-
 fuzz/fuzz_targets/fuzz_parse_roundtrip.rs | 30 +++++++++++---
 fuzz/fuzz_targets/fuzz_parse_sql.rs       | 27 +++++++++++--
 src/dialect/mod.rs                        | 67 +++++++++++--------------------
 src/test_utils.rs                         | 24 +++++++----
 tests/sqlparser_common.rs                 |  3 +-
 6 files changed, 90 insertions(+), 64 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to