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

stephen mallette commented on TINKERPOP-1405:
---------------------------------------------

Is it interesting that this problem doesn't seem to occur in 3.1.3?

{code}
gremlin> g.withPath().V().profile()
==>v[1]
==>v[2]
==>v[3]
==>v[4]
==>v[5]
==>v[6]
{code}

> profile() doesn't like withPath()
> ---------------------------------
>
>                 Key: TINKERPOP-1405
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1405
>             Project: TinkerPop
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Daniel Kuppitz
>
> {{profile()}} fails when used in conjunction with {{withPath()}}:
> {code}
> gremlin> g.withPath().V().profile()
> When specified, the profile()-Step must be the last step or followed only by 
> the cap()-step.
> Display stack trace? [yN]
> {code}



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

Reply via email to