proposal-decimal icon indicating copy to clipboard operation
proposal-decimal copied to clipboard

Conversions not specified

Open waldemarhorwat opened this issue 1 year ago • 4 comments

The current proposal lacks specification of conversions between Decimals and strings. It has callouts to things such as "IEEE 754's convertToDecimalCharacter", which is not a specification. IEEE 754's convertToDecimalCharacter simply states that an implementation shall have some conversion to a string without saying what it is.

waldemarhorwat avatar Apr 04 '24 05:04 waldemarhorwat

Good point. The reference to IEEE 754's convertToDecimalCharacter is essentially a placeholder/todo for further specification on our part.

As we approach plenary I'd like to not modify the spec text. I'll work on this after plenary.

jessealama avatar Apr 04 '24 08:04 jessealama

Addressed in #112 .

jessealama avatar Apr 04 '24 14:04 jessealama

The string-to-Decimal conversion is not specified either.

waldemarhorwat avatar Apr 04 '24 21:04 waldemarhorwat

Explicit conversions to and from Numbers are also entirely missing.

waldemarhorwat avatar Apr 11 '24 01:04 waldemarhorwat

We've taken care of that now, mainly in #158.

jessealama avatar Jul 22 '24 12:07 jessealama