GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/789
TINKERPOP-1870 Made VertexTraverserSet more generic to IndexedTraverserSet
https://issues.apache.org/jira/browse/TINKERPOP-1870
IndexedTraverserSet does what VertexTraverserSet was doing, but in a more
complete way. It respects all the semantics of a TraverserSet and fixes a
problem that VertexTraverserSet had where it didn't properly account for
Traverser merges. Added a full grip of unit tests for both TraverserSet and
IndexedTraverserSet.
All tests pass with `docker/build.sh -t -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1870
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/789.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 #789
----
commit 068bef855c0f6c44a2ed71c1c8f4b18ad1e1dbdb
Author: Stephen Mallette <spmva@...>
Date: 2018-01-23T21:16:40Z
TINKERPOP-1870 Made VertexTraverserSet more generic to IndexedTraverserSet
IndexedTraverserSet does what VertexTraverserSet was doing, but in a more
complete way. It respects all the semantics of a TraverserSet and fixes a
problem that VertexTraverserSet had where it didn't properly account for
Traverser merges. Added a full grip of unit tests for both TraverserSet and
IndexedTraverserSet.
----
---