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 2021/11/26 13:05:48 UTC

[tinkerpop] branch TINKERPOP-2650 updated (3c4e2d2 -> 3add7d8)

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

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


 discard 3c4e2d2  TINKERPOP-2650 Removed deprecated gremlin-python step names
     add af271f5  Improved null property removal test semantics
     add f53d077  Merge branch '3.5-dev'
     add a785515  Fixed possible NPE for Property hashcode CTR
     add fb0ac00  Merge branch '3.5-dev'
     add 306f8e0  Minor formatting fix CTR
     add bb1c9a2  Merge branch '3.5-dev'
     add 96ccc21  TINKERPOP-2626 Prevent premature close of traversal
     add 162c171  Merge branch '3.4-dev' into 3.5-dev
     add c43a074  Merge branch '3.5-dev'
     add 79cdfe7  Implemented some gherkin tests that were "unsupported" at one point CTR
     add 237a8f6  Put the main header at the top so it appears as an HTML title
     add 3add7d8  TINKERPOP-2650 Removed deprecated gremlin-python step names

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   (3c4e2d2)
            \
             N -- N -- N   refs/heads/TINKERPOP-2650 (3add7d8)

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.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   3 +-
 docs/src/dev/future/index.asciidoc                 |   6 +-
 .../traversal/step/filter/RangeGlobalStep.java     |   3 -
 .../process/traversal/util/DefaultTraversal.java   |   4 +-
 .../gremlin/structure/util/CloseableIterator.java  |   3 +-
 .../gremlin/structure/util/ElementHelper.java      |   2 +-
 .../gremlin/structure/util/ElementHelperTest.java  |   6 +
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   2 +
 .../test/cucumber/feature-steps.js                 |   6 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |   2 +
 gremlin-python/src/main/python/radish/gremlin.py   |   2 +
 gremlin-test/features/map/Order.feature            | 172 ++++++++++++++++++++-
 .../process/traversal/step/map/AddVertexTest.java  |   7 +-
 13 files changed, 199 insertions(+), 19 deletions(-)