GitHub user mpollmeier opened a pull request:
https://github.com/apache/tinkerpop/pull/715
change behaviour of repeat step to be depth first search (DFS)
OLTP traversals are normally DFS unless there is you use a barrier
step. This wasn't the case for `repeat` though, and this PR fixes that.
Related discussion:
https://groups.google.com/forum/#!topic/gremlin-users/gLSLxH_K-wE
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mpollmeier/tinkerpop mp/make-repeat-step-dfs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/715.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #715
----
commit c69ce5a67aea39d25dfbcbc7d545b54f0389109b
Author: Michael Pollmeier <[email protected]>
Date: 2017-09-15T01:03:02Z
change behaviour of repeat step to be depth first search (DFS)
OLTP traversals are normally DFS unless there is you use a barrier
step. This wasn't the case for `repeat` though, and this PR fixes that.
Related discussion:
https://groups.google.com/forum/#!topic/gremlin-users/gLSLxH_K-wE
----
---