Keith Lohnes created TINKERPOP-1690:
---------------------------------------
Summary: COMPILE_STATIC and TYPE_CHECKED break sessions and
aliases in console
Key: TINKERPOP-1690
URL: https://issues.apache.org/jira/browse/TINKERPOP-1690
Project: TinkerPop
Issue Type: Bug
Components: console, server
Affects Versions: 3.2.4, 3.2.3
Reporter: Keith Lohnes
Start a gremlin-server with gremlin-server-secure.yaml and then try connect in
the console
bq. :remote connect tinkerpop.server conf/remote-secure.yaml session
then
{quote}
gremlin> :> def a = 0
==>0
gremlin> :> a
Script7.groovy: 1: [Static type checking] - The variable [a] is undeclared.
@ line 1, column 1.
a
^
1 error
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)