You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2020/04/01 08:10:43 UTC

[tinkerpop] branch TINKERPOP-2350-dotnet updated (1178d1c -> 99d0d93)

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

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


 discard 1178d1c  TINKERPOP-2350 Fixed bug in GraphTraversal.Clone() in Gremln.Net
 discard 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
     add 99d0d93  TINKERPOP-2350 Fixed bug in GraphTraversal.Clone() in Gremln.Net

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   (1178d1c)
            \
             N -- N -- N   refs/heads/TINKERPOP-2350-dotnet (99d0d93)

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(-)