[jira] [Commented] (TINKERPOP-1834) Consider iterate() as a first class step

2017-11-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255959#comment-16255959 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user okram commented on the issue:

[GitHub] tinkerpop issue #748: TINKERPOP-1834: Consider iterate() as a first class st...

2017-11-16 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/748 I think we over engineered this ticket. I believe @dkuppitz has the best idea. ``` public Traversal iterate() { this.filter(false); while(hasNext()) { next();

[jira] [Commented] (TINKERPOP-1784) Gremlin Language Test Suite

2017-11-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255517#comment-16255517 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user jorgebay commented on a diff in the

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-16 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r151456526 --- Diff: gremlin-test/features/branch/Choose.feature --- @@ -0,0 +1,124 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

[jira] [Created] (TINKERPOP-1836) .NET sample project

2017-11-16 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1836: --- Summary: .NET sample project Key: TINKERPOP-1836 URL: https://issues.apache.org/jira/browse/TINKERPOP-1836 Project: TinkerPop Issue Type:

[jira] [Commented] (TINKERPOP-1834) Consider iterate() as a first class step

2017-11-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255419#comment-16255419 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user okram commented on the issue:

[GitHub] tinkerpop issue #748: TINKERPOP-1834: Consider iterate() as a first class st...

2017-11-16 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/748 Makes sense. ---

[jira] [Commented] (TINKERPOP-1834) Consider iterate() as a first class step

2017-11-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16255392#comment-16255392 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #748: TINKERPOP-1834: Consider iterate() as a first class st...

2017-11-16 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/748 In reviewing this, I think Gremlin Server needs a change. When we submit a remote traversal. Gremlin Server needs to check for `iterate()` in the bytecode and actually call `iterate()` rather

[GitHub] tinkerpop pull request #749: Tinkerpop 1807 Gremlin-Python doesn't support G...

2017-11-16 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/749#discussion_r151390209 --- Diff: docs/src/upgrade/release-3.3.x.asciidoc --- @@ -29,6 +29,15 @@ Please see the

[GitHub] tinkerpop issue #749: Tinkerpop 1807 Gremlin-Python doesn't support GraphSON...

2017-11-16 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/749 You don't need a changelog for 3.3.1. we isolate the fix to the earliest release it was fixed on. ---