[gogo] The syntax does not provide a way to call methods on a string
--------------------------------------------------------------------
Key: FELIX-1473
URL: https://issues.apache.org/jira/browse/FELIX-1473
Project: Felix
Issue Type: Bug
Components: Gogo
Reporter: Guillaume Nodet
When the first argument is a string, gogo considers it to be a command.
The problem is that it leads to unpredictible behavior when using variables
> $a length
Depending on the type of $a, it will either try to call a command named by the
value of $a, or call the length method on the $a object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.