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

Issue 23484033: Avoid name collision with reserved word (Closed)

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

Description

Avoid name collision with reserved word R=efortuna@google.com Committed: https://code.google.com/p/dart/source/detail?r=27399

Patch Set 1 #

Total comments: 1

Patch Set 2 : Renamed prefix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M pkg/intl/lib/generate_localized.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/intl/test/message_extraction/foo_messages_all.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Alan Knight
The locale 'in' was a problem with the previous library names.
7 years, 3 months ago (2013-09-11 18:48:36 UTC) #1
Emily Fortuna
lgtm https://codereview.chromium.org/23484033/diff/1/pkg/intl/lib/generate_localized.dart File pkg/intl/lib/generate_localized.dart (right): https://codereview.chromium.org/23484033/diff/1/pkg/intl/lib/generate_localized.dart#newcode88 pkg/intl/lib/generate_localized.dart:88: String _libraryName(String x) => 'lib_' + x.replaceAll('-', '_'); ...
7 years, 3 months ago (2013-09-11 19:47:43 UTC) #2
Alan Knight
7 years, 3 months ago (2013-09-11 20:04:11 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r27399 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698