[ 
https://issues.apache.org/jira/browse/TINKERPOP-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181120#comment-17181120
 ] 

ASF GitHub Bot commented on TINKERPOP-2403:
-------------------------------------------

spmallette opened a new pull request #1313:
URL: https://github.com/apache/tinkerpop/pull/1313


   https://issues.apache.org/jira/browse/TINKERPOP-2403
   
   All tests pass with `mvn clean install`
   
   VOTE +1


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to