Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1743

LambdaRestrictionStrategy does not catch lambdas passed to sack()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.7
    • 3.2.6
    • process
    • None

    Description

      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
      

      Attachments

        Issue Links

          Activity

            People

              okram Marko A. Rodriguez
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: