Matt Frantz created TINKERPOP3-735:
--------------------------------------

             Summary: [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)

Reply via email to