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

Issue 10887012: Rename members and named constructors. (Closed)

Created:
8 years, 3 months ago by Anton Muhin
Modified:
8 years, 3 months ago
Reviewers:
Roman
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Rename members and named constructors. That also leads to renames of named arguments in some contexts like class C { final f; C([this.f]); } new C(f: 42). Now we need to change the name of named argument along with the field name. R=smok@google.com Committed: https://code.google.com/p/dart/source/detail?r=11505

Patch Set 1 #

Patch Set 2 : #

Total comments: 18

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -39 lines) Patch
M lib/compiler/implementation/dart_backend/backend.dart View 1 2 3 chunks +46 lines, -3 lines 0 comments Download
M lib/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 8 chunks +101 lines, -22 lines 0 comments Download
M lib/compiler/implementation/dart_backend/renamer.dart View 1 2 2 chunks +21 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 1 4 chunks +7 lines, -4 lines 0 comments Download
M tests/language/language.status View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anton Muhin
8 years, 3 months ago (2012-08-28 18:56:31 UTC) #1
Roman
lgtm https://chromiumcodereview.appspot.com/10887012/diff/1006/lib/compiler/implementation/dart_backend/backend.dart File lib/compiler/implementation/dart_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10887012/diff/1006/lib/compiler/implementation/dart_backend/backend.dart#newcode21 lib/compiler/implementation/dart_backend/backend.dart:21: 'Map', 'List', 'num', 'int', 'double' what about bool? ...
8 years, 3 months ago (2012-08-29 08:40:08 UTC) #2
Anton Muhin
ptal https://chromiumcodereview.appspot.com/10887012/diff/1006/lib/compiler/implementation/dart_backend/backend.dart File lib/compiler/implementation/dart_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10887012/diff/1006/lib/compiler/implementation/dart_backend/backend.dart#newcode21 lib/compiler/implementation/dart_backend/backend.dart:21: 'Map', 'List', 'num', 'int', 'double' Thanks a lot ...
8 years, 3 months ago (2012-08-29 09:43:45 UTC) #3
Roman
8 years, 3 months ago (2012-08-29 10:11:42 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698