[DISCUSS] Traversal Future

2016-10-08 Thread Stephen Mallette
Please note the discussion on adding a terminal future method to Traversal on this JIRA ticket: https://issues.apache.org/jira/browse/TINKERPOP-1490 If you have comments, please add them there.

[GitHub] tinkerpop issue #450: TINKERPOP-1489 Javascript GLV

2016-10-08 Thread jbmusso
Github user jbmusso commented on the issue: https://github.com/apache/tinkerpop/pull/450 I was thinking that supporting JavaScript `Promise` could be helpful now that they’ve been part of the ES2015 and rolled out on most JS environment (browsers/Node.js). Maybe this can be polyfill

[jira] [Commented] (TINKERPOP-1490) Provider a Future based Traversal.async(Function) terminal step

2016-10-08 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15557840#comment-15557840 ] stephen mallette commented on TINKERPOP-1490: - {{future}} with an extensio

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

2016-10-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15557838#comment-15557838 ] ASF GitHub Bot commented on TINKERPOP-1489: --- Github user jbmusso commented o

[GitHub] tinkerpop issue #450: TINKERPOP-1489 Javascript GLV

2016-10-08 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/450 ha +1 for a promise style api - i just wrote the exact same suggestion for the java side: https://issues.apache.org/jira/browse/TINKERPOP-1490?focusedCommentId=15557840&page=com.atlass

[jira] [Comment Edited] (TINKERPOP-1490) Provider a Future based Traversal.async(Function) terminal step

2016-10-08 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15557840#comment-15557840 ] stephen mallette edited comment on TINKERPOP-1490 at 10/8/16 11:54 AM: -

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

2016-10-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15557844#comment-15557844 ] ASF GitHub Bot commented on TINKERPOP-1489: --- Github user spmallette commente

Re: [DISCUSS] Traversal Future

2016-10-08 Thread Robert Dale
I think it's outside of gremlin's scope and may be better served by native facilities. It seems like sugar. In Java this saves not even one line of code. It looks an additional requirement for GLVs to implement possibly using a syntax that is non-native thus additional to learn. But the GLV folks

Re: [DISCUSS] Traversal Future

2016-10-08 Thread Stephen Mallette
I would draw the line at the native language's understanding of future/promise, which are generally represented in most languages i'm aware of. The specifics of CompletableFuture do not have to be maintained. I suppose we could consider it sugar specific to the GLV.not sure one way or the other

Re: [DISCUSS] ASF Board Draft Report - October 2016

2016-10-08 Thread Stephen Mallette
The October 2016 board report has been submitted. On Tue, Oct 4, 2016 at 11:16 AM, Dylan Millikin wrote: > Yeah looking great! > > On Tue, Oct 4, 2016 at 10:39 AM, Marko Rodriguez > wrote: > > > Diamn — that is one solid report. > > > > Marko. > > > > http://markorodriguez.com > > > > > > >

Re: [DISCUSS] Test Suite Changes for 3.3.0

2016-10-08 Thread Ted Wilmes
Adding coverage to gremlin-benchmark sounds good to me. If we come up with any other dev specific tooling that we'd like to add, maybe it would make sense to just rename gremlin-benchmark to something like gremlin-tools or gremlin-dev. --Ted On Fri, Oct 7, 2016 at 5:20 PM, Stephen Mallette wrot

Re: [DISCUSS] Test Suite Changes for 3.3.0

2016-10-08 Thread Stephen Mallette
yeah - i actually thought about "gremlin-tools" and almost wondered if we shouldn't do: gremlin-tools +-gremlin-benchmarks +-gremlin-coverage for 3.3.0. The added flexibility to have independent poms for these things might turn out useful. I sorta like that idea. On Sat, Oct 8, 2016 at 10:47 AM,

[jira] [Commented] (TINKERPOP-1458) Gremlin Server doesn't return confirmation upon Traversal OpProcessor "close" op

2016-10-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15558320#comment-15558320 ] ASF GitHub Bot commented on TINKERPOP-1458: --- Github user PommeVerte commente

[GitHub] tinkerpop issue #451: TINKERPOP-1458 Gremlin Server doesn't return confirmat...

2016-10-08 Thread PommeVerte
Github user PommeVerte commented on the issue: https://github.com/apache/tinkerpop/pull/451 Hmm do we know why's travis is choking? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featu

[GitHub] tinkerpop issue #451: TINKERPOP-1458 Gremlin Server doesn't return confirmat...

2016-10-08 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/451 yeah - will figure it out next week - it's this nonsense: ```text TraversalInterruptionTest.shouldRespectThreadInterruptionInVertexStep:111 Expected: is but: was

[jira] [Commented] (TINKERPOP-1458) Gremlin Server doesn't return confirmation upon Traversal OpProcessor "close" op

2016-10-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15558351#comment-15558351 ] ASF GitHub Bot commented on TINKERPOP-1458: --- Github user spmallette commente

[GitHub] tinkerpop issue #451: TINKERPOP-1458 Gremlin Server doesn't return confirmat...

2016-10-08 Thread davebshow
Github user davebshow commented on the issue: https://github.com/apache/tinkerpop/pull/451 Manually closing post merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled an

[jira] [Commented] (TINKERPOP-1458) Gremlin Server doesn't return confirmation upon Traversal OpProcessor "close" op

2016-10-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15558367#comment-15558367 ] ASF GitHub Bot commented on TINKERPOP-1458: --- Github user davebshow commented

[GitHub] tinkerpop pull request #451: TINKERPOP-1458 Gremlin Server doesn't return co...

2016-10-08 Thread davebshow
Github user davebshow closed the pull request at: https://github.com/apache/tinkerpop/pull/451 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[jira] [Commented] (TINKERPOP-1458) Gremlin Server doesn't return confirmation upon Traversal OpProcessor "close" op

2016-10-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15558368#comment-15558368 ] ASF GitHub Bot commented on TINKERPOP-1458: --- Github user davebshow closed th