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

Issue 10698025: Fix dartc status files and error. (Closed)

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

Description

Fix dartc status files and error. Committed: https://code.google.com/p/dart/source/detail?r=9194

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -35 lines) Patch
M lib/i18n/date_format.dart View 1 chunk +37 lines, -33 lines 1 comment Download
M tests/lib/lib.status View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Emily Fortuna
committing TBR to make dartc green.
8 years, 5 months ago (2012-06-27 23:40:30 UTC) #1
Alan Knight
8 years, 5 months ago (2012-06-28 00:05:03 UTC) #2
https://chromiumcodereview.appspot.com/10698025/diff/1/lib/i18n/date_format.dart
File lib/i18n/date_format.dart (right):

https://chromiumcodereview.appspot.com/10698025/diff/1/lib/i18n/date_format.d...
lib/i18n/date_format.dart:175: DateFormat.Hm([locale=this._locale]) :
_formatDefinition = Hm;
If this syntax works, ok, but I don't understand it, and it doesn't seem to work
for me if I do a trivial example in that form.

The thing I did in the very long-running change to make date-formatting work was
change it to "this.locale" and provide a setter locale for the _locale variable,
and a getter that returned it or en_US if unset.

Powered by Google App Engine
This is Rietveld 408576698