[ 
https://issues.apache.org/jira/browse/TINKERPOP-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Mallette closed TINKERPOP-2361.
---------------------------------------
    Fix Version/s: 3.5.0
       Resolution: Fixed

> Prevent using GraphTraversalSource spawned traversals as children
> -----------------------------------------------------------------
>
>                 Key: TINKERPOP-2361
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2361
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.3.10
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Major
>              Labels: breaking
>             Fix For: 3.5.0
>
>
> It would be nice to prevent this:
> {code}
> g.V().union(identity(), g.V())
> {code}
> we of course want the use of an anonymous traversal here:
> {code}
> g.V().union(identity(), __.V())
> {code}
> It seems we need to enforce this less as a convention and more as a 
> programmatic axiom.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to