[GitHub] tinkerpop issue #850: Fix typos in GraphManager and DefaultGraphManager java...

2018-04-23 Thread justinchuch
Github user justinchuch commented on the issue: https://github.com/apache/tinkerpop/pull/850 Happy to help. ---

[jira] [Commented] (TINKERPOP-1933) gremlin-python maximum recursion depth exceeded on large responses

2018-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16449042#comment-16449042 ] ASF GitHub Bot commented on TINKERPOP-1933: --- GitHub user davebshow opened a pull request:

[GitHub] tinkerpop pull request #854: TINKERPOP-1933 gremlin-python maximum recursion...

2018-04-23 Thread davebshow
GitHub user davebshow opened a pull request: https://github.com/apache/tinkerpop/pull/854 TINKERPOP-1933 gremlin-python maximum recursion depth exceeded on large responses https://issues.apache.org/jira/browse/TINKERPOP-1933 Recursive calls to the `data_received` were

[jira] [Assigned] (TINKERPOP-1595) Go through TraversalVertexProgram with a profile and optimize.

2018-04-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-1595: --- Assignee: stephen mallette Fix Version/s: 3.3.3

[jira] [Assigned] (TINKERPOP-1951) gremlin-server.bat doesn't support paths containing spaces

2018-04-23 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale reassigned TINKERPOP-1951: -- Assignee: (was: Robert Dale) > gremlin-server.bat doesn't support paths

[jira] [Closed] (TINKERPOP-1939) running spark-gremlin in gremlin console

2018-04-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1939. --- Resolution: Cannot Reproduce Closed pending new information. > running

[jira] [Closed] (TINKERPOP-520) Create a history strategy to ship with TP3

2018-04-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-520. -- Resolution: Won't Do Closed given comments in TINKERPOP-519 > Create a history

[jira] [Closed] (TINKERPOP-1935) GraphML Export Fails with List Cardinality

2018-04-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1935. --- Resolution: Won't Do > GraphML Export Fails with List Cardinality >

[jira] [Commented] (TINKERPOP-1628) Implement TraversalSelectStep

2018-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448616#comment-16448616 ] ASF GitHub Bot commented on TINKERPOP-1628: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop pull request #844: TINKERPOP-1628 Implement TraversalSelectStep

2018-04-23 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/844#discussion_r183488493 --- Diff: gremlin-test/features/map/Select.feature --- @@ -514,4 +514,20 @@ Feature: Step - select() Then the result should be unordered

[jira] [Commented] (TINKERPOP-1628) Implement TraversalSelectStep

2018-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448599#comment-16448599 ] ASF GitHub Bot commented on TINKERPOP-1628: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop pull request #844: TINKERPOP-1628 Implement TraversalSelectStep

2018-04-23 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/844#discussion_r183485753 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -2338,6 +2338,22 @@ g.V(1).as("a").repeat(out().as("a")).times(2).select(last, "a")

[GitHub] tinkerpop pull request #844: TINKERPOP-1628 Implement TraversalSelectStep

2018-04-23 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/844#discussion_r183484210 --- Diff: CHANGELOG.asciidoc --- @@ -74,6 +74,7 @@ This release also includes changes from <>. * TINKERPOP-1357 Centrality

[jira] [Commented] (TINKERPOP-1628) Implement TraversalSelectStep

2018-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448584#comment-16448584 ] ASF GitHub Bot commented on TINKERPOP-1628: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop issue #850: Fix typos in GraphManager and DefaultGraphManager java...

2018-04-23 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/850 This is merge now - thanks for the fix. ---

[jira] [Commented] (TINKERPOP-1953) Bump to Groovy 2.4.15

2018-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448574#comment-16448574 ] ASF GitHub Bot commented on TINKERPOP-1953: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop pull request #850: Fix typos in GraphManager and DefaultGraphManag...

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/850 ---

[GitHub] tinkerpop issue #853: TINKERPOP-1953 Bump to Groovy 2.4.15

2018-04-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/853 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1953) Bump to Groovy 2.4.15

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

[GitHub] tinkerpop pull request #853: TINKERPOP-1953 Bump to Groovy 2.4.15

2018-04-23 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/853 TINKERPOP-1953 Bump to Groovy 2.4.15 https://issues.apache.org/jira/browse/TINKERPOP-1953 Fixes a bug in Lambda construction for remote traversals All tests pass with

[jira] [Commented] (TINKERPOP-1944) JavaScript GLV: DriverRemoteConnection is not exported in the root module

2018-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448520#comment-16448520 ] ASF GitHub Bot commented on TINKERPOP-1944: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #852: TINKERPOP-1944 Export DriverRemoteConnection

2018-04-23 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/852 VOTE +1 ---

[GitHub] tinkerpop issue #851: Improve JavaScript Gremlin documentation

2018-04-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/851 @jorgebay don't forget to vote on your own PR! :smile: ---

[GitHub] tinkerpop issue #851: Improve JavaScript Gremlin documentation

2018-04-23 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/851 VOTE: +1 ---

