spmallette commented on code in PR #3241: URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2446016763
########## CHANGELOG.asciidoc: ########## @@ -113,6 +113,7 @@ This release also includes changes from <<release-3-7-XXX, 3.7.XXX>>. * Renamed `MergeElementStep` to `MergeElementStep` as it is a base class to `mergeV()` and `mergeE()`. * Renamed `MergeStep` of `merge()` to `MergeElementStep` for consistency. * Modified `RepeatUnrollStrategy` to use a more conservative approach, only unrolling repeat loops containing safe navigation and filtering steps. +* Modified `limit()` and `range()` in `repeat()` to track per-iteration counters. Review Comment: i think this is a case where you might add at least one extra entry: ``` * Introduced `NL_SL_Traverser` for `Traverser` types supporting loops. ``` -- 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]
