Re: [DISCUSS] Removing Jython

2017-10-27 Thread Stephen Mallette
Sorry - one more post, I hit send too soon. I also realized that the next version of Jython (the dependency) must have a bug or incompatibility of some sort. When I tried to go to that newer version one of our tests started failing (works fine on the current version). Anyway, not sure what kind of

Re: [DISCUSS] Removing Jython

2017-10-27 Thread Stephen Mallette
Just a quick update, gremlin-python is now building on tp32 and master without the jython enabled build. Note that the intent here is NOT to remove the jython dependency, but to remove the jython aided build of the python code. Doing that had the nice effect of speeding up our build a bit - we

[jira] [Created] (TINKERPOP-1817) OLAP loses vertex labels

2017-10-27 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1817: - Summary: OLAP loses vertex labels Key: TINKERPOP-1817 URL: https://issues.apache.org/jira/browse/TINKERPOP-1817 Project: TinkerPop Issue Type: Bug

[DISCUSS] Removing Jython

2017-10-27 Thread Stephen Mallette
If you build the gremlin-python module you will get an error related to pypi. Robert Dale was good enough to provide me the link that help firm up in my mind something I'd already run into on the last release with pypi: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html

[jira] [Commented] (TINKERPOP-1816) Consider improvements to the .NET documentation

2017-10-27 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222413#comment-16222413 ] Florian Hockmann commented on TINKERPOP-1816: - I just thought that we might translate the

[jira] [Commented] (TINKERPOP-1816) Consider improvements to the .NET documentation

2017-10-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222315#comment-16222315 ] stephen mallette commented on TINKERPOP-1816: - > it might be an option to generate

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

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222303#comment-16222303 ] ASF GitHub Bot commented on TINKERPOP-1752: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #712: TINKERPOP-1752: Gremlin.Net: Generate completely type-...

2017-10-27 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/712 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1816) Consider improvements to the .NET documentation

2017-10-27 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222302#comment-16222302 ] Florian Hockmann commented on TINKERPOP-1816: - My guess was that Bill simply assumed that

Re: [DISCUSS] bothE() on self-reference

2017-10-27 Thread Stephen Mallette
This might have been a false alarm. I think the current logic exhibited by TinkerGraph is the right way and we do have a test in the Structure suite that enforces it. I didn't see it there when I first looked as it is in a bit of an odd place: StarGraphTest. I will add a process test to help

[GitHub] tinkerpop issue #712: TINKERPOP-1752: Gremlin.Net: Generate completely type-...

2017-10-27 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/712 All .NET tests passes with: ``` mvn clean install -DskipTests cd gremlin-dotnet && mvn clean install -P gremlin-dotnet ``` I'm running a `docker/build.sh -t -n -i` ---

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

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1693#comment-1693 ] ASF GitHub Bot commented on TINKERPOP-1752: --- Github user jorgebay commented on the issue:

[jira] [Closed] (TINKERPOP-1812) ProfileTest assumes that graph implementations will not add their own steps

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

[jira] [Commented] (TINKERPOP-1816) Consider improvements to the .NET documentation

2017-10-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222179#comment-16222179 ] stephen mallette commented on TINKERPOP-1816: - We probably need to bring together the

[jira] [Commented] (TINKERPOP-1816) Consider improvements to the .NET documentation

2017-10-27 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221858#comment-16221858 ] Jorge Bay commented on TINKERPOP-1816: -- Looking at the initial title from the OP, "the .NET port