[
https://issues.apache.org/jira/browse/TINKERPOP-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15421587#comment-15421587
]
Ted Wilmes commented on TINKERPOP-1405:
---------------------------------------
I was wondering if the {{PathRetractionStrategy}} was causing issues with this
so I took a look and it looks like it's actually having an issue because the
{{withPath}} adds a {{RequirementsStep}} to the tail end of the traversal which
breaks some of the {{StandardVerfificationStrategy}} logic. Looks like a
straightforward fix so I can put a PR in shortly if something isn't already in
the works.
> profile() doesn't like withPath()
> ---------------------------------
>
> Key: TINKERPOP-1405
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1405
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.2.1
> Reporter: Daniel Kuppitz
> Fix For: 3.2.2
>
>
> {{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)