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

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


 discard da515ac06e Fix TraversalParent implementations for Placeholder steps
    omit f7726c3a5c misc fixes
    omit 11fb7f10d9 WIP make RangeStepContract a FilteringBarrier
    omit 701d3e6e7a strategy test fixes
    omit db0eb2de05 fix mergeEdgePlaceholder and cleanup strategies
    omit d64c0d3d5a range and tail
    omit 424c2022cc vertexStep and IsStep
    omit 6357cf3d6e mergeV/E
    omit 60c338b33b AddEdge
    omit 7b78bf7ebc AddProperty
    omit ccc5460ffb rename PropertiesHolder
    omit 01bb17f702 AddVertex/AddElement
    omit 8c5fba1889 WIP call and graph steps
    omit 9505fef215 WIP cleanup unoptimized strategies
    omit 1f13b200c7 WIP
     add e39d795177 Refinements to GValue (#3205)
     new 9b292c63de Fix TraversalParent implementations for Placeholder steps

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   (da515ac06e)
            \
             N -- N -- N   refs/heads/traversal-parents (9b292c63de)

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:
 .../gremlin/jsr223/GremlinLangScriptEngine.java    |  1 -
 .../process/traversal/step/TraversalParent.java    | 18 ++++++++
 .../step/map/AbstractAddEdgeStepPlaceholder.java   |  1 -
 .../map/AbstractMergeElementStepPlaceholder.java   |  6 +++
 .../process/traversal/step/map/DateDiffStep.java   |  3 ++
 .../traversal/step/map/TraversalSelectStep.java    |  2 +-
 .../sideEffect/AddPropertyStepPlaceholder.java     |  6 +++
 .../traversal/step/TraversalParentTest.java        | 53 +++++++++++-----------
 8 files changed, 61 insertions(+), 29 deletions(-)

Reply via email to