[jira] [Closed] (TINKERPOP-1388) Make ExpandableStepIterator non-final

2017-11-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1388. --- Resolution: Won't Do > Make ExpandableStepIterator non-final >

[jira] [Updated] (TINKERPOP-1839) We need a way to dynamically modify global bindings on the Gremlin Server.

2017-11-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1839: Component/s: server > We need a way to dynamically modify global bindings on

[jira] [Updated] (TINKERPOP-1839) We need a way to dynamically modify global bindings on the Gremlin Server.

2017-11-17 Thread David Pitera (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Pitera updated TINKERPOP-1839: Description: This question on StackOverflow

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

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

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

2017-11-17 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/748 `filter(false)` == `not(identity())` ---

[jira] [Created] (TINKERPOP-1839) We need a way to dynamically modify global bindings on the Gremlin Server.

2017-11-17 Thread David Pitera (JIRA)
David Pitera created TINKERPOP-1839: --- Summary: We need a way to dynamically modify global bindings on the Gremlin Server. Key: TINKERPOP-1839 URL: https://issues.apache.org/jira/browse/TINKERPOP-1839

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

2017-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257481#comment-16257481 ] 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-17 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/748 oh`filter(false)` referred to adding a `FilterStep` to the end of the traversal basically that didn't allow any traversers through. Of course, a provider writing a `TraversalStrategy`

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

2017-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257450#comment-16257450 ] 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-17 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/748 There is nothing for "the server" to know. Thus, gutting the introspection. By appending `filter(false)` to the bytecode, you have a traversal that returns nothing. Which is exactly what you want.

[jira] [Assigned] (TINKERPOP-1832) TraversalHelper.replaceStep sets previousStep to the wrong step

2017-11-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-1832: --- Assignee: Daniel Kuppitz [~pietermartin] did you intend to come back to

[jira] [Created] (TINKERPOP-1838) Python sample project

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

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

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

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

2017-11-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/747 @jorgebay On which OS do you get the test errors? ---

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

2017-11-17 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/749 VOTE +1 ---

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

2017-11-17 Thread davebshow
Github user davebshow commented on the issue: https://github.com/apache/tinkerpop/pull/749 Done. VOTE +1 ---

[jira] [Commented] (TINKERPOP-1835) Bump Netty 4.0.53

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

[GitHub] tinkerpop issue #750: TINKERPOP-1835 Bump Netty 4.0.53

2017-11-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/750 [INFO] [INFO] BUILD SUCCESS [INFO]

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

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

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

2017-11-17 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/747 yeah - i'm just realizing how i flubbed a bunch of things on the last commit. i was so focused on your .net problems i only ran tests for .net :disappointed: ---

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

2017-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257081#comment-16257081 ] 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-17 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r151703665 --- Diff: gremlin-test/features/map/Min.feature --- @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

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

[jira] [Created] (TINKERPOP-1837) Gremlin .NET: Provide type coercion between IDictionary<K, V> instances

2017-11-17 Thread Jorge Bay (JIRA)
Jorge Bay created TINKERPOP-1837: Summary: Gremlin .NET: Provide type coercion between IDictionary instances Key: TINKERPOP-1837 URL: https://issues.apache.org/jira/browse/TINKERPOP-1837