Stephen Mallette created TINKERPOP-3031:
-------------------------------------------
Summary: 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
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)