[jira] [Created] (TINKERPOP-1905) TinkerGraphComputer doesn't handle grouping side-effect steps properly

2018-02-27 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1905: - Summary: TinkerGraphComputer doesn't handle grouping side-effect steps properly Key: TINKERPOP-1905 URL: https://issues.apache.org/jira/browse/TINKERPOP-1905

[jira] [Commented] (TINKERPOP-1522) Order of select() scopes

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378846#comment-16378846 ] ASF GitHub Bot commented on TINKERPOP-1522: --- GitHub user dkuppitz opened a p

[GitHub] tinkerpop pull request #803: TINKERPOP-1522 Order of select() scopes

2018-02-27 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/803 TINKERPOP-1522 Order of select() scopes https://issues.apache.org/jira/browse/TINKERPOP-1522 This PR changes the order of `select()` scope from * side-effects, maps, paths

Re: [DISCUSS] Name of 3.4.x

2018-02-27 Thread Robert Dale
Yeah, I'd like to see what Gremlyn Manson would look like! Robert Dale On Tue, Feb 27, 2018 at 10:40 AM, Daniel Kuppitz wrote: > Four Rusted Gremlins (reference > ) :) > > On Tue, Feb 27, 2018 at 7:47 AM, Stephen Mallette > wrote: > > > We need a re

Re: [DISCUSS] Name of 3.4.x

2018-02-27 Thread Daniel Kuppitz
Four Rusted Gremlins (reference ) :) On Tue, Feb 27, 2018 at 7:47 AM, Stephen Mallette wrote: > We need a release name and associated Gremlin logo for the 3.4.x series of > TinkerPop. Recall that names should be related to music and include a > number

Re: [DISCUSS] Name of 3.4.x

2018-02-27 Thread Jean-Baptiste Musso
The 4 Seasons of Gremlin. Also ok for TinkerPop 4. Works for 3.4.x series though! Jean-Baptiste On Tue, Feb 27, 2018 at 3:47 PM, Stephen Mallette wrote: > We need a release name and associated Gremlin logo for the 3.4.x series of > TinkerPop. Recall that names should be related to music and in

[DISCUSS] Name of 3.4.x

2018-02-27 Thread Stephen Mallette
We need a release name and associated Gremlin logo for the 3.4.x series of TinkerPop. Recall that names should be related to music and include a number. Thus far we've had: * Gremlin Symphony #40 in G Minor (3.3.x) * Nine Inch Gremlins (3.2.x) * A 187 On The Undercover Gremlinz (3.1.x) * A Gremlin

Re: [DISCUSS] Branch for 3.4.0

2018-02-27 Thread Stephen Mallette
I've set up the tp33 branch. Our git flow is now tp32 merges to tp33 which in turn merges to master. The master branch has been updated to 3.4.0-SNAPSHOT and the initial java artifacts are currently being deployed. JIRA has the new 3.4.0 version in it. So...i guess that means 3.4.0 is open for busi

[jira] [Created] (TINKERPOP-1904) union performance is O(g^2)

2018-02-27 Thread Robert Dale (JIRA)
Robert Dale created TINKERPOP-1904: -- Summary: union performance is O(g^2) Key: TINKERPOP-1904 URL: https://issues.apache.org/jira/browse/TINKERPOP-1904 Project: TinkerPop Issue Type: Improve