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

Issue 10494005: Updated message formatting to be more compatible with Dart string interpolation. (Closed)

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

Description

Updated message formatting to be more compatible with Dart string interpolation. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=8412

Patch Set 1 #

Total comments: 29

Patch Set 2 : Updated to reflect changes from review #

Total comments: 20

Patch Set 3 : Changes made from review #

Total comments: 18

Patch Set 4 : More changes from review #

Total comments: 11

Patch Set 5 : Yet more review cleanups #

Total comments: 6

Patch Set 6 : And a few more cleanups. #

Total comments: 16

Patch Set 7 : Even more #

Patch Set 8 : Merged up to head, and wasn't that fun #

Total comments: 22

Patch Set 9 : Fixed up some merge errors, tweaked comments a little. #

Total comments: 30

Patch Set 10 : Mostly formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -79 lines) Patch
M lib/i18n/date_format.dart View 1 2 3 4 5 6 7 8 9 10 chunks +24 lines, -20 lines 0 comments Download
A lib/i18n/intl.dart View 1 2 3 4 5 6 7 8 9 1 chunk +58 lines, -0 lines 0 comments Download
M lib/i18n/message_format.dart View 1 2 3 4 5 6 7 8 9 2 chunks +63 lines, -49 lines 0 comments Download
M tests/lib/i18n/message_format_test.dart View 1 2 3 4 5 6 7 8 9 1 chunk +63 lines, -10 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Alan Knight
My very first review...
8 years, 6 months ago (2012-06-02 01:09:51 UTC) #1
Emily Fortuna
https://chromiumcodereview.appspot.com/10494005/diff/1/lib/i18n/intl.dart File lib/i18n/intl.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/1/lib/i18n/intl.dart#newcode8 lib/i18n/intl.dart:8: get rid of extra whitespace (one or 2 lines ...
8 years, 6 months ago (2012-06-02 01:19:26 UTC) #2
Alan Knight
I think I fixed everything. https://chromiumcodereview.appspot.com/10494005/diff/1/lib/i18n/intl.dart File lib/i18n/intl.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/1/lib/i18n/intl.dart#newcode8 lib/i18n/intl.dart:8: On 2012/06/02 01:19:26, Emily ...
8 years, 6 months ago (2012-06-02 02:19:44 UTC) #3
Emily Fortuna
looking good! a few more style nits. https://chromiumcodereview.appspot.com/10494005/diff/6002/lib/i18n/intl.dart File lib/i18n/intl.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/6002/lib/i18n/intl.dart#newcode25 lib/i18n/intl.dart:25: **/ get ...
8 years, 6 months ago (2012-06-04 23:34:52 UTC) #4
Alan Knight
Changed. Though now I'm not sure where we stand with these changes versus other changes ...
8 years, 6 months ago (2012-06-05 00:16:46 UTC) #5
Emily Fortuna
In regard to your general comment -- I think these changes are still relevant. whoever ...
8 years, 6 months ago (2012-06-05 00:30:38 UTC) #6
Alan Knight
https://chromiumcodereview.appspot.com/10494005/diff/14001/lib/i18n/intl.dart File lib/i18n/intl.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/14001/lib/i18n/intl.dart#newcode22 lib/i18n/intl.dart:22: var _locale; On 2012/06/05 00:30:39, Emily Fortuna wrote: > ...
8 years, 6 months ago (2012-06-05 17:24:47 UTC) #7
Emily Fortuna
https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/date_format.dart#newcode150 lib/i18n/date_format.dart:150: DateFormat.date() {formatDefinition = _fullDate;} change these to use the ...
8 years, 6 months ago (2012-06-05 17:40:08 UTC) #8
Alan Knight
https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/date_format.dart#newcode150 lib/i18n/date_format.dart:150: DateFormat.date() {formatDefinition = _fullDate;} On 2012/06/05 17:40:09, Emily Fortuna ...
8 years, 6 months ago (2012-06-05 21:47:34 UTC) #9
Emily Fortuna
getting close! https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/date_format.dart#newcode111 lib/i18n/date_format.dart:111: // TODO(alanknight): There's a style question of ...
8 years, 6 months ago (2012-06-05 22:34:16 UTC) #10
Alan Knight
https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/intl.dart File lib/i18n/intl.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/18001/lib/i18n/intl.dart#newcode32 lib/i18n/intl.dart:32: get date() => new DateFormat.date(); On 2012/06/05 22:34:16, Emily ...
8 years, 6 months ago (2012-06-06 22:05:58 UTC) #11
Emily Fortuna
https://chromiumcodereview.appspot.com/10494005/diff/25002/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/25002/lib/i18n/date_format.dart#newcode120 lib/i18n/date_format.dart:120: /** Date/Time format patterns. */ 120-134 is all indented ...
8 years, 6 months ago (2012-06-06 22:57:33 UTC) #12
Alan Knight
https://chromiumcodereview.appspot.com/10494005/diff/25002/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/25002/lib/i18n/date_format.dart#newcode153 lib/i18n/date_format.dart:153: * Explicit constructor given a particular format On 2012/06/06 ...
8 years, 6 months ago (2012-06-06 23:08:09 UTC) #13
Emily Fortuna
lgtm! https://chromiumcodereview.appspot.com/10494005/diff/25002/lib/i18n/message_format.dart File lib/i18n/message_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/25002/lib/i18n/message_format.dart#newcode27 lib/i18n/message_format.dart:27: * //@desc Lists how many people are here ...
8 years, 6 months ago (2012-06-06 23:13:16 UTC) #14
Emily Fortuna
more comments from after the merge. Please address before committing. https://chromiumcodereview.appspot.com/10494005/diff/32001/lib/i18n/intl.dart File lib/i18n/intl.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/32001/lib/i18n/intl.dart#newcode31 ...
8 years, 6 months ago (2012-06-07 18:42:22 UTC) #15
Alan Knight
Some things hadn't merged right. I think it should be good now (fingers crossed) https://chromiumcodereview.appspot.com/10494005/diff/32001/lib/i18n/intl.dart ...
8 years, 6 months ago (2012-06-07 21:19:39 UTC) #16
Emily Fortuna
https://chromiumcodereview.appspot.com/10494005/diff/32001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/32001/lib/i18n/date_format.dart#newcode75 lib/i18n/date_format.dart:75: * "h:mm a" ->> 12:08 PM Please put the ...
8 years, 6 months ago (2012-06-07 21:33:36 UTC) #17
Alan Knight
https://chromiumcodereview.appspot.com/10494005/diff/32001/lib/i18n/date_format.dart File lib/i18n/date_format.dart (right): https://chromiumcodereview.appspot.com/10494005/diff/32001/lib/i18n/date_format.dart#newcode75 lib/i18n/date_format.dart:75: * "h:mm a" ->> 12:08 PM On 2012/06/07 21:33:36, ...
8 years, 6 months ago (2012-06-07 21:58:53 UTC) #18
Emily Fortuna
8 years, 6 months ago (2012-06-07 22:02:27 UTC) #19
whew. lgtm

Powered by Google App Engine
This is Rietveld 408576698