Florian Hockmann created TINKERPOP-2726:
-------------------------------------------
Summary: Python's GroovyTranslator translates boolean wrong
Key: TINKERPOP-2726
URL: https://issues.apache.org/jira/browse/TINKERPOP-2726
Project: TinkerPop
Issue Type: Improvement
Components: python
Affects Versions: 3.5.2
Reporter: Florian Hockmann
Assignee: Florian Hockmann
While working on a GroovyTranslator for .NET (TINKERPOP-2367), I used the
extensive Python test suite as a reference and noticed that boolean values
aren't translated correctly:
{{True}} gets translated simply as {{{}True{}}}, but it should be {{true}} in
Groovy.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)