You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/06/18 12:26:01 UTC

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

     [ https://issues.apache.org/jira/browse/TINKERPOP3-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette closed TINKERPOP3-735.
---------------------------------------
    Resolution: Fixed

> [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
>          Components: process
>            Reporter: Matt Frantz
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.0.0.GA
>
>
> {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)