Re: [EXTERNAL] Re: Anonymous traversals with @GremlinDSL and Gremlin-Groovy Script Engine

2018-02-14 Thread Moore, Branden James
I think I figured out why 'label' isn't getting imported... It is being overwritten in the import map by the __.label() method static import. Normally, the CoreGremlinPlugin imports 'T.label' and '__.label()' is filtered out of the imports on line 59 of ImportGroovyCustomizer.java (It

[jira] [Commented] (TINKERPOP-1885) Various Gremlin.Net documentation updates

2018-02-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364822#comment-16364822 ] stephen mallette commented on TINKERPOP-1885: - yes - the gremlin running should be fine.

[jira] [Commented] (TINKERPOP-1885) Various Gremlin.Net documentation updates

2018-02-14 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364821#comment-16364821 ] Florian Hockmann commented on TINKERPOP-1885: - {quote}perhaps just use the standard

[jira] [Comment Edited] (TINKERPOP-1885) Various Gremlin.Net documentation updates

2018-02-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364782#comment-16364782 ] stephen mallette edited comment on TINKERPOP-1885 at 2/14/18 9:12 PM:

[jira] [Commented] (TINKERPOP-1885) Various Gremlin.Net documentation updates

2018-02-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364782#comment-16364782 ] stephen mallette commented on TINKERPOP-1885: - > With icons I mean for Gremlin.Net the

[jira] [Commented] (TINKERPOP-1885) Various Gremlin.Net documentation updates

2018-02-14 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364763#comment-16364763 ] Florian Hockmann commented on TINKERPOP-1885: - Ok, then I'll go ahead and add such a

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

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364759#comment-16364759 ] ASF GitHub Bot commented on TINKERPOP-1857: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #798: TINKERPOP-1857 - Consistency in GLV tests

2018-02-14 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/798 TINKERPOP-1857 - Consistency in GLV tests https://issues.apache.org/jira/browse/TINKERPOP-1857 This PR largely brings the GLV test suite into consistency with the java test suite. It

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

2018-02-14 Thread Kevin Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364747#comment-16364747 ] Kevin Gallardo commented on TINKERPOP-1738: --- Hm well if I remember correctly the issue is

[jira] [Commented] (TINKERPOP-1885) Various Gremlin.Net documentation updates

2018-02-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364743#comment-16364743 ] stephen mallette commented on TINKERPOP-1885: - I didn't realize the READMEs had that

[jira] [Commented] (TINKERPOP-1885) Various Gremlin.Net documentation updates

2018-02-14 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364704#comment-16364704 ] Florian Hockmann commented on TINKERPOP-1885: - I went ahead and cleaned up the *{{csproj}}

Re: [EXTERNAL] Re: Anonymous traversals with @GremlinDSL and Gremlin-Groovy Script Engine

2018-02-14 Thread Stephen Mallette
Sorry - those imports are really mysterious to me. I dug through a fair bit of groovy code trying to figure out what the rules were for that import stuff and i don't recall getting to the bottom of it. On Wed, Feb 14, 2018 at 2:27 PM, Moore, Branden James wrote: > So I did a

Re: [EXTERNAL] Re: Anonymous traversals with @GremlinDSL and Gremlin-Groovy Script Engine

2018-02-14 Thread Moore, Branden James
So I did a quick experiment of: --- a/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java +++ b/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java -

Re: [EXTERNAL] Re: Anonymous traversals with @GremlinDSL and Gremlin-Groovy Script Engine

2018-02-14 Thread Stephen Mallette
There was a time when I looked into that in pretty grave detail. I don't recall my findings exactly, but I obviously didn't come up with a nice solution. I'm not sure that I ever became convinced that any of this groovy import stuff behaves in a completely deterministic way. I suppose you could

Re: [EXTERNAL] Re: Anonymous traversals with @GremlinDSL and Gremlin-Groovy Script Engine

2018-02-14 Thread Moore, Branden James
Thanks for fixing issue #1. I figured that one would be easy to fix. As for issue #2, I'm wondering if changing the GremlinGroovyScriptEngine to add it's ImportCustomizer (line 247) to the beginning of the list of customizers, rather than the end, would allow DSLs (and any other imports) to

