You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Otto Fowler (JIRA)" <ji...@apache.org> on 2017/08/06 18:18:00 UTC

[jira] [Created] (METRON-1090) STELLAR Add Assignment capability to Stellar language

Otto Fowler created METRON-1090:
-----------------------------------

             Summary: STELLAR Add Assignment capability to Stellar language
                 Key: METRON-1090
                 URL: https://issues.apache.org/jira/browse/METRON-1090
             Project: Metron
          Issue Type: New Feature
            Reporter: Otto Fowler
            Assignee: Otto Fowler


Add support for =, +=, -=, *=, /= for variables in stellar.

foo = 5  returns 5 AND sets foo to 5 if the VariableResolver supports it.

The shell should be changed to assign variables using this syntax, because exposing the left side to stellar allows catching errors for invalid keywords in left side.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)