This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-1921
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from ed4ce73 asciidoc fixes - CTR
new c1a4272 Added hasNext() for gremlin-javascript
new 233eb2d TINKERPOP-1921 Add HasNext() to .NET
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Process/Traversal/DefaultTraversal.cs | 29 +++++++++++++++--
.../Gremlin.Net/Process/Traversal/ITraversal.cs | 6 ++++
.../Process/Traversal/TraversalTests.cs | 18 +++++++++++
gremlin-javascript/glv/TraversalSource.template | 12 ++++++++
.../gremlin-javascript/lib/process/traversal.js | 12 ++++++++
.../test/integration/traversal-test.js | 9 ++++--
.../gremlin-javascript/test/unit/traversal-test.js | 36 ++++++++++++++++++++++
7 files changed, 117 insertions(+), 5 deletions(-)