You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2020/06/04 18:18:00 UTC

[jira] [Updated] (TINKERPOP-2361) Prevent using GraphTraversalSource spawned traversals as children

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

Stephen Mallette updated TINKERPOP-2361:
----------------------------------------
    Labels: breaking  (was: )

> 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
>            Priority: Major
>              Labels: breaking
>
> 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)