Re: [DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-23 Thread Jorge Bay Gondra
sgtm, I'm also +1 on releasing patch releases asap to fix it. Regarding gremlin-javascript, we could include TINKERPOP-1944 (I just submitted a pull request) but I'm not sure we can include TINKERPOP-1943, the implementation is trivial but it will require some changes to make the test suite pass

[jira] [Commented] (TINKERPOP-1944) JavaScript GLV: DriverRemoteConnection is not exported in the root module

2018-04-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448126#comment-16448126 ] ASF GitHub Bot commented on TINKERPOP-1944: --- GitHub user jorgebay opened a pull request:

[GitHub] tinkerpop pull request #852: TINKERPOP-1944 Export DriverRemoteConnection

2018-04-23 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/852 TINKERPOP-1944 Export DriverRemoteConnection Export `DriverRemoteConnection`. https://issues.apache.org/jira/browse/TINKERPOP-1944 VOTE +1 You can merge this pull request into

Re: Illegal type in constant pool

2018-04-23 Thread Stephen Mallette
Upon investigation, we do have tests in the general process suite that should have caught this, but "remote" tests fall into a scenario where tests with lambdas are quietly ignored. This happens because RemoteStrategy throws does a silent check during tests for lambdas and throws a

Re: [DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-23 Thread Robert Dale
+1 Robert Dale On Mon, Apr 23, 2018 at 8:44 AM, Stephen Mallette wrote: > Based on: > > https://lists.apache.org/thread.html/de4ec9054fd7a88cbd42163a0b1050 > 19aae52a7e930b09a9bd4c971d@%3Cdev.tinkerpop.apache.org%3E > > We have a pretty serious bug that I can't seem to

[jira] [Commented] (TINKERPOP-1953) Bump to Groovy 2.4.15

2018-04-23 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448106#comment-16448106 ] Robert Dale commented on TINKERPOP-1953: Related to 

[jira] [Created] (TINKERPOP-1953) Bump to Groovy 2.4.15

2018-04-23 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1953: --- Summary: Bump to Groovy 2.4.15 Key: TINKERPOP-1953 URL: https://issues.apache.org/jira/browse/TINKERPOP-1953 Project: TinkerPop Issue Type:

[DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-23 Thread Stephen Mallette
Based on: https://lists.apache.org/thread.html/de4ec9054fd7a88cbd42163a0b105019aae52a7e930b09a9bd4c971d@%3Cdev.tinkerpop.apache.org%3E We have a pretty serious bug that I can't seem to find a workaround for. The only workaround I can think of would be to replace this:

Re: Illegal type in constant pool

2018-04-23 Thread Stephen Mallette
We have tests that do lambdas, but I guess they don't specifically cover use of the Lambda class in this way. Damn On Mon, Apr 23, 2018 at 8:31 AM, Robert Dale wrote: > Do we not have any lambda tests that would catch this? > > Robert Dale > > On Mon, Apr 23, 2018 at

Re: Illegal type in constant pool

2018-04-23 Thread Stephen Mallette
dar - i didn't click on that one because it didn't sound relatedthanks On Mon, Apr 23, 2018 at 8:29 AM, Robert Dale wrote: > https://issues.apache.org/jira/browse/GROOVY-8494 > > Robert Dale > > On Mon, Apr 23, 2018 at 8:21 AM, Stephen Mallette >

Re: Illegal type in constant pool

2018-04-23 Thread Robert Dale
Do we not have any lambda tests that would catch this? Robert Dale On Mon, Apr 23, 2018 at 8:29 AM, Robert Dale wrote: > https://issues.apache.org/jira/browse/GROOVY-8494 > > Robert Dale > > On Mon, Apr 23, 2018 at 8:21 AM, Stephen Mallette > wrote: >

Re: Illegal type in constant pool

2018-04-23 Thread Robert Dale
https://issues.apache.org/jira/browse/GROOVY-8494 Robert Dale On Mon, Apr 23, 2018 at 8:21 AM, Stephen Mallette wrote: > I feel like I ran into this error last week: > > gremlin> org.apache.tinkerpop.gremlin.util.function.Lambda.function("{ > it.get() }") > (class:

Illegal type in constant pool

2018-04-23 Thread Stephen Mallette
I feel like I ran into this error last week: gremlin> org.apache.tinkerpop.gremlin.util.function.Lambda.function("{ it.get() }") (class: org/apache/tinkerpop/gremlin/util/function/Lambda$function$0, method: callStatic signature: (Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;) Illegal

[GitHub] tinkerpop issue #851: Improve JavaScript Gremlin documentation

2018-04-23 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/851 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1942) Binary serialization format

2018-04-23 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16447798#comment-16447798 ] Jorge Bay commented on TINKERPOP-1942: -- Understanding the [risks of introducing a new

[GitHub] tinkerpop pull request #851: Improve JavaScript Gremlin documentation

2018-04-23 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/851 Improve JavaScript Gremlin documentation Several fixes to the JavaScript GLV documentation: - Use 'gremlin' package name - Include information regarding Promises - Fix method

[GitHub] tinkerpop pull request #846: Fix JavaScript Gremlin documentation

2018-04-23 Thread jorgebay
Github user jorgebay closed the pull request at: https://github.com/apache/tinkerpop/pull/846 ---

[GitHub] tinkerpop pull request #847: JavaScript GLV: Document lack of GraphSON3 supp...

2018-04-23 Thread jorgebay
Github user jorgebay closed the pull request at: https://github.com/apache/tinkerpop/pull/847 ---

[GitHub] tinkerpop issue #847: JavaScript GLV: Document lack of GraphSON3 support

2018-04-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/847 Ah, makes sense to just do a manual update for now. Remember the info in #846 for 3.2.8 and this one + #846 for 3.3.2. I'll close these two and submit a new one with the doc updates

[jira] [Created] (TINKERPOP-1952) using Gremlin.Net in .NET Framework 4.71 console app causes "Could not load file or assembly 'System.Reflection.TypeExtensions, Version=4.0.0.0..."

2018-04-23 Thread Kai Walter (JIRA)
Kai Walter created TINKERPOP-1952: - Summary: using Gremlin.Net in .NET Framework 4.71 console app causes "Could not load file or assembly 'System.Reflection.TypeExtensions, Version=4.0.0.0..." Key: TINKERPOP-1952