You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/26 12:29:00 UTC

[jira] [Commented] (TINKERPOP-2658) Translator in gremlin-javascript has trouble with array arguments

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

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

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


   https://issues.apache.org/jira/browse/TINKERPOP-2658
   
   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.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Translator in gremlin-javascript has trouble with array arguments
> -----------------------------------------------------------------
>
>                 Key: TINKERPOP-2658
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2658
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: javascript, translator
>    Affects Versions: 3.5.1
>            Reporter: Stephen Mallette
>            Priority: Major
>
> For something like {{g.V([1,2,3])}} we get:
> {code}
>      TypeError: bytecodeOrTraversal.getBytecode is not a function
>       at Translator.translate (lib/process/translator.js:51:100)
>       at Translator.translate (lib/process/translator.js:83:33)
>       at Context.<anonymous> (test/unit/translator-test.js:111:42)
> {code}
> This PR has the start of the fix with more context in the comments:
> https://github.com/apache/tinkerpop/pull/1507



--
This message was sent by Atlassian Jira
(v8.20.1#820001)