andreachild opened a new pull request, #3241:
URL: https://github.com/apache/tinkerpop/pull/3241

   https://issues.apache.org/jira/browse/TINKERPOP-3202
   
   This changeset aligns the semantics of traversals with `range()` and 
`limit()` used in `repeat()` with the behaviour of the equivalent 'unrolled' 
traversal without `repeat()`. This is done by tracking per-iteration counters 
instead of a global counter. The semantics of `range()` and `limit()` without 
`repeat()` and with `local()` were not modified.
   
   Single and nested loop `Traverser` implementations were also refactored to 
reduce much code duplication by consolidating common loop logic into a new 
`NL_SL_Traverser` base interface for loop-aware traversers.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to