[jira] [Updated] (TINKERPOP-1891) Serialization of P.not() for gremlin-javascript

2018-02-14 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay updated TINKERPOP-1891: - Fix Version/s: 3.3.2 3.2.8 > Serialization of P.not() for

[jira] [Created] (TINKERPOP-1891) Serialization of P.not() for gremlin-javascript

2018-02-14 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1891: --- Summary: Serialization of P.not() for gremlin-javascript Key: TINKERPOP-1891 URL: https://issues.apache.org/jira/browse/TINKERPOP-1891 Project:

Travel Assistance applications open

2018-02-14 Thread Stephen Mallette
Hello all, the TinkerPop PMC was asked to forward on this message from Apache TAC to the community - so here it is: - The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for ApacheCon NA 2018 are now open! We will be supporting ApacheCon NA

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

2018-02-14 Thread Florian Hockmann
Thanks for the explanation. Then I'll do it the same way and also just tag the repo accordingly. -Ursprüngliche Nachricht- Von: Stephen Mallette [mailto:spmalle...@gmail.com] Gesendet: Dienstag, 13. Februar 2018 17:56 An: dev@tinkerpop.apache.org Betreff: Re: [DISCUSS] Publishing of

[jira] [Updated] (TINKERPOP-1889) JavaScript GLV: Use heartbeat to prevent connection timeout

2018-02-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1889: Affects Version/s: 3.2.7 > JavaScript GLV: Use heartbeat to prevent connection

Re: Anonymous traversals with @GremlinDSL and Gremlin-Groovy Script Engine

2018-02-14 Thread Stephen Mallette
Oops - the `getAnonymousTraversalClass()` should get generated properly. I created this issue: https://issues.apache.org/jira/browse/TINKERPOP-1890 which i already pushed a fix for: https://github.com/apache/tinkerpop/commit/2d7113aaa166b69a8503be27aebf36a8063b82bd your second problemhmm -

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

2018-02-14 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364255#comment-16364255 ] Jorge Bay commented on TINKERPOP-1857: -- I've included {{Barrier}} and {{Pop}} in the sandbox used

Apache EU Roadshow CFP Closing Soon (23 February)

2018-02-14 Thread Sharan F
Hello Everyone This is an initial reminder to let you all know that we are holding an Apache EU Roadshow co-located with FOSS Backstage in Berlin on 13^th and 14^th June 2018. https://s.apache.org/tCHx The Call for Proposals (CFP) for the Apache EU Roadshow is currently open and will close

[jira] [Closed] (TINKERPOP-1890) getAnonymousTraversalClass() is not being generated for Java DSLs

2018-02-14 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1890. --- Resolution: Fixed Easy fix - but thought it was important enough to get in JIRA -

[jira] [Created] (TINKERPOP-1890) getAnonymousTraversalClass() is not being generated for Java DSLs

2018-02-14 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1890: --- Summary: getAnonymousTraversalClass() is not being generated for Java DSLs Key: TINKERPOP-1890 URL: https://issues.apache.org/jira/browse/TINKERPOP-1890

[jira] [Created] (TINKERPOP-1889) JavaScript GLV: Use heartbeat to prevent connection timeout

2018-02-14 Thread Jorge Bay (JIRA)
Jorge Bay created TINKERPOP-1889: Summary: JavaScript GLV: Use heartbeat to prevent connection timeout Key: TINKERPOP-1889 URL: https://issues.apache.org/jira/browse/TINKERPOP-1889 Project: TinkerPop

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

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

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

2018-02-14 Thread eonpatapon
Github user eonpatapon commented on the issue: https://github.com/apache/tinkerpop/pull/797 After playing a bit, I'm not sure if what I want to do is supported by the gremlin-server. Actually I don't know how the bytecode should look. Given the following query in python

Re: [DISCUSS] Gremlin JavaScript release

2018-02-14 Thread Jorge Bay Gondra
hm... that's weird... It's working on my end with a different package... Maybe use a newer npm cli version? If npm access is still failing after cli upgrade, you could use npm owner to add any other tinkerpop member