This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch TINKERPOP-2978-3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard b3b0563e4c Implement list functions. fix traversalmethodvisitortest
issues with list comparison update tag for crew graph remove traversal
constructor, fix typo, remove unused file remove traversal parameter for list
functions ignore tests as set not implemented for gremlin-js update signature
for dotnet unit tests + feature test updates
new 515f8f0b04 TINKERPOP-2978: Implement list functions.
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 (b3b0563e4c)
\
N -- N -- N refs/heads/TINKERPOP-2978-3 (515f8f0b04)
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/src/dev/provider/gremlin-semantics.asciidoc | 40 ++++++++---------
docs/src/reference/the-traversal.asciidoc | 17 +++----
.../grammar/DefaultGremlinBaseVisitor.java | 8 ++--
.../language/grammar/TraversalMethodVisitor.java | 16 +++----
.../traversal/dsl/graph/GraphTraversal.java | 12 ++---
.../gremlin/process/traversal/dsl/graph/__.java | 6 +--
.../step/map/{JoinStep.java => ConjoinStep.java} | 12 ++---
.../process/traversal/util/BytecodeHelper.java | 4 +-
.../grammar/TraversalMethodVisitorTest.java | 6 +--
.../{JoinStepTest.java => ConjoinStepTest.java} | 18 ++++----
gremlin-language/src/main/antlr4/Gremlin.g4 | 6 +--
.../features/map/{Join.feature => Conjoin.feature} | 52 +++++++++++-----------
12 files changed, 94 insertions(+), 103 deletions(-)
rename
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/{JoinStep.java
=> ConjoinStep.java} (86%)
rename
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/{JoinStepTest.java
=> ConjoinStepTest.java} (82%)
rename
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/{Join.feature
=> Conjoin.feature} (73%)