Matt Frantz created TINKERPOP3-628:
--------------------------------------
Summary: {{as}} step should never be ignored
Key: TINKERPOP3-628
URL: https://issues.apache.org/jira/browse/TINKERPOP3-628
Project: TinkerPop 3
Issue Type: Bug
Reporter: Matt Frantz
M8 repro:
{{noformat}}
gremlin> g = TinkerFactory.createModern()
==>tinkergraph[vertices:6 edges:6]
gremlin> g.traversal().V(1).as('a').as('b').select('a')
The step with label a does not exist
{{noformat}}
My use case involves building complex traversals that use step labels as
symbolic references for certain subsets of the traversal. It is often
desirable to point several references at the same location.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)