This is an automated email from the ASF dual-hosted git repository.
LucaCappelletti94 pushed a change to branch span-drop-statements
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
discard ef1bb38bb Record the first and last token of DROP statements for their
spans
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
new ff10b07f3 Record the first and last token of DROP statements for their
spans
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 (ef1bb38bb)
\
N -- N -- N refs/heads/span-drop-statements (ff10b07f3)
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:
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]