You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Matt Frantz (JIRA)" <ji...@apache.org> on 2015/04/11 00:28:12 UTC

[jira] [Created] (TINKERPOP3-628) {{as}} step should never be ignored

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)