Anonymous traversals with @GremlinDSL and Gremlin-Groovy Script Engine

2018-02-13 Thread Moore, Branden James
Hi all, We are using the @GremlinDsl annotation to extend the Gremlin language into our own DSL. I’ve run into two issues with anonymous traversals so far that I’d like to bring up. One has a work-around, the other, I have not yet found a work-around. First (the one with the work-around):

[jira] [Assigned] (TINKERPOP-1586) SubgraphStrategy in OLAP

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-1586: --- Assignee: stephen mallette > SubgraphStrategy in OLAP > -

[jira] [Assigned] (TINKERPOP-1553) AggregateStep should go away in favor of StoreStep.NoOpBarrierStep

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-1553: --- Assignee: stephen mallette > AggregateStep should go away in favor of Sto

[jira] [Commented] (TINKERPOP-1505) Transaction Status listener list gets overwritten

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362875#comment-16362875 ] stephen mallette commented on TINKERPOP-1505: - Based on the last comments

[jira] [Closed] (TINKERPOP-1505) Transaction Status listener list gets overwritten

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1505. --- Resolution: Won't Do > Transaction Status listener list gets overwritten > ---

[jira] [Updated] (TINKERPOP-1505) Transaction Status listener list gets overwritten

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1505: Component/s: (was: process) structure > Transaction Status

[jira] [Closed] (TINKERPOP-1270) A method to test two vertices inidence

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1270. --- Resolution: Won't Do As there hasn't been any further comment on this one after I

[jira] [Commented] (TINKERPOP-1887) Can't use bindings in predicates

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362726#comment-16362726 ] ASF GitHub Bot commented on TINKERPOP-1887: --- Github user davebshow commented

[GitHub] tinkerpop issue #797: TINKERPOP-1887 Allow to use bindings in predicates

2018-02-13 Thread davebshow
Github user davebshow commented on the issue: https://github.com/apache/tinkerpop/pull/797 There is a bit of a learning curve working with the Gremlin-Python source. Do you plan on giving this another try? If so, I will help you review. If not, let me know and I can give it a go. --

[jira] [Commented] (TINKERPOP-1241) Create JMH benchmark viewer

2018-02-13 Thread Johannes Zillmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362647#comment-16362647 ] Johannes Zillmann commented on TINKERPOP-1241: -- Thanks, happy to hear! >

Re: [DISCUSS] Publishing of development versions of Gremlin.Net

2018-02-13 Thread Stephen Mallette
good to know that a fix is on it's way for that problem with the dotnet toolchain. thanks for looking into that. i'm +1 to publish an rc1 for 3.2.8/3.3.2 to nuget. we don't really have dev docs that describe the process of doing release candidates for just a GLV. when i've done it, I usually just

[jira] [Assigned] (TINKERPOP-1888) Extend max and min to all Comparable properties, not just Numbers

2018-02-13 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz reassigned TINKERPOP-1888: - Assignee: Daniel Kuppitz > Extend max and min to all Comparable properties, n

[DISCUSS] Publishing of development versions of Gremlin.Net

2018-02-13 Thread Florian Hockmann
We currently have the problem that we cannot deploy versions of Gremlin.Net from non-Windows systems due to a problem with strong naming: https://issues.apache.org/jira/browse/TINKERPOP-1880 Unfortunately, the already released versions 3.3.1 and 3.2.7 have a broken signature as they were deployed

[jira] [Closed] (TINKERPOP-1042) TinkerGraph indices are not preserved when graph is persisted

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1042. --- Resolution: Won't Do I mostly wrote this when I hit some problems with test infras

[jira] [Commented] (TINKERPOP-1887) Can't use bindings in predicates

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362544#comment-16362544 ] ASF GitHub Bot commented on TINKERPOP-1887: --- Github user eonpatapon commente

[GitHub] tinkerpop issue #797: TINKERPOP-1887 Allow to use bindings in predicates

2018-02-13 Thread eonpatapon
Github user eonpatapon commented on the issue: https://github.com/apache/tinkerpop/pull/797 After playing with the code and tests I'm realizing this does not work at all :) Closing for now. ---

[jira] [Commented] (TINKERPOP-1887) Can't use bindings in predicates

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362545#comment-16362545 ] ASF GitHub Bot commented on TINKERPOP-1887: --- Github user eonpatapon closed t

[GitHub] tinkerpop pull request #797: TINKERPOP-1887 Allow to use bindings in predica...

2018-02-13 Thread eonpatapon
Github user eonpatapon closed the pull request at: https://github.com/apache/tinkerpop/pull/797 ---

Re: [DISCUSS] Gremlin JavaScript release

2018-02-13 Thread Jean-Baptiste Musso
Getting a 403 Forbidden error: $ npm access grant read-write tinkerpop:developers gremlin npm http request PUT https://registry.npmjs.org/-/team/tinkerpop/developers/package npm http 403 https://registry.npmjs.org/-/team/tinkerpop/developers/package npm ERR! code E403 npm ERR! Forbidden : -/team/t

[jira] [Commented] (TINKERPOP-1738) Proper functioning of GraphSONReader depends on order of elements in String representation

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362475#comment-16362475 ] stephen mallette commented on TINKERPOP-1738: - [~newkek] i noticed that ja

