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/08/25 13:33:00 UTC

[jira] [Closed] (TINKERPOP-2403) Gremlin javascript Translator does not handle child traversals

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

Stephen Mallette closed TINKERPOP-2403.
---------------------------------------
    Fix Version/s: 3.4.9
                   3.5.0
         Assignee: Stephen Mallette
       Resolution: Fixed

> Gremlin javascript Translator does not handle child traversals
> --------------------------------------------------------------
>
>                 Key: TINKERPOP-2403
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2403
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: javascript
>    Affects Versions: 3.4.8
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Major
>             Fix For: 3.5.0, 3.4.9
>
>
> A traversal like:
> {code}
> const script = new Translator('g').translate(g.V().filter(__.outE('created')).getBytecode());
> {code}
> ends up producing:
> {code}
> g.V().filter([["outE","created"]])
> {code}



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