[
https://issues.apache.org/jira/browse/TINKERPOP-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444919#comment-16444919
]
ASF GitHub Bot commented on TINKERPOP-1947:
-------------------------------------------
GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/843
TINKERPOP-1947 Fixed path history problem with mutations
https://issues.apache.org/jira/browse/TINKERPOP-1947
When a key of a mutation was a traversal it was not being integrated to the
parent traversal and tracked in the Parameters. Works now with:
```text
gremlin>
g.withSideEffect('k','name').addV('person').property(select('k'),'stephen')
==>v[3]
```
All tests pass with `docker/build.sh -t -n -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1947
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/843.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #843
----
commit 8fbfab7947d3cf547f7c27025be6876c5d86a1a4
Author: Stephen Mallette <spmva@...>
Date: 2018-04-19T18:25:33Z
TINKERPOP-1947 Fixed path history problem with mutations
When a key of a mutation was a traversal it was not being integrated to the
parent traversal and tracked in the Parameters.
----
> Path history isn't preserved for keys in mutations
> --------------------------------------------------
>
> Key: TINKERPOP-1947
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1947
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.2.8
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
> Fix For: 3.4.0, 3.2.9, 3.3.3
>
>
> {code}
> gremlin>
> g.withSideEffect('k','name').addV('person').property(select('k'),'stephen')
> The provided traverser does not map to a value: false->[SelectOneStep(k)]
> Type ':help' or ':h' for help.
> Display stack trace? [yN][An
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)