ahgittin opened a new pull request, #1415: URL: https://github.com/apache/brooklyn-server/pull/1415
Add an expression parser, and use it to improve shorthand parsing and workflow steps `let x = ${"some long expression with spaces"}` no longer gets confused by the spaces inside the interpolated experssion and you can do things like: e.g. `set-sensor map_sensor["key value with space"] = xxx` also brackets are now supported for config, map key support for `let`, and better atomicity guarantees for sensors, handling for lists (use `list_thing[] = ...` to add) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org