[GitHub] tinkerpop pull request #689: TINKERPOP-1743: LambdaRestrictionStrategy does ...

2017-08-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] tinkerpop pull request #689: TINKERPOP-1743: LambdaRestrictionStrategy does ...

2017-08-08 Thread okram
GitHub user okram opened a pull request:

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

TINKERPOP-1743: LambdaRestrictionStrategy does not catch lambdas passed to 
sack()

https://issues.apache.org/jira/browse/TINKERPOP-1743

Fixed a lambda-leak in `SackValueStep` where `BiFunction` must be tested 
for true lambda status.

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

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

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

https://github.com/apache/tinkerpop/pull/689.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 #689


commit 1e04d928a0b87f6aa82e77756f5458d62b14a6d9
Author: Marko A. Rodriguez 
Date:   2017-08-08T16:12:11Z

Fixed a lambda-leak in SackValueStep where BiFunction could be a real 
lambda.




---
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.
---