[GitHub] tinkerpop pull request #711: TINKERPOP-1746: Better error message on wrong o...

2017-09-12 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/711#discussion_r138436841 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStep.java --- @@ -91,6 +91,8 @@ public void setEmi

[GitHub] tinkerpop issue #708: TINKERPOP-1770 Enable timeouts for remote traversals

2017-09-12 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/708 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1781) Traversal admin addStep does not update bytecode

2017-09-12 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163224#comment-16163224 ] Marko A. Rodriguez commented on TINKERPOP-1781: --- There is no good genera

[jira] [Created] (TINKERPOP-1781) Traversal admin addStep does not update bytecode

2017-09-12 Thread Ted Wilmes (JIRA)
Ted Wilmes created TINKERPOP-1781: - Summary: Traversal admin addStep does not update bytecode Key: TINKERPOP-1781 URL: https://issues.apache.org/jira/browse/TINKERPOP-1781 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1752) Gremlin.Net: Generate completely type-safe methods

2017-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163142#comment-16163142 ] ASF GitHub Bot commented on TINKERPOP-1752: --- GitHub user FlorianHockmann ope

[GitHub] tinkerpop pull request #712: TINKERPOP-1752: Gremlin.Net: Generate completel...

2017-09-12 Thread FlorianHockmann
GitHub user FlorianHockmann opened a pull request: https://github.com/apache/tinkerpop/pull/712 TINKERPOP-1752: Gremlin.Net: Generate completely type-safe methods https://issues.apache.org/jira/browse/TINKERPOP-1752 All steps are now (basically) type-safe and the original ar

[jira] [Closed] (TINKERPOP-1287) StarGraph has an overdose of Stream usage.

2017-09-12 Thread Ted Wilmes (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Wilmes closed TINKERPOP-1287. - Resolution: Not A Problem Profiling did not show stream usage making a significant impact on p

[jira] [Commented] (TINKERPOP-1287) StarGraph has an overdose of Stream usage.

2017-09-12 Thread Ted Wilmes (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163135#comment-16163135 ] Ted Wilmes commented on TINKERPOP-1287: --- Not at this point [~spmallette], especi

[jira] [Created] (TINKERPOP-1780) Add authentication tests for gremlin-python

2017-09-12 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1780: --- Summary: Add authentication tests for gremlin-python Key: TINKERPOP-1780 URL: https://issues.apache.org/jira/browse/TINKERPOP-1780 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

2017-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163039#comment-16163039 ] ASF GitHub Bot commented on TINKERPOP-1730: --- Github user FlorianHockmann com

[GitHub] tinkerpop issue #710: TINKERPOP-1730 Gremlin .NET: add support for GraphSON3

2017-09-12 Thread FlorianHockmann
Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/710 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

2017-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163037#comment-16163037 ] ASF GitHub Bot commented on TINKERPOP-1730: --- Github user FlorianHockmann com

[GitHub] tinkerpop pull request #710: TINKERPOP-1730 Gremlin .NET: add support for Gr...

2017-09-12 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/710#discussion_r138366459 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs --- @@ -102,9 +102,9 @@

[jira] [Created] (TINKERPOP-1779) Bump to GMavenPlus 1.6

2017-09-12 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1779: --- Summary: Bump to GMavenPlus 1.6 Key: TINKERPOP-1779 URL: https://issues.apache.org/jira/browse/TINKERPOP-1779 Project: TinkerPop Issue Type: Im

[jira] [Created] (TINKERPOP-1778) Deprecate timedInterrupt option for Gremlin Server script processing

2017-09-12 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1778: --- Summary: Deprecate timedInterrupt option for Gremlin Server script processing Key: TINKERPOP-1778 URL: https://issues.apache.org/jira/browse/TINKERPOP-1778

Re: GraphSON3 collections and subtypes

2017-09-12 Thread Jorge Bay Gondra
Collections with unspecified child types are useful for mixed types, but we are reusing those types of collections for all the cases. This behaviour poses a problem for strict statically typed languages like C#. Let's see if I can explain myself with an example: valueMap() step yields a map repres

[GitHub] tinkerpop issue #710: TINKERPOP-1730 Gremlin .NET: add support for GraphSON3

2017-09-12 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/710 Thanks @FlorianHockmann for the feedback. I've addressed the issues you mentioned. About `ValueMap()`, we can continue the discussion on the mailing list: https://lists.apache.org/th

[GitHub] tinkerpop pull request #710: TINKERPOP-1730 Gremlin .NET: add support for Gr...

2017-09-12 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/710#discussion_r138317662 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs --- @@ -102,9 +102,9 @@ public