[
https://issues.apache.org/jira/browse/TINKERPOP-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette reassigned TINKERPOP-2361:
-------------------------------------------
Assignee: Stephen Mallette
> 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
>
> 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)