Marko A. Rodriguez created TINKERPOP-1349:
---------------------------------------------

             Summary: RepeatUnrollStrategy should unroll loops while 
maintaining equivalent semantics.
                 Key: TINKERPOP-1349
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1349
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.1.2-incubating
            Reporter: Marko A. Rodriguez
             Fix For: 3.2.0-incubating


Create {{RepeatUnrollStrategy}} that will unroll patterns such as:

{code}
repeat(out()).times(3)
// ->
out().barrier().out().barrier().out().barrier()
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to