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

Issue 10834318: First iteration on number formatting (Closed)

Created:
8 years, 4 months ago by Alan Knight
Modified:
8 years, 4 months ago
Reviewers:
ahe, Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

First iteration on number formatting Committed: https://code.google.com/p/dart/source/detail?r=10834

Patch Set 1 #

Patch Set 2 : #

Total comments: 47

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1953 lines, -0 lines) Patch
A pkg/i18n/number_format.dart View 1 2 1 chunk +268 lines, -0 lines 2 comments Download
A pkg/i18n/number_symbols.dart View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A pkg/i18n/number_symbols_data.dart View 1 chunk +1601 lines, -0 lines 0 comments Download
A pkg/i18n/test/number_format_test.dart View 1 2 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alan Knight
Initial version, does basic number formatting for fixed format only and en locale.
8 years, 4 months ago (2012-08-14 22:46:21 UTC) #1
Emily Fortuna
https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart File pkg/i18n/number_format.dart (right): https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart#newcode5 pkg/i18n/number_format.dart:5: #library("number_format"); nit: space between library and imports section? https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart#newcode11 ...
8 years, 4 months ago (2012-08-15 21:38:15 UTC) #2
Alan Knight
https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart File pkg/i18n/number_format.dart (right): https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart#newcode5 pkg/i18n/number_format.dart:5: #library("number_format"); On 2012/08/15 21:38:16, Emily Fortuna wrote: > nit: ...
8 years, 4 months ago (2012-08-15 23:57:44 UTC) #3
Emily Fortuna
lgtm, with one comment to be fixed first. https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart File pkg/i18n/number_format.dart (right): https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart#newcode31 pkg/i18n/number_format.dart:31: int ...
8 years, 4 months ago (2012-08-16 00:10:24 UTC) #4
Alan Knight
Fixed and committed. https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart File pkg/i18n/number_format.dart (right): https://chromiumcodereview.appspot.com/10834318/diff/2001/pkg/i18n/number_format.dart#newcode31 pkg/i18n/number_format.dart:31: int _minimumIntegerDigits = 1; On 2012/08/16 ...
8 years, 4 months ago (2012-08-16 16:41:49 UTC) #5
ahe
8 years, 4 months ago (2012-08-16 17:17:29 UTC) #6
This broke web-chrome-linux due to this bug: http://dartbug.com/2264

Powered by Google App Engine
This is Rietveld 408576698