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 2020/03/31 11:51:28 UTC

[tinkerpop] branch TINKERPOP-2350 updated (c00921e -> d84bd83)

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

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


    omit c00921e  TINKERPOP-2350 Fixed bug in Traversal.clone() in gremlin-python
     add acd5ec4  Bump Gremlin Console integration tests to use Python 3
     add 6a8db64  TINKERPOP-2351 Fixed bug in Order when enum is a key in Map
     add 6673cbd  Merge branch 'TINKERPOP-2351' into 3.3-dev
     add bc7c430  TINKERPOP-2355 Bumped to Jackson 2.9.10.3 CTR
     add d84bd83  TINKERPOP-2350 Fixed bug in Traversal.clone() in gremlin-python

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   (c00921e)
            \
             N -- N -- N   refs/heads/TINKERPOP-2350 (d84bd83)

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                                 |  2 +
 gremlin-console/pom.xml                            |  2 +-
 .../tinkerpop/gremlin/process/traversal/Order.java | 28 ++++++----
 .../gremlin/process/traversal/OrderTest.java       |  3 +
 .../main/jython/tests/process/test_traversal.py    |  5 +-
 gremlin-shaded/pom.xml                             |  2 +-
 gremlin-test/features/map/Order.feature            | 17 +++++-
 .../process/traversal/step/map/OrderTest.java      | 65 +++++++++++++++++-----
 8 files changed, 94 insertions(+), 30 deletions(-)