kenhuuu commented on code in PR #3253: URL: https://github.com/apache/tinkerpop/pull/3253#discussion_r2467277095
########## docs/src/upgrade/release-3.8.x.asciidoc: ########## @@ -933,28 +975,23 @@ impact. ===== Examples of Affected Traversals ===== -Usage of `inject()` inside `repeat()` is an example of a traversal that will no longer be unrolled. The following results -returned from the `modern` graph demonstrate the change of semantics if the `inject()` in `repeat()` were to be unrolled: +Usage of `dedup()` inside `repeat()` is an example of a traversal that will no longer be unrolled. The following results Review Comment: Is this true? I thought dedup() was always excluded in the `RepeatUnrollStrategy ` and so it wouldn't get unrolled? -- 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]
