| 14:03 | <Jesse> | if you're interested, you're welcome to take a look at the current slides for the decimal update next week: https://notes.igalia.com/p/tc39-2025-04-decimal-intl-integration#/ |
| 14:04 | <Jesse> | I've tried to incorporate feedback on our recent discussions here and present a version of Decimal.Amount that I think warrants discussion in plenary |
| 14:08 | <Jesse> | eemeli: are you happy with N-ic's response to the question? |
| 15:43 | <sffc> | I think
- We should spend more time overall on motivation and less on the API
- Discuss how this design addresses committee feedback from February
- We should probably change "withSignificantDigits" to "toAmount" to address Eemeli's feedback)
|
| 15:47 | <Jesse> | agree -- I can add a bit to the slides |
| 16:23 | <Richard Gibson> | Thanks!
- I think slide 8 would be better if it demonstrated inequality of values with differing precision (e.g.,
v.equals(v.withFractionalDigits(2)) // false).
- There seems to be a typo on slide 11 (extraneous trailing
) in the code block).
- On slide 12, "
Intl.NumberFormat should handle Decimal.Amount values (the former is a kind of number)" seems non-grammatical (what is "the former" referring to?).
- Slide 15 misspells "Discussion".
|
| 16:23 | <Jesse> | ack, thank you -- I'm on it! |