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

Issue 324213003: Change DateTime.parse FormatException messages; update tests (Closed)

Created:
6 years, 6 months ago by srawlins
Modified:
6 years, 4 months ago
CC:
reviews_dartlang.org, floitsch
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Adding better tests as per lrn@ #

Total comments: 1

Patch Set 3 : parens #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -17 lines) Patch
M sdk/lib/core/date_time.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/date_time_test.dart View 1 2 5 chunks +37 lines, -16 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
srawlins
6 years, 5 months ago (2014-07-22 18:27:57 UTC) #1
srawlins
Hi floitsch@, I think you were the last one to touch DateTime.parse; would you mind ...
6 years, 4 months ago (2014-08-01 02:09:01 UTC) #2
floitsch
On vacation. Reassigning to Lasse.
6 years, 4 months ago (2014-08-01 13:08:26 UTC) #3
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/324213003/diff/1/sdk/lib/core/date_time.dart File sdk/lib/core/date_time.dart (right): https://codereview.chromium.org/324213003/diff/1/sdk/lib/core/date_time.dart#newcode242 sdk/lib/core/date_time.dart:242: r'^([+-]?\d{4,5})-?(\d\d)-?(\d\d)' // The day part. If the max ...
6 years, 4 months ago (2014-08-04 07:25:47 UTC) #4
srawlins
https://codereview.chromium.org/324213003/diff/1/sdk/lib/core/date_time.dart File sdk/lib/core/date_time.dart (right): https://codereview.chromium.org/324213003/diff/1/sdk/lib/core/date_time.dart#newcode242 sdk/lib/core/date_time.dart:242: r'^([+-]?\d{4,5})-?(\d\d)-?(\d\d)' // The day part. On 2014/08/04 07:25:47, Lasse ...
6 years, 4 months ago (2014-08-04 19:58:31 UTC) #5
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/324213003/diff/20001/tests/corelib/date_time_test.dart File tests/corelib/date_time_test.dart (right): https://codereview.chromium.org/324213003/diff/20001/tests/corelib/date_time_test.dart#newcode858 tests/corelib/date_time_test.dart:858: var bad_year = 1970 + (_MAX_MILLISECONDS ~/ 1000*60*60*24*365.2425) ...
6 years, 4 months ago (2014-08-05 07:12:57 UTC) #6
Lasse Reichstein Nielsen
6 years, 4 months ago (2014-08-07 09:41:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as 38974 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698