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

Issue 21339002: Rename MirrorSystem.getName calls in dart2dart. (Closed)

Created:
7 years, 4 months ago by zarah
Modified:
7 years, 4 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Rename MirrorSystem.getName calls in dart2dart. R=ahe@google.com Committed: https://code.google.com/p/dart/source/detail?r=25924

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressed comments and added tests. #

Total comments: 20

Patch Set 3 : Addressed review comments. #

Total comments: 10

Patch Set 4 : Format TODO comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -3 lines) Patch
M sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart View 1 2 3 6 chunks +19 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
A sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A sdk/lib/_internal/compiler/implementation/mirror_renamer/renamer.dart View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A tests/compiler/dart2js/mirror_helper_test.dart View 1 2 3 1 chunk +134 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
zarah
7 years, 4 months ago (2013-07-31 08:39:29 UTC) #1
ahe
This is a great start! https://codereview.chromium.org/21339002/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart File sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart (right): https://codereview.chromium.org/21339002/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart#newcode448 sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart:448: return compiler.libraries.values.contains(compiler.mirrorsLibrary); This would ...
7 years, 4 months ago (2013-07-31 13:16:28 UTC) #2
zarah
PTAL https://codereview.chromium.org/21339002/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart File sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart (right): https://codereview.chromium.org/21339002/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart#newcode448 sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart:448: return compiler.libraries.values.contains(compiler.mirrorsLibrary); On 2013/07/31 13:16:28, ahe wrote: > ...
7 years, 4 months ago (2013-08-02 07:53:41 UTC) #3
ahe
Nice. Mostly nits below. https://codereview.chromium.org/21339002/diff/7001/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart File sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart (right): https://codereview.chromium.org/21339002/diff/7001/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart#newcode129 sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart:129: bool mirrorHelping = false; Could ...
7 years, 4 months ago (2013-08-06 15:53:36 UTC) #4
zarah
PTAL https://codereview.chromium.org/21339002/diff/7001/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart File sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart (right): https://codereview.chromium.org/21339002/diff/7001/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart#newcode129 sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart:129: bool mirrorHelping = false; On 2013/08/06 15:53:36, ahe ...
7 years, 4 months ago (2013-08-08 12:17:10 UTC) #5
ahe
LGTM! https://codereview.chromium.org/21339002/diff/16001/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart File sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart (right): https://codereview.chromium.org/21339002/diff/16001/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart#newcode7 sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart:7: //TODO(zarah) Remove this hack! LibraryElementX should not be ...
7 years, 4 months ago (2013-08-08 12:24:06 UTC) #6
zarah
https://codereview.chromium.org/21339002/diff/16001/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart File sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart (right): https://codereview.chromium.org/21339002/diff/16001/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart#newcode7 sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart:7: //TODO(zarah) Remove this hack! LibraryElementX should not be created ...
7 years, 4 months ago (2013-08-08 12:53:35 UTC) #7
zarah
7 years, 4 months ago (2013-08-08 12:59:53 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r25924 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698