[jira] [Commented] (TINKERPOP-1506) Optional/Coalesce should not allow sideEffect traversals.

2016-10-21 Thread pieter martin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15597251#comment-15597251 ] pieter martin commented on TINKERPOP-1506: -- `coalesce` was [discussed|https:/

Re: [jira] [Commented] (TINKERPOP-1506) Optional/Coalesce should not allow sideEffect traversals.

2016-10-21 Thread pieter-gmail
Hi, `coalesce` was discussed way back when `optional` was first discussed. @Daniel's comment seems to show that `coalesce` was not what we wanted. @Marko's comment indicated "Ah smart. The reason choose works and coalesce doesn't is because one uses globalTraversals and the other uses localTravers

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2016-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596703#comment-15596703 ] Marko A. Rodriguez commented on TINKERPOP-1474: --- It is not suppose to ha

[jira] [Commented] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

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

[GitHub] tinkerpop issue #460: TINKERPOP-1507: Pick.any and Pick.none are not in Grap...

2016-10-21 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/460 Its branched off the `tp32` line. I just fuggled the "wants to merge to." I will merge it to `tp32` come the time and upmerge to `master`. --- If your project is set up for it, you can reply to th

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2016-10-21 Thread Andy Tolbert (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596587#comment-15596587 ] Andy Tolbert commented on TINKERPOP-1474: - I also noticed that in {{gremlin-py

[jira] [Commented] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

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

[GitHub] tinkerpop issue #460: TINKERPOP-1507: Pick.any and Pick.none are not in Grap...

2016-10-21 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/460 Shouldn't this be a fix to tp32 and 3.2.x line? --- 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 thi

[jira] [Created] (TINKERPOP-1524) Bytecode.getXXXInstructions should return a List, not Iterable.

2016-10-21 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1524: - Summary: Bytecode.getXXXInstructions should return a List, not Iterable. Key: TINKERPOP-1524 URL: https://issues.apache.org/jira/browse/TINKERPOP-1524

[jira] [Commented] (TINKERPOP-1506) Optional/Coalesce should not allow sideEffect traversals.

2016-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596463#comment-15596463 ] Marko A. Rodriguez commented on TINKERPOP-1506: --- Huh. I just reailzed we

[jira] [Commented] (TINKERPOP-1468) GraphTraversal.optional throws a NPE if no traversal is provided

2016-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596415#comment-15596415 ] Marko A. Rodriguez commented on TINKERPOP-1468: --- This is really weird be

[jira] [Commented] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

2016-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596381#comment-15596381 ] ASF GitHub Bot commented on TINKERPOP-1507: --- GitHub user okram opened a pull

[GitHub] tinkerpop pull request #460: TINKERPOP-1507: Pick.any and Pick.none are not ...

2016-10-21 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/460 TINKERPOP-1507: Pick.any and Pick.none are not in GraphSON or Gremlin-Python https://issues.apache.org/jira/browse/TINKERPOP-1507 `Pick.any` and `Pick.none` were not in any of the registere

[jira] [Assigned] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

2016-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez reassigned TINKERPOP-1507: - Assignee: Marko A. Rodriguez > Pick.any and Pick.none are not in Grap

[jira] [Commented] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

2016-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595999#comment-15595999 ] Marko A. Rodriguez commented on TINKERPOP-1507: --- Went down the road of a

[jira] [Closed] (TINKERPOP-1498) choose() can throw StackOverflowErrors

2016-10-21 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1498. - Resolution: Won't Fix Okay, no problem, it was indeed a bad query. > choose() can thr

[jira] [Commented] (TINKERPOP-1506) Optional/Coalesce should not allow sideEffect traversals.

2016-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595686#comment-15595686 ] Marko A. Rodriguez commented on TINKERPOP-1506: --- So, we could make it so

[jira] [Commented] (TINKERPOP-1498) choose() can throw StackOverflowErrors

2016-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595668#comment-15595668 ] Marko A. Rodriguez commented on TINKERPOP-1498: --- This is bad. Nesting a

[jira] [Comment Edited] (TINKERPOP-1484) Bad interaction of long-typed vertex properties with TinkerGraph indexes

2016-10-21 Thread Florin Mihaila (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595608#comment-15595608 ] Florin Mihaila edited comment on TINKERPOP-1484 at 10/21/16 4:37 PM: ---

[jira] [Commented] (TINKERPOP-1484) Bad interaction of long-typed vertex properties with TinkerGraph indexes

2016-10-21 Thread Florin Mihaila (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595608#comment-15595608 ] Florin Mihaila commented on TINKERPOP-1484: --- I only now see that you had act

[jira] [Commented] (TINKERPOP-1484) Bad interaction of long-typed vertex properties with TinkerGraph indexes

2016-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595599#comment-15595599 ] stephen mallette commented on TINKERPOP-1484: - You can control TinkerGraph

[jira] [Comment Edited] (TINKERPOP-1484) Bad interaction of long-typed vertex properties with TinkerGraph indexes

2016-10-21 Thread Florin Mihaila (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595589#comment-15595589 ] Florin Mihaila edited comment on TINKERPOP-1484 at 10/21/16 4:31 PM: ---

[jira] [Comment Edited] (TINKERPOP-1484) Bad interaction of long-typed vertex properties with TinkerGraph indexes

2016-10-21 Thread Florin Mihaila (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595589#comment-15595589 ] Florin Mihaila edited comment on TINKERPOP-1484 at 10/21/16 4:29 PM: ---

[jira] [Commented] (TINKERPOP-1484) Bad interaction of long-typed vertex properties with TinkerGraph indexes

2016-10-21 Thread Florin Mihaila (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595589#comment-15595589 ] Florin Mihaila commented on TINKERPOP-1484: --- This also affects querying the

[BLOG] A Gremlin Implementation of the Gremlin Traversal Machine

2016-10-21 Thread Marko Rodriguez
Hello, This post is a doozy. However, if you understand it, you understand some of the most fundamental concepts of computing and I think (and argue), the nature of reality itself. https://twitter.com/twarko/status/789479876856164352

[jira] [Commented] (TINKERPOP-1485) Move source for TinkerPop site to source code repo

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

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

2016-10-21 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/459 I have used this several times now in relation to 3.1.5/3.2.3 release and it works nicely: VOTE +1 hopefully it works as nicely for @okram :) --- If your project is set up fo

TinkerPop 3.2.3 Released: Nine Inch Gremlins

2016-10-21 Thread Stephen Mallette
Hello, TinkerPop 3.2.3 has just been released. We fixed a number of bugs for this release, provided more documentation, improved gremlin-python usability/extensibility and even got a few new features in there. The release artifacts can be found at this location: https://www.apache.org/dyn/closer

TinkerPop 3.1.5 Released: A 187 On The Undercover Gremlinz

2016-10-21 Thread Ted Wilmes
Hello, TinkerPop 3.1.5 has just been released. This maintenance release contains a number of bug fixes on the "Undercover Gremlinz" release line and should be non-breaking for your upgrade needs. The release artifacts can be found at this location: https://www.apache.org/dyn/closer.lua/tinkerpo

[jira] [Commented] (TINKERPOP-1485) Move source for TinkerPop site to source code repo

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

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

2016-10-21 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/459 forget that last post - that was dumb...i didn't merge your latest changes (i thought i'd done it last night) --- If your project is set up for it, you can reply to this email

[jira] [Commented] (TINKERPOP-1485) Move source for TinkerPop site to source code repo

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

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

2016-10-21 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/459 I tried to use this to update the site for 3.2.3/3.1.5 and it didn't seem to work. It didn't error, but nothing seemed to go to svn. Also, I see you create a `site/target` directory. I was usi