Attention is currently required from: Shu-yu Guo, Shane Carr.
1 comment:
File src/objects/js-number-format.cc:
Shane- could you comment on the code below?
Done
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Frank Tang, Shu-yu Guo.
6 comments:
Patchset:
I left comments on the ICU bindings and tests.
File src/objects/js-number-format.cc:
Patch Set #44, Line 652: "#r "
Is it okay if this occurs at the end of the whole skeleton string? (You should except EOF as well as space)
Issue: "/w" is mostly likely too sensitive; it could hit things that are not related to trailingZeroDisplay
File src/objects/objects.cc:
Patch Set #44, Line 348: IsBigInt
Hmm? BigInt is convertible to Intl Mathematical Value.
File test/intl/number-format/format-range-v3.js:
Patch Set #44, Line 36: RangeError
Note: I think this line and the following line (and below) throw RangeError because of NaN, not because of ToNumeric
File test/intl/number-format/rounding-increment-value-v3.js:
Patch Set #44, Line 8: minimumFractionDigits
Is this statement correct: you are setting minimumFractionDigits == maximumFractionDigits as a minimal test while you wait for the resolution to https://github.com/tc39/proposal-intl-numberformat-v3/issues/81 ?
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Shu-yu Guo, Shane Carr.
5 comments:
Patchset:
PTAL
File src/objects/js-number-format.cc:
Issue: "/w" is mostly likely too sensitive; it could hit things that are not related to trailingZero […]
so how should I decide a pattern is trailingZeroDisplay if searching "/w" is too sensitive? what other setting may causing the emit of "/w" as substring now?
File src/objects/objects.cc:
Patch Set #44, Line 348: IsBigInt
Hmm? BigInt is convertible to Intl Mathematical Value.
Done
File test/intl/number-format/format-range-v3.js:
Patch Set #44, Line 36: RangeError
Note: I think this line and the following line (and below) throw RangeError because of NaN, not beca […]
Done
File test/intl/number-format/rounding-increment-value-v3.js:
Patch Set #44, Line 8: minimumFractionDigits
Is this statement correct: you are setting minimumFractionDigits == maximumFractionDigits as a minim […]
I wrote that long time ago. I do not think that is the reason I put it there but I forgot why.
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Shu-yu Guo, Shane Carr.
1 comment:
File src/objects/js-number-format.cc:
Patch Set #44, Line 652: "#r "
Is it okay if this occurs at the end of the whole skeleton string? (You should except EOF as well a […]
Done
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Frank Tang, Shu-yu Guo.
1 comment:
File src/objects/js-number-format.cc:
so how should I decide a pattern is trailingZeroDisplay if searching "/w" is too sensitive? what oth […]
Checking that it is followed by a space or EOF is sufficient I believe, which your latest changeset resolves.
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Frank Tang.
1 comment:
Patchset:
I'm having trouble reviewing CLs of this size.
I see on the spec repo there are 4 different spec drafts. Is it also possible to split this CL into 4 smaller CLs, dealing with each of those sections?
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Patchset:
I'm having trouble reviewing CLs of this size. […]
Another possibility is to break it by feature as laid out on the explainer.
Basically anything that helps me make progress incrementally. 😊
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Shu-yu Guo, Shane Carr.
1 comment:
Patchset:
Another possibility is to break it by feature as laid out on the explainer. […]
ok, let me try
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Patch set 49:Code-Review +1
Attention is currently required from: Frank Tang.
Frank Tang removed a vote from this change.
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.
Frank Tang abandoned this change.
To view, visit change 2336146. To unsubscribe, or for help writing mail filters, visit settings.