[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/876 ---

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202456800 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_LP_NL_O_P_S_SE_SL_Traverser.java --- @@ -0,0 +1,156 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202453831 --- Diff: gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStepTest.java --- @@ -39,7 +39,9 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread GCHQResearcher1337
Github user GCHQResearcher1337 commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202452106 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_LP_NL_O_P_S_SE_SL_Traverser.java --- @@ -0,0

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202446882 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_LP_NL_O_P_S_SE_SL_Traverser.java --- @@ -0,0 +1,156

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread GCHQResearcher1337
Github user GCHQResearcher1337 commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202442057 --- Diff: gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStepTest.java --- @@ -39,7 +39,9 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202438650 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_LP_NL_O_P_S_SE_SL_Traverser.java --- @@ -0,0 +1,156 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202437245 --- Diff: gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStepTest.java --- @@ -39,7 +39,9 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-13 Thread GCHQResearcher1337
Github user GCHQResearcher1337 commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202418371 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/util/LabelledCounter.java --- @@ -0,0 +1,85 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202104064 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java --- @@ -2289,6 +2302,21 @@ else if

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202104896 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStep.java --- @@ -43,6 +43,7 @@ private

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202114064 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_LP_NL_O_P_S_SE_SL_Traverser.java --- @@ -0,0 +1,156 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202105366 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/LoopsStep.java --- @@ -26,12 +26,15 @@ */

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202110691 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_O_S_SE_SL_Traverser.java --- @@ -32,6 +32,7 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202114725 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatTest.java --- @@ -386,5 +531,51 @@ public void

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202111311 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/O_OB_S_SE_SL_Traverser.java --- @@ -30,6 +30,7 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202113071 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/util/LabelledCounter.java --- @@ -0,0 +1,85 @@ +/*

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-07-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r202102880 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -2125,6 +2125,17 @@ traverser repeats. However, because the emit-predicate is declared true,

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-06-19 Thread GCHQResearcher1337
Github user GCHQResearcher1337 commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r196370588 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatTest.java --- @@ -386,5 +456,26 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-06-18 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r196096436 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatTest.java --- @@ -386,5 +456,26 @@ public void

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-06-15 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r195708305 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatTest.java --- @@ -386,5 +456,26 @@ public void

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-06-13 Thread GCHQResearcher1337
Github user GCHQResearcher1337 commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r195046349 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatTest.java --- @@ -386,5 +456,26 @@

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-06-12 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r194776167 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatTest.java --- @@ -386,5 +456,26 @@ public void

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-06-11 Thread GCHQResearcher1337
GitHub user GCHQResearcher1337 opened a pull request: https://github.com/apache/tinkerpop/pull/876 TINKERPOP-967 Support nested-repeat() structures https://issues.apache.org/jira/browse/TINKERPOP-967 This allows nested loops to be used in traversals e.g. ```gremlin