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

colegreer pushed a change to branch gvalue-feature-tests
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 539d32e809 force GValue to have a name
     new 9e1c4b2f8c cleanup
     new e5bf4af7e2 Revert "Update Function Traverser Equality and HashCode"
     new 7d95d30e71 Restrict public methods to construct unnamed GValue's

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:
 .../gremlin/language/grammar/ArgumentVisitor.java  | 13 +++++++++-
 .../language/grammar/TraversalMethodVisitor.java   |  2 +-
 .../gremlin/process/traversal/GremlinLang.java     |  4 +--
 .../traversal/dsl/graph/GraphTraversal.java        |  4 +--
 .../traversal/lambda/ConstantTraversal.java        |  4 +--
 .../traversal/lambda/FunctionTraverser.java        | 10 --------
 .../gremlin/process/traversal/step/GValue.java     | 30 +++++++++++-----------
 .../process/traversal/step/filter/CoinStep.java    |  4 +--
 .../process/traversal/step/map/CallStep.java       |  4 +--
 .../process/traversal/step/map/CombineStep.java    |  2 +-
 .../process/traversal/step/map/ConjoinStep.java    |  2 +-
 .../process/traversal/step/map/ConstantStep.java   |  4 +--
 .../process/traversal/step/map/DifferenceStep.java |  2 +-
 .../process/traversal/step/map/DisjunctStep.java   |  2 +-
 .../process/traversal/step/map/IntersectStep.java  |  2 +-
 .../process/traversal/step/map/MergeStep.java      |  4 ++-
 .../process/traversal/step/map/ProductStep.java    |  2 +-
 .../grammar/TraversalMethodVisitorTest.java        | 15 +++++------
 .../remote/EmbeddedRemoteConnectionTest.java       |  2 +-
 .../gremlin/process/traversal/GremlinLangTest.java |  2 +-
 .../dsl/graph/GraphTraversalSourceTest.java        | 12 +++------
 .../gremlin/process/traversal/step/GValueTest.java |  2 +-
 22 files changed, 61 insertions(+), 67 deletions(-)

Reply via email to