11:41
<Jesse>
taking a look at the issue of the Amount spec text not yet handling Intl.NumberFormat, it seems to me that no spec text is needed (!) provided that keep-trailing-zero is merged in
11:44
<Jesse>
the FormatNumeric AO seems to be doing the heavy lifting in NumberFormat; and given that the ToPrimitive AO will result in a call to toString on Amount objects (because there won't be a .valueOf method), it seems to me that, with Eemeli's bugfix, NumberFormat should work out-of-the-box with Amounts
16:53
<eemeli>
Well, not with Amounts that include a unit or currency. For those, the toString() output will not be parseable as a number, and the currency or unit in the Amount will be discarded.
21:02
<Richard Gibson>
color me sniped: https://gist.github.com/gibson042/180b7147f84e17e4d55d2893f28719a2