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 2024/02/13 18:34:00 UTC

[jira] [Commented] (TINKERPOP-3031) Bad translation for g.tx()

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

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

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

   https://issues.apache.org/jira/browse/TINKERPOP-3031
   
   VOTE +1




> Bad translation for g.tx()
> --------------------------
>
>                 Key: TINKERPOP-3031
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3031
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: translator
>    Affects Versions: 3.6.6
>            Reporter: Stephen Mallette
>            Priority: Critical
>
> Not sure if other translators are affected but {{GroovyTranslator}} doesn't translate {{tx()}} properly:
> {code}
> gremlin> GroovyTranslator.of('g').translate(org.apache.tinkerpop.gremlin.process.traversal.GraphOp.TX_ROLLBACK.bytecode).script
> ==>g.tx("rollback")
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)