You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "spmallette (GitHub)" <gi...@apache.org> on 2019/11/07 12:01:34 UTC

[GitHub] [tinkerpop] spmallette opened pull request #1216: TINKERPOP-2310 and TINKERPOP-2311 Folllow up refactoring after TraversalStrategy changes

https://issues.apache.org/jira/browse/TINKERPOP-2310
https://issues.apache.org/jira/browse/TINKERPOP-2311

A few added refactoring opportunities were noticed as a result of TINKERPOP-1568. Basically, `TraversalStrategies` now implements `Iterable` and the semantics of `Traversal.isRoot()` have been narrowed to only check for `EmptyStep` rather than also checking for `null`.

All tests pass with `docker/build.sh -t -n -i`

VOTE +1

[ Full content available at: https://github.com/apache/tinkerpop/pull/1216 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org