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

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


 discard ce822d462 Record span findings without reading the committed baseline
 discard aa8adcb24 Record span findings of structured ARRAY types
 discard 93b1ff079 Check that node spans start and end on their rendered tokens
 discard e3defd21b Check the span of every parsed node against a recorded 
baseline
     add 234d0c42f Fire node hooks for Ident and document their order around 
typed hooks
     add c1c6ef6ba Check the span of every parsed node against a recorded 
baseline
     add 160aac451 Check that node spans start and end on their rendered tokens
     add d3cf0fd81 Record span findings of structured ARRAY types
     add 7732ff723 Record span findings without reading the committed baseline
     add e6a2fab93 Skip the span check when the baseline file is missing
     add 6c892bf8b Record span findings of identifiers

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   (ce822d462)
            \
             N -- N -- N   refs/heads/span-oracle (6c892bf8b)

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/span_oracle.md           |    2 +-
 src/ast/mod.rs                |    5 +-
 src/ast/visitor.rs            |   77 ++-
 src/test_utils/span_oracle.rs |   43 +-
 tests/span_baseline.tsv       | 1158 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1269 insertions(+), 16 deletions(-)


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

Reply via email to