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

Issue 10826216: Date formatting again with fixes (Closed)

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

Description

Date formatting again with fixes Does not import intl.dart twice, and does not attempt to directly sort the keys of a map, which dartj2s does not like (issue 4421). Committed: https://code.google.com/p/dart/source/detail?r=10426

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+749 lines, -158 lines) Patch
M lib/i18n/date_format.dart View 5 chunks +406 lines, -141 lines 0 comments Download
A + lib/i18n/date_symbol_data.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/i18n/date_symbols.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/i18n/date_time_patterns.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M lib/i18n/intl.dart View 6 chunks +74 lines, -7 lines 0 comments Download
A + lib/i18n/lib/date_format_field.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/i18n/lib/date_format_helpers.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M tests/lib/i18n/date_time_format_test.dart View 1 chunk +275 lines, -16 lines 1 comment Download
A + tests/lib/i18n/date_time_format_test_data.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M tests/lib/i18n/intl_message_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + tests/lib/i18n/intl_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Alan Knight
8 years, 4 months ago (2012-08-09 00:01:36 UTC) #1
Alan Knight
https://chromiumcodereview.appspot.com/10826216/diff/1/tests/lib/i18n/date_time_format_test.dart File tests/lib/i18n/date_time_format_test.dart (right): https://chromiumcodereview.appspot.com/10826216/diff/1/tests/lib/i18n/date_time_format_test.dart#newcode217 tests/lib/i18n/date_time_format_test.dart:217: // Workaround for a dartj2 issue that treats the ...
8 years, 4 months ago (2012-08-09 00:11:11 UTC) #2
Emily Fortuna
8 years, 4 months ago (2012-08-09 00:14:13 UTC) #3
lgtm! 
Will you file a bug about the dart2js issue? Seems like we should look into
fixing that, too.

Powered by Google App Engine
This is Rietveld 408576698