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

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

Github user asfgit closed the pull request at:

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


> LambdaRestrictionStrategy does not catch lambdas passed to sack()
> -----------------------------------------------------------------
>
>                 Key: TINKERPOP-1743
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1743
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.1.7
>            Reporter: stephen mallette
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.2.6
>
>
> {code}
> gremlin> g.V().limit(1).map{ System.exit(1) }
> The provided traversal contains a lambda step: LambdaMapStep(lambda)
> Type ':help' or ':h' for help.
> Display stack trace? [yN]n
> gremlin> g.withSack(0).V().limit(1).sack{ v,s -> System.exit(1) }
> /// nothing
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to