Title: Message Title
Henrik Lindberg commented on an issue
Puppet / Improvement PUP-3170
Cap integer and float sizes
The language specification says that Integer and Float becomes BigInteger and BigDecimal automatically. In reality this will not work since the rest of the infrastructure (notably binary serialization and Puppet DB) encodes integers as 64 bit signed, and floats as IEEE 754 binary64.

We should change the specification to put this cap on the size.

We ...

--
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
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