[ 
https://issues.apache.org/jira/browse/TINKERPOP-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026893#comment-16026893
 ] 

ASF GitHub Bot commented on TINKERPOP-1678:
-------------------------------------------

Github user twilmes commented on the issue:

    https://github.com/apache/tinkerpop/pull/615
  
    VOTE: +1


> until(Predicate) is actually calling emit(Predicate)
> ----------------------------------------------------
>
>                 Key: TINKERPOP-1678
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1678
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.2.4
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>
> This is the bug:
> {code}
>     public default GraphTraversal<S, E> until(final Predicate<Traverser<E>> 
> untilPredicate) {
>         this.asAdmin().getBytecode().addStep(Symbols.until, untilPredicate);
>         return RepeatStep.addEmitToTraversal(this, (Traversal.Admin<E, ?>) 
> __.filter(untilPredicate));
>     }
> {code}
> The {{addEmitToTraversal}} should be {{addUntilToTraversal}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to