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

Issue 878603009: Tighten up a couple method signatures to specify that int is required. (Closed)

Created:
5 years, 11 months ago by Jacob
Modified:
5 years, 11 months ago
Reviewers:
Alan Knight
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/intl.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Tighten up a couple method signatures to specify that int is required. BUG= R=alanknight@google.com Committed: https://github.com/dart-lang/intl/commit/c5295706761d67143e2d54a91d16d214d26c58bf

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M lib/src/intl/date_format_helpers.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/intl/number_format.dart View 1 chunk +1 line, -1 line 1 comment Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Jacob
Tighten up a couple method signatures to specify that int is required. I also make ...
5 years, 11 months ago (2015-01-27 02:49:00 UTC) #2
Alan Knight
https://codereview.chromium.org/878603009/diff/1/lib/src/intl/number_format.dart File lib/src/intl/number_format.dart (right): https://codereview.chromium.org/878603009/diff/1/lib/src/intl/number_format.dart#newcode713 lib/src/intl/number_format.dart:713: num parsed = int.parse(normalizedText, onError: (message) => null); It's ...
5 years, 11 months ago (2015-01-27 21:10:18 UTC) #3
Alan Knight
Still don't love the num, but it's OK. LGTM.
5 years, 11 months ago (2015-01-27 21:36:41 UTC) #4
Jacob
On 2015/01/27 21:10:18, Alan Knight wrote: > https://codereview.chromium.org/878603009/diff/1/lib/src/intl/number_format.dart > File lib/src/intl/number_format.dart (right): > > https://codereview.chromium.org/878603009/diff/1/lib/src/intl/number_format.dart#newcode713 ...
5 years, 11 months ago (2015-01-27 21:36:58 UTC) #5
Jacob
5 years, 11 months ago (2015-01-27 21:41:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c5295706761d67143e2d54a91d16d214d26c58bf (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698