[GitHub] tinkerpop pull request #783: Initial commit for sparql-gremlin changes

2018-01-17 Thread harsh9t
GitHub user harsh9t opened a pull request: https://github.com/apache/tinkerpop/pull/783 Initial commit for sparql-gremlin changes Summary: * added sparql-gremlin folder for adding the sparql-gremlin plugin 0.2 to the tinkerpop project TODOs: * add a readme * add

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-17 Thread jbmusso
Github user jbmusso commented on the issue: https://github.com/apache/tinkerpop/pull/695 Finally found some time. Wew. Well, this PR is very well crafted - well done! My comments are only minor: * About `utils.toPromise` - if I understand you well, you want a dual

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

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

[GitHub] tinkerpop pull request #782: Initial commit for sparql-gremlin changes

2018-01-17 Thread harsh9t
GitHub user harsh9t opened a pull request: https://github.com/apache/tinkerpop/pull/782 Initial commit for sparql-gremlin changes Summary: - added sparql-gremlin folder for adding the sparql-gremlin plugin 0.2 to the tinkerpop project TODOs: - add a readme -

[jira] [Commented] (TINKERPOP-1861) VertexProgram create with varargs for Graphs

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329154#comment-16329154 ] ASF GitHub Bot commented on TINKERPOP-1861: --- Github user PBGraff commented on a diff in the

[GitHub] tinkerpop pull request #772: TINKERPOP-1861 Modify VertexProgram Builder to ...

2018-01-17 Thread PBGraff
Github user PBGraff commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/772#discussion_r162138049 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.java --- @@ -219,13 +234,28 @@ public default void

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

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

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-17 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 Thanks @dkuppitz for looking into the maven issue! I'll rebase it and add a `g:T` deserializer. ---

[jira] [Commented] (TINKERPOP-1870) n^2 synchronious operation in OLAP WorkerExecutor.execute() method

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328828#comment-16328828 ] ASF GitHub Bot commented on TINKERPOP-1870: --- Github user artem-aliev commented on a diff in

[GitHub] tinkerpop pull request #778: TINKERPOP-1870: Extends TraverserSet to have Ve...

2018-01-17 Thread artem-aliev
Github user artem-aliev commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/778#discussion_r162065650 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java --- @@ -305,6 +307,7 @@ public String

[GitHub] tinkerpop pull request #781: Tinkerpop 1870 master

2018-01-17 Thread artem-aliev
GitHub user artem-aliev opened a pull request: https://github.com/apache/tinkerpop/pull/781 Tinkerpop 1870 master You can merge this pull request into a Git repository by running: $ git pull https://github.com/artem-aliev/tinkerpop TINKERPOP-1870-master Alternatively you can

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

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

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

2018-01-17 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/779 > my IDE is not ok with it. please see: http://tinkerpop.apache.org/docs/current/dev/developer/#_ide_setup_with_intellij > So, should I make this change only on tp32 branch,