Re: [DISCUSS] Gremlin JavaScript release

2018-02-13 Thread Jorge Bay Gondra
gremlin-javascript is not org scoped but "tinkerpop:developers" has write access to it: npm access ls-packages tinkerpop:developers What's the response for: npm access grant read-write tinkerpop:developers gremlin On Tue, Feb 13, 2018 at 3:42 PM, Jean-Baptiste Musso wrote: > Hmm. It looks

Re: [DISCUSS] Gremlin JavaScript release

2018-02-13 Thread Jean-Baptiste Musso
Hmm. It looks like you can only grant access to team of developers for @scoped package, but not for standard (unscoped) packages. I can make the "tinkerpop" user owner of that "gremlin" package, if that helps. Jean-Baptiste On Tue, Feb 13, 2018 at 9:58 AM, Jorge Bay Gondra wrote: > Jean-Baptist

[jira] [Commented] (TINKERPOP-1857) GLV test suite consistency and completeness

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362340#comment-16362340 ] stephen mallette commented on TINKERPOP-1857: - i'm looking but i don't thi

[jira] [Commented] (TINKERPOP-1857) GLV test suite consistency and completeness

2018-02-13 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362334#comment-16362334 ] Jorge Bay commented on TINKERPOP-1857: -- Nice! the exception information is really

[jira] [Comment Edited] (TINKERPOP-1857) GLV test suite consistency and completeness

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16358860#comment-16358860 ] stephen mallette edited comment on TINKERPOP-1857 at 2/13/18 1:11 PM: --

Re: [DISCUSS] TinkerGraph Memory Usage Enhancements

2018-02-13 Thread Stephen Mallette
could you please talk about what made you heat back up on the idea? On Sun, Feb 11, 2018 at 6:06 AM, Robert Dale wrote: > I think this 'schema mode' is a good addition. > > Robert Dale > > On Sun, Jan 14, 2018 at 3:41 AM, Michael Pollmeier < > mich...@michaelpollmeier.com> wrote: > > > First of

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362211#comment-16362211 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user jorgebay commented

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167847541 --- Diff: gremlin-dotnet/glv/generate.groovy --- @@ -48,7 +48,7 @@ def toCSharpTypeMap = ["Long": "long", "TraversalMetrics":

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362200#comment-16362200 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user FlorianHockmann com

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167844157 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/LambdaSerializer.cs --- @@ -0,0 +1,45 @@ +#region License + +/*

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362196#comment-16362196 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user FlorianHockmann com

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167843703 --- Diff: docs/src/reference/gremlin-variants.asciidoc --- @@ -436,6 +438,22 @@ NOTE: Many of the TraversalStrategy classes in Gremlin.Net are pro

Re: [DISCUSS] Gremlin JavaScript release

2018-02-13 Thread Stephen Mallette
I'm reasonably concerned about TINKERPOP-1857 - the number of test failures and the character of the failures for javascript seem to indicate to me that there is something inherently wrong with gremlin-javascript operations. I think that we should investigate and solve the core problems there befor

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167842126 --- Diff: gremlin-dotnet/glv/generate.groovy --- @@ -48,7 +48,7 @@ def toCSharpTypeMap = ["Long": "long", "TraversalMet

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362190#comment-16362190 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user FlorianHockmann com

[jira] [Commented] (TINKERPOP-1241) Create JMH benchmark viewer

2018-02-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362189#comment-16362189 ] stephen mallette commented on TINKERPOP-1241: - Thanks - I did notice those

Re: [DISCUSS] Gremlin JavaScript release

2018-02-13 Thread Jorge Bay Gondra
Jean-Baptiste, could you grant tinkerpop:developers team access to the gremlin package? Once we all have access, it would be nice to have a beta release of 3.2.8/3.3.2 as soon as possible, to allow users to start giving it a try. There aren't any others tickets in JIRA affecting the javascript GL

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361993#comment-16361993 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user jorgebay commented

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361994#comment-16361994 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user jorgebay commented

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361997#comment-16361997 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user jorgebay commented

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361995#comment-16361995 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user jorgebay commented

[jira] [Commented] (TINKERPOP-1854) Support lambdas in Gremlin.Net

2018-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361996#comment-16361996 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user jorgebay commented

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167791719 --- Diff: docs/src/reference/gremlin-variants.asciidoc --- @@ -436,6 +438,22 @@ NOTE: Many of the TraversalStrategy classes in Gremlin.Net are proxies to

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167790135 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/IgnoreException.cs --- @@ -40,9 +40,6 @@ private static string GetMessage(IgnoreReason

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167789173 --- Diff: gremlin-dotnet/glv/generate.groovy --- @@ -48,7 +48,7 @@ def toCSharpTypeMap = ["Long": "long", "TraversalMetrics":

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167789705 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/LambdaSerializer.cs --- @@ -0,0 +1,45 @@ +#region License + +/* + * Lic

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167789593 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/LambdaSerializer.cs --- @@ -0,0 +1,45 @@ +#region License + +/* + * Lic

[jira] [Commented] (TINKERPOP-1241) Create JMH benchmark viewer

2018-02-13 Thread Johannes Zillmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361979#comment-16361979 ] Johannes Zillmann commented on TINKERPOP-1241: -- There is also Gradle/Jenk