[GitHub] tinkerpop pull request #521: TINKERPOP-1589 Re-introduced CloseableIterator

2017-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/521 --- 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 e

[GitHub] tinkerpop pull request #521: TINKERPOP-1589 Re-introduced CloseableIterator

2017-01-05 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/521#discussion_r94782450 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Traversal.java --- @@ -254,9 +254,14 @@ public default void forEach

[GitHub] tinkerpop pull request #521: TINKERPOP-1589 Re-introduced CloseableIterator

2017-01-05 Thread okram
Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/521#discussion_r94776952 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Traversal.java --- @@ -254,9 +254,14 @@ public default void forEachRemai

[GitHub] tinkerpop pull request #521: TINKERPOP-1589 Re-introduced CloseableIterator

2017-01-05 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/521 TINKERPOP-1589 Re-introduced CloseableIterator https://issues.apache.org/jira/browse/TINKERPOP-1589 Made it so that the `CloseableIterator` is closed by `GraphStep` if it is provided