[jira] [Commented] (TINKERPOP-1755) No docs for ReferenceElements

2017-11-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257851#comment-16257851 ] stephen mallette commented on TINKERPOP-1755: - [~pluradj] think you might

[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] [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&focusedCommentId=16257842#comment-16257842 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user okram commented on

[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 the

[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 Yes, `filter(false)` is just "the concept." The step would be: ``` filter(FalseTraversal.instance()) ``` Or as @dkuppitz says -- `not(identity())`. ---

[jira] [Closed] (TINKERPOP-1833) DetachedEdge.Builder#setInV and setOutV doesn't return the builder

2017-11-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1833. --- Resolution: Done Assignee: stephen mallette Fix Version/s: 3.3.1

[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 https://stackoverflow.com/questions/4734252

[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&focusedCommentId=16257755#comment-16257755 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user dkuppitz commented

[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&focusedCommentId=16257481#comment-16257481 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user spmallette commente

[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` would

[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&focusedCommentId=16257450#comment-16257450 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user okram commented on

[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. N

[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 s

[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: Imp

[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&focusedCommentId=16257371#comment-16257371 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user robertdale commente

[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&focusedCommentId=16257171#comment-16257171 ] ASF GitHub Bot commented on TINKERPOP-1835: --- Github user robertdale commente

[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&focusedCommentId=16257126#comment-16257126 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user spmallette commente

[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&focusedCommentId=16257081#comment-16257081 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user jorgebay commented

[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 cont

[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&focusedCommentId=16257038#comment-16257038 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user jorgebay commented

[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_r151698077 --- Diff: gremlin-test/features/sideEffect/Group.feature --- @@ -0,0 +1,244 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

[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&focusedCommentId=16257034#comment-16257034 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user jorgebay commented

[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_r151697112 --- Diff: gremlin-test/features/map/Mean.feature --- @@ -0,0 +1,40 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more con

[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&focusedCommentId=16257031#comment-16257031 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user jorgebay commented

[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_r151696373 --- Diff: gremlin-test/features/sideEffect/Sack.feature --- @@ -0,0 +1,71 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or m

[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&focusedCommentId=16256925#comment-16256925 ] ASF GitHub Bot commented on TINKERPOP-1784: --- Github user spmallette commente

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

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

[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&focusedCommentId=16256887#comment-16256887 ] ASF GitHub Bot commented on TINKERPOP-1835: --- GitHub user robertdale opened a

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

2017-11-17 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/750 TINKERPOP-1835 Bump Netty 4.0.53 https://issues.apache.org/jira/browse/TINKERPOP-1835 Latest bug-fix release. No new deps. Building... You can merge this pull request into

[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 Unless I'm not thinking of something, this approach won't work for remote traversals. When you call iterate on the client, it will serialize to bytecode. The bytecode ends up on the server and

[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&focusedCommentId=16256881#comment-16256881 ] ASF GitHub Bot commented on TINKERPOP-1834: --- Github user spmallette commente

[jira] [Created] (TINKERPOP-1837) Gremlin .NET: Provide type coercion between IDictionary 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 Project: Tink