GitHub user okram opened a pull request:
https://github.com/apache/tinkerpop/pull/601
TINKERPOP-1668: RepeatUnrollStrategy should not execute if there is a
LoopStep used.
https://issues.apache.org/jira/browse/TINKERPOP-1668
If the child traversal of `RepeatStep` has a `LoopsStep`, then
`RepeatUnrollStrategy` should not be allowed as it the loops will have been
linearized and thus, never incremented. Added test case to verify expected
working behavior.
VOTE +1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1668
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/601.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #601
----
commit e033e3c6f8132d0b461a75e479ceea8f8b4b9ca8
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-04-13T16:54:29Z
Fixed a bug in where should invalidate the strategy's application.
commit 710bcdba20b65ad33aa4af4b0792cabae9c9e1c8
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-04-13T16:56:54Z
got rid of unneeded imports.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---