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

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


    omit c42a75e  TINKERPOP-2100 coalesce() creating unexpected results when 
used with order()
     add 67ddf58  Keep track of traversal strategies in a LinkedHashSet
     add a16f16e  Init flatArguments with a size
     add 6bb6a3c  Merge branch 'pr-999' into tp33
     add c62a152  TINKERPOP-2095 GroupStep looks for irrelevant barrier steps
     add 98146f4  Merge branch 'TINKERPOP-2095' into tp33
     add c53d8d7  Added a note about :record for Gremlin Console CTR
     new f04ada1  TINKERPOP-2100 coalesce() creating unexpected results when 
used with order()

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   (c42a75e)
            \
             N -- N -- N   refs/heads/TINKERPOP-2100 (f04ada1)

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:
 CHANGELOG.asciidoc                                 |   1 +
 docs/src/reference/gremlin-applications.asciidoc   |   7 +-
 .../gremlin/process/traversal/Bytecode.java        |   2 +-
 .../process/traversal/TraversalStrategies.java     |   9 +-
 .../process/traversal/step/map/GroupStep.java      |  33 ++++--
 .../step/sideEffect/GroupSideEffectStep.java       |   6 +-
 .../traversal/util/DefaultTraversalStrategies.java |  14 ++-
 .../process/traversal/util/TraversalHelper.java    |   5 +
 .../gremlin/process/TraversalStrategiesTest.java   | 112 ++++++++++++---------
 .../test/cucumber/feature-steps.js                 |   2 +-
 gremlin-test/features/sideEffect/Group.feature     |  23 +++++
 .../traversal/step/sideEffect/GroupTest.java       |  21 ++++
 12 files changed, 160 insertions(+), 75 deletions(-)

Reply via email to