You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/11/20 15:43:32 UTC

[tinkerpop] branch TINKERPOP-2235 updated (108d135 -> 0c9f5da)

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

spmallette pushed a change to branch TINKERPOP-2235
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 108d135  TINKERPOP-2235 Major refactoring and introduction of ScalarMapStep
     add 0c9f5da  TINKERPOP-2235 Refactored Scoping interface

No new revisions were added by this update.

Summary of changes:
 .../gremlin/process/traversal/step/Scoping.java    | 83 +++++++++++++++++-----
 .../traversal/step/filter/DedupGlobalStep.java     |  4 +-
 .../traversal/step/filter/WherePredicateStep.java  |  4 +-
 .../traversal/step/filter/WhereTraversalStep.java  |  4 +-
 .../process/traversal/step/map/SelectOneStep.java  | 31 ++------
 .../process/traversal/step/map/SelectStep.java     | 15 ++--
 .../traversal/step/map/TraversalSelectStep.java    | 51 ++++++-------
 .../Gherkin/TraversalEvaluation/TraversalParser.cs |  3 +-
 gremlin-test/features/sideEffect/Inject.feature    | 14 +++-
 .../traversal/step/sideEffect/InjectTest.java      | 17 +++++
 10 files changed, 135 insertions(+), 91 deletions(-)