Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Issue 778293002: Make number formatting in Intl able to work with Int64 or other types. (Closed)

Created:
6 years ago by Alan Knight
Modified:
6 years ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make number formatting in Intl able to work with Int64 or other types. BUG=

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fixes from review #

Total comments: 2

Patch Set 3 : Increment version, update CHANGELOG #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -48 lines) Patch
M pkg/intl/CHANGELOG.md View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/intl/lib/src/intl/number_format.dart View 1 7 chunks +105 lines, -46 lines 0 comments Download
M pkg/intl/pubspec.yaml View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A pkg/intl/test/fixnum_test.dart View 1 chunk +47 lines, -0 lines 0 comments Download
M pkg/intl/test/number_closure_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
Alan Knight
6 years ago (2014-12-05 23:59:15 UTC) #2
sra1
https://codereview.chromium.org/778293002/diff/1/pkg/intl/lib/src/intl/number_format.dart File pkg/intl/lib/src/intl/number_format.dart (right): https://codereview.chromium.org/778293002/diff/1/pkg/intl/lib/src/intl/number_format.dart#newcode116 pkg/intl/lib/src/intl/number_format.dart:116: var _integerPart; If possible, keep these in locals. Mutable ...
6 years ago (2014-12-16 01:40:21 UTC) #3
Alan Knight
PTAL https://codereview.chromium.org/778293002/diff/1/pkg/intl/lib/src/intl/number_format.dart File pkg/intl/lib/src/intl/number_format.dart (right): https://codereview.chromium.org/778293002/diff/1/pkg/intl/lib/src/intl/number_format.dart#newcode116 pkg/intl/lib/src/intl/number_format.dart:116: var _integerPart; On 2014/12/16 01:40:20, sra1 wrote: > ...
6 years ago (2014-12-16 19:34:08 UTC) #4
sra1
lgtm
6 years ago (2014-12-16 21:57:24 UTC) #5
sra1
https://codereview.chromium.org/778293002/diff/20001/pkg/intl/pubspec.yaml File pkg/intl/pubspec.yaml (right): https://codereview.chromium.org/778293002/diff/20001/pkg/intl/pubspec.yaml#newcode2 pkg/intl/pubspec.yaml:2: version: 0.11.11 Should bump the version so users can ...
6 years ago (2014-12-16 21:58:27 UTC) #6
Alan Knight
https://codereview.chromium.org/778293002/diff/20001/pkg/intl/pubspec.yaml File pkg/intl/pubspec.yaml (right): https://codereview.chromium.org/778293002/diff/20001/pkg/intl/pubspec.yaml#newcode2 pkg/intl/pubspec.yaml:2: version: 0.11.11 On 2014/12/16 21:58:27, sra1 wrote: > Should ...
6 years ago (2014-12-16 22:07:51 UTC) #7
Alan Knight
6 years ago (2014-12-16 22:27:09 UTC) #8
Committed in r42411

Powered by Google App Engine
This is Rietveld 408576698