[jira] [Commented] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16345897#comment-16345897 ] ASF GitHub Bot commented on TINKERPOP-1879: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #791: TINKERPOP-1879 Fixed gremlin.sh handling of = in flags

2018-01-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/791 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

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

[GitHub] tinkerpop issue #791: TINKERPOP-1879 Fixed gremlin.sh handling of = in flags

2018-01-30 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/791 ok - i think i have it right now: ```text $ cat x.groovy println "test" $ bin/gremlin.sh -e x.groovy test $ bin/gremlin.sh -e=x.groovy Gremlin file not found at

[jira] [Updated] (TINKERPOP-1873) min() and max() work only in the range of Integer values

2018-01-30 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz updated TINKERPOP-1873: -- Affects Version/s: 3.2.7 Fix Version/s: 3.3.2 3.2.8

[jira] [Closed] (TINKERPOP-1873) min() and max() work only in the range of Integer values

2018-01-30 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1873. - Resolution: Fixed > min() and max() work only in the range of Integer values >

[jira] [Commented] (TINKERPOP-1873) min() and max() work only in the range of Integer values

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16345767#comment-16345767 ] ASF GitHub Bot commented on TINKERPOP-1873: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #786: TINKERPOP-1873 min() and max() work only in the...

2018-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/786 ---

[jira] [Commented] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

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

[GitHub] tinkerpop issue #791: TINKERPOP-1879 Fixed gremlin.sh handling of = in flags

2018-01-30 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/791 If i filter out the short options and someone does `-e=x.groovy` (or `-i=`) then it hangs the load of the console (which was the original problem i wanted to solve). I guess to properly handle

[jira] [Commented] (TINKERPOP-1873) min() and max() work only in the range of Integer values

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16345649#comment-16345649 ] ASF GitHub Bot commented on TINKERPOP-1873: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #786: TINKERPOP-1873 min() and max() work only in the range ...

2018-01-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/786 Rebased, tests added and `CHANGELOG` updated. Functionally nothing really changed, hence I don't think we need to revote. Going to merge this in 1-2 hours. ---

[jira] [Commented] (TINKERPOP-1872) Apply edgeFunction in SparkMessenger

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

[GitHub] tinkerpop issue #788: TINKERPOP-1872 Apply edgeFunction in SparkMessenger

2018-01-30 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/788 Please see #793 which contains your changes here plus an integration test i was able to write to produce the problem. I wasn't sure how to advise you to do it, without doing it myself, so I

[jira] [Commented] (TINKERPOP-1872) Apply edgeFunction in SparkMessenger

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

[GitHub] tinkerpop pull request #793: TINKERPOP-1872 Apply edgeFunction in SparkMesse...

2018-01-30 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/793 TINKERPOP-1872 Apply edgeFunction in SparkMessenger https://issues.apache.org/jira/browse/TINKERPOP-1872 This pull request basically adds an integration test for the fix presented in

[jira] [Assigned] (TINKERPOP-1836) .NET sample project

2018-01-30 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann reassigned TINKERPOP-1836: --- Assignee: Florian Hockmann > .NET sample project > --- >

[DISCUSS] Gremlin JavaScript release

2018-01-30 Thread Jorge Bay Gondra
Hi, Now that the JavaScript GLV has been merged, it will be nice to have an official pre-release (RC / beta) on the npm package manager as soon as possible to allow users to start giving it a try. The package name identifier in the package.json is currently gremlin-javascript

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

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16345116#comment-16345116 ] ASF GitHub Bot commented on TINKERPOP-1854: --- Github user jorgebay commented on the issue:

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

2018-01-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/792 I didn't have time to review this one, I hope I will be able to look into it by the end this week. ---