GitHub user spmallette opened a pull request:

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

    TINKERPOP-1846 Fixed bug in LambdaRestrictionStrategy

    https://issues.apache.org/jira/browse/TINKERPOP-1846
    
    Traversals using Lambda scripts were not triggering this strategy. The 
strategy expected the word "lambda" in the toString() of the step that held it. 
Lambda objects weren't including that word. This is ready for review/feedback. 
I'll withhold my vote while tests are running and others have a chance to chime 
in as there are other ways this could be resolved.

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

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

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

    https://github.com/apache/tinkerpop/pull/759.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 #759
    
----
commit f5f4a046f211851e901d303c6593975314171e55
Author: Stephen Mallette <[email protected]>
Date:   2017-11-30T14:26:51Z

    TINKERPOP-1846 Fixed bug in LambdaRestrictionStrategy
    
    Traversals using Lambda scripts were not triggering this strategy. The 
strategy expected the word "lambda" in the toString() of the step that held it. 
Lambda objects weren't including that word.

----


---

Reply via email to