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

Daniel Kuppitz commented on TINKERPOP3-549:
-------------------------------------------

Hm, now that {{.back()}} is removed, we still have the same issue. However, one 
more thing apparently changed: now I have to call {{.emit()}} explicitely; as 
you can see in the older sample code snippets, that hasn't been the case 
before. The good thing is that we still get the expected result using the 
second traversal:

{noformat}
g.V(1).repeat(out().as("a")).until(out().count().is(0l)).emit().in("created").select("a").path().by
 {it instanceof ArrayList ? it*.value("name") : it.value("name")}
{noformat}

> Path data structure
> -------------------
>
>                 Key: TINKERPOP3-549
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-549
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: process
>            Reporter: Daniel Kuppitz
>             Fix For: 3.0.0.GA
>
>
> Cover the sample(s) in [Path Data 
> Structure|http://www.tinkerpop.com/docs/3.0.0-SNAPSHOT/#path-data-structure] 
> with unit tests. At the moment there's nothing that prevents one from 
> removing the List-logic in 
> [Path::get()|https://github.com/apache/incubator-tinkerpop/blob/master/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/Path.java#L50-L71].



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

Reply via email to