[
https://issues.apache.org/jira/browse/TINKERPOP-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2594.
---------------------------------------
Resolution: Invalid
Looks like I have this handled already:
https://github.com/apache/tinkerpop/blob/3.5-dev/gremlin-language/src/main/antlr4/Gremlin.g4#L830-L833
> Antlr Grammar missing support for Direction enum prefix
> -------------------------------------------------------
>
> Key: TINKERPOP-2594
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2594
> Project: TinkerPop
> Issue Type: Improvement
> Components: language
> Affects Versions: 3.5.0
> Reporter: Kelvin R. Lawrence
> Priority: Minor
>
> The Antlr grammar recognizes things like `Scope.local` or just `local`.
> However for `Direction` only the basic members like `IN` and `OUT` are
> recognized. `Direction.OUT` is not recognized. For the sake of consistency we
> should fix this and at the same time look for any other similar cases.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)