This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch 3.8.0-GameDay-Snapshot
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from a64ed7220e Change range in repeat to track counters per iteration
(#3241)
new 35e8b27ab8 TINKERPOP-3200 Made repeat() act as a global parent
new 5cbfe2be71 TINKERPOP-3196 Split bulked traversers for LocalStep
new 612c4c464b add docs for local() changes
new c92348b467 fix tail interfering with itself accross iterations
The 4 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 | 2 +
docs/src/dev/provider/gremlin-semantics.asciidoc | 39 +++-
docs/src/reference/the-traversal.asciidoc | 23 +--
docs/src/upgrade/release-3.8.x.asciidoc | 213 +++++++++++++++++++++
.../process/traversal/step/branch/LocalStep.java | 22 ++-
.../process/traversal/step/branch/RepeatStep.java | 43 +++--
.../traversal/step/filter/TailGlobalStep.java | 7 +-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 21 +-
gremlin-go/driver/cucumber/gremlin.go | 21 +-
.../gremlin-javascript/test/cucumber/gremlin.js | 21 +-
gremlin-python/src/main/python/radish/gremlin.py | 21 +-
.../apache/tinkerpop/gremlin/features/World.java | 3 +-
.../gremlin/test/features/branch/Choose.feature | 12 +-
.../gremlin/test/features/branch/Local.feature | 89 ++++++++-
.../gremlin/test/features/branch/Repeat.feature | 182 +++++++++++++++++-
.../gremlin/test/features/filter/Tail.feature | 108 ++++++++++-
.../gremlin/test/features/integrated/Paths.feature | 11 +-
.../integrated/RepeatUnrollStrategy.feature | 32 ++--
18 files changed, 794 insertions(+), 76 deletions(-)