GitHub user pietermartin opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/119
Getters for RepeatStep.emitTraversal / untilTraversal and
LoopTraversal.maxLoops
These getters are required for providers to access the state of the
RepeatStep when optimizing it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pietermartin/incubator-tinkerpop master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/119.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 #119
----
commit 5bf1574504b57fe6124c4ba7475f21970d64ba30
Author: pieter <[email protected]>
Date: 2015-10-24T09:12:05Z
Add getters for RepeatStep.emitTraversal and RepeatStep.untilTraversal.
This is primarily for providers to be able to interrogate the state of the
RepeatStep.
commit f39ea35b1151a7f273a03568627a2ef9d69f1832
Author: pieter <[email protected]>
Date: 2015-10-24T09:13:33Z
Added a getter for LoopTraversal.maxLoops.
Providers need to access the number of loops when optimizing the RepeatStep.
----
---
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.
---