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

andreac pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 4790c500b4 Merge branch '3.8-dev'
     add 544ed90ce0 TINKERPOP-2491 Remove auto unfold of single item results 
for range, limit, tail local scope steps (#3184)
     new 6787836721 Merge branch '3.8-dev'

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/recipes/recommendation.asciidoc           |   2 +-
 docs/src/recipes/shortest-path.asciidoc            |   4 +-
 docs/src/reference/the-traversal.asciidoc          |  32 +-
 docs/src/upgrade/release-3.8.x.asciidoc            |  54 +++
 .../process/traversal/step/map/RangeLocalStep.java |  24 +-
 .../traversal/step/map/RangeLocalStepTest.java     | 105 +++++-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 383 ++++++++++-----------
 gremlin-go/driver/cucumber/gremlin.go              | 382 ++++++++++----------
 .../gremlin-javascript/test/cucumber/gremlin.js    |  26 +-
 gremlin-python/src/main/python/radish/gremlin.py   |  26 +-
 .../process/traversal/step/filter/RangeTest.java   |  30 +-
 .../process/traversal/step/filter/TailTest.java    |  30 +-
 .../gremlin/test/features/filter/Range.feature     |  66 +++-
 .../gremlin/test/features/filter/Tail.feature      |  81 ++++-
 .../gremlin/test/features/map/MergeEdge.feature    |  16 +-
 .../gremlin/test/features/map/MergeVertex.feature  |  16 +-
 17 files changed, 793 insertions(+), 485 deletions(-)

Reply via email to