Title: Message Title
Henrik Lindberg commented on an issue
Puppet / Improvement PUP-489
Handle += / -= with consistent semantics
The current 4x implementation does this:

* if referenced and given are numeric, do arithmetic + or -
* if referenced and given are collectsion, do concat/merge
* else fail (no string concatenation)

Decide:
* is this implementation ok
* should string concatenation be allowed (+ is not string concat elsewhere)
* Remove in favor of explicit $a = $...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to