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 Traversal.Admin<S, S> repeatTraversal = null;
         private Traversal.Admin<S, ?> untilTraversal = null;
         private Traversal.Admin<S, ?> emitTraversal = null;
    +    private String loopName = null;
    --- End diff --
    
    This field should be included in `RepeatStep::hashCode()`.


---

Reply via email to