[ 
https://issues.apache.org/jira/browse/TINKERPOP-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marko A. Rodriguez closed TINKERPOP-1743.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.2.6

> 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