Title: Message Title
Henrik Lindberg commented on an issue
Puppet / Improvement PUP-3133
Decide on the specification of Integer/Float runtime types
Currently, the Integer runtime type is specified the way integer values work in Ruby - i.e. there is never an overflow as the implementation shifts to use the required number of bits (e.g. a BigInteger is used if the value is bigger than unsigned 64 bit int). The same promotion to BigDecimal takes place for floats.

The problem with this is the serializ...

--
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/d/optout.

Reply via email to