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

Issue 605343002: Per-mille parsing was dividing by 100, not 1000 (Closed)

Created:
6 years, 2 months ago by Alan Knight
Modified:
6 years, 2 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Per-mille parsing was dividing by 100, not 1000 BUG= R=efortuna@google.com Committed: https://code.google.com/p/dart/source/detail?r=40726

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -9 lines) Patch
M pkg/intl/lib/src/intl/number_format.dart View 5 chunks +5 lines, -5 lines 1 comment Download
M pkg/intl/test/number_format_test.dart View 4 chunks +17 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Alan Knight
6 years, 2 months ago (2014-09-26 17:44:16 UTC) #2
Emily Fortuna
lgtm! https://codereview.chromium.org/605343002/diff/1/pkg/intl/lib/src/intl/number_format.dart File pkg/intl/lib/src/intl/number_format.dart (right): https://codereview.chromium.org/605343002/diff/1/pkg/intl/lib/src/intl/number_format.dart#newcode502 pkg/intl/lib/src/intl/number_format.dart:502: scale = 1000; whoops!
6 years, 2 months ago (2014-09-26 18:01:50 UTC) #3
Alan Knight
6 years, 2 months ago (2014-09-26 18:05:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 40726 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698