[GitHub] tinkerpop pull request #701: TINKERPOP-1762: Make MatchStep analyze mid-clau...

2017-09-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/701 ---

[GitHub] tinkerpop pull request #701: TINKERPOP-1762: Make MatchStep analyze mid-clau...

2017-08-30 Thread okram
Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/701#discussion_r136094137 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchStep.java --- @@ -513,8 +513,15 @@ public int hashCode()

[GitHub] tinkerpop pull request #701: TINKERPOP-1762: Make MatchStep analyze mid-clau...

2017-08-30 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/701#discussion_r136081039 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchStep.java --- @@ -513,8 +513,15 @@ public int hashCode

[GitHub] tinkerpop pull request #701: TINKERPOP-1762: Make MatchStep analyze mid-clau...

2017-08-29 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/701 TINKERPOP-1762: Make MatchStep analyze mid-clause variables for executing ordering purposes. https://issues.apache.org/jira/browse/TINKERPOP-1762 There was a bug in `MatchStep` where if yo