[
https://issues.apache.org/jira/browse/TINKERPOP-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP-1510.
---------------------------------------
Resolution: Won't Do
This is an issue for the groovy folks - if that feature is needed we should
open a ticket with that project.
> Inline comments in Gremlin console
> ----------------------------------
>
> Key: TINKERPOP-1510
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1510
> Project: TinkerPop
> Issue Type: Bug
> Components: console
> Affects Versions: 3.2.2
> Reporter: Daniel Kuppitz
>
> A while back it was no issue to have inline comments in multi-line Gremlin
> traversals; code samples from the docs could easily be copied and pasted. Now
> I just tried to paste a code block and ended up with this:
> {noformat}
> gremlin> g.V(input.head()).
> ......1> repeat(out('hasParent')).emit().as('x'). //(1)
> groovysh_parse: 3: unexpected token: . @ line 3, column 51.
> t('hasParent')).emit().as('x'). //(1)
> {noformat}
> [~robertdale], could this have something to do with any of your recent
> changes?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)