[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/893 ---

[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-30 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/893#discussion_r206269042 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/IoStep.java --- @@ -0,0 +1,254 @@ +/* + *

[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-28 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/893#discussion_r205939963 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs --- @@ -1704,11 +1713,11 @@ public GraphTraversal(ICollection

[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-27 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/893#discussion_r205930660 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs --- @@ -1704,11 +1713,11 @@ public GraphTraversal(ICollection

[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-27 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/893#discussion_r205930559 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/IoStep.java --- @@ -0,0 +1,254 @@ +/* + *

[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-26 Thread twilmes
Github user twilmes commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/893#discussion_r205649402 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -65,6 +65,33 @@ release where breaking changes are allowed. See:

[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-26 Thread twilmes
Github user twilmes commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/893#discussion_r205648775 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -1049,6 +1050,179 @@ inject(1,2).map {it.get() + 1}.map {g.V(it.get()).next()}.values('name')

[GitHub] tinkerpop pull request #893: TINKERPOP-1996 io()

2018-07-20 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/893 TINKERPOP-1996 io() https://issues.apache.org/jira/browse/TINKERPOP-1996 Introduces `io()` with full support for GLVs and both OLAP and OLTP. There's a bit too much to type here to