You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "jathanasiou (via GitHub)" <gi...@apache.org> on 2023/04/20 09:52:49 UTC

[GitHub] [brooklyn-server] jathanasiou opened a new pull request, #1393: Fix/sum operator coercion

jathanasiou opened a new pull request, #1393:
URL: https://github.com/apache/brooklyn-server/pull/1393

   # WIP
   
   Currently the `sum` workflow transform only works with lists of numbers eg `[ 2, 3 ] |  sum` yields `5`.
   
   This is meant to enable coercion from strings such that `["2", 3]` also yields `5`. Unit tests are also included to ensure that result.


-- 
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-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [brooklyn-server] asfgit merged pull request #1393: Fix/sum operator coercion

Posted by "asfgit (via GitHub)" <gi...@apache.org>.
asfgit merged PR #1393:
URL: https://github.com/apache/brooklyn-server/pull/1393


-- 
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-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [brooklyn-server] iuliana commented on pull request #1393: Fix/sum operator coercion

Posted by "iuliana (via GitHub)" <gi...@apache.org>.
iuliana commented on PR #1393:
URL: https://github.com/apache/brooklyn-server/pull/1393#issuecomment-1516272535

   @jathanasiou You forgot to add the Apace License in the new Java file.


-- 
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-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org