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

xiazcy pushed a change to branch steps-taking-traversal-poc
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 7d30d4c367 update to restrict mutations in all traversal taking steps.
     new 7456bf6389 add hasLabel(Traversal)
     new 0c2a39dc17 update within() to take first result
     new 7bdcb80ef6 clean up & refactors

The 3 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:
 .../grammar/DefaultGremlinBaseVisitor.java         |   4 +
 .../language/grammar/TraversalMethodVisitor.java   |   9 ++
 .../translator/DotNetTranslateVisitor.java         |  10 ++
 .../tinkerpop/gremlin/process/traversal/P.java     |  84 +++++++------
 .../tinkerpop/gremlin/process/traversal/TextP.java |  12 +-
 .../traversal/dsl/graph/GraphTraversal.java        |  29 ++++-
 .../traversal/dsl/graph/GraphTraversalSource.java  |   4 +-
 .../gremlin/process/traversal/dsl/graph/__.java    |   7 ++
 .../traversal/step/filter/WherePredicateStep.java  |  58 +++++----
 .../ChildTraversalVerificationStrategy.java        |  44 +++----
 .../traversal/util/ChildTraversalValidator.java    |  69 +++-------
 .../gremlin/process/traversal/PTraversalTest.java  |  14 ++-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  15 +--
 gremlin-go/driver/cucumber/gremlin.go              |  15 +--
 .../gremlin-javascript/test/cucumber/gremlin.js    |  15 +--
 gremlin-language/src/main/antlr4/Gremlin.g4        |   1 +
 .../src/main/python/tests/feature/gremlin.py       |  15 +--
 .../gremlin/language/translator/translations.json  | 140 ++++++++++-----------
 .../test/features/filter/HasTraversal.feature      |  14 +--
 .../test/features/filter/IsTraversal.feature       |   2 +-
 .../test/features/filter/WhereTraversal.feature    |   2 +-
 21 files changed, 280 insertions(+), 283 deletions(-)

Reply via email to