You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/18 03:28:00 UTC

[jira] [Commented] (TINKERPOP3-735) [M9] and/or traversal cannot see path

    [ https://issues.apache.org/jira/browse/TINKERPOP3-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591089#comment-14591089 ] 

ASF GitHub Bot commented on TINKERPOP3-735:
-------------------------------------------

GitHub user mhfrantz opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/84

    TINKERPOP3-735: Add and/or tests to verify traversals can see path

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/RedSeal-co/incubator-tinkerpop TINKERPOP3-735-and-or-path-access

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/84.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #84
    
----
commit e2116901c23f5380a1d3e290dfeafb5c33ce42e3
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-06-18T01:21:28Z

    TINKERPOP3-735: Add and/or tests to verify traversals can see path

----


> [M9] and/or traversal cannot see path
> -------------------------------------
>
>                 Key: TINKERPOP3-735
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-735
>             Project: TinkerPop 3
>          Issue Type: Bug
>            Reporter: Matt Frantz
>
> {noformat}
> gremlin> g.V().as('a').and(select('a'), select('a'))
> The step with label a does not exist
> gremlin> g.V().as('a').or(select('a'), select('a'))
> The step with label a does not exist
> {noformat}
> This is being reported in case others have problems with M9.  It seems to have been fixed already in the latest snapshot.  It might be nice to have a regression for this exact case though.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)