GitHub user okram opened a pull request:

    https://github.com/apache/tinkerpop/pull/615

    TINKERPOP-1678: until(Predicate) is actually calling emit(Predicate)

    https://issues.apache.org/jira/browse/TINKERPOP-1678
    
    Fixed a typo-bug in `GraphTraversal` where `until(Predicate)` was actually 
calling `emit(Predicate)`. A very low probability traversal and thus, it was 
never uncovered until now. However, fixed and added a test case that verifies 
that the previous behavior was wrong and the new behavior is write.
    
    VOTE +1.
    
    NOTE: This is the work done here 
https://github.com/apache/tinkerpop/pull/606, but now there is a test case.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1678

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/615.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 #615
    
----
commit 8695b15c1c91411465b8416fec20b628b7fba045
Author: Marko A. Rodriguez <okramma...@gmail.com>
Date:   2017-05-26T14:27:00Z

    fixed a bug in until(predicate) which was actually calling emit(predicate). 
Added a test case to verify bug and demonstrate that fix fixes bug.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to