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

Issue 19676002: Implement top-level getters. (Closed)

Created:
7 years, 5 months ago by ahe
Modified:
7 years, 5 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, sra1, rmacnak, Michael Lippautz (Google)
Visibility:
Public.

Description

Implement top-level accessors. Also, implement top-level fields in minified mode. R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=25276

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Type warnings and status file #

Patch Set 3 : Update pkg status #

Total comments: 18

Patch Set 4 : Address comments #

Total comments: 2

Patch Set 5 : Update comment #

Patch Set 6 : Update comment #

Patch Set 7 : Merged with r25274 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+491 lines, -243 lines) Patch
M dart/pkg/pkg.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/closure.dart View 3 chunks +15 lines, -7 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 3 4 5 6 17 chunks +186 lines, -113 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart View 1 2 3 4 5 6 2 chunks +13 lines, -13 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/util/util.dart View 6 chunks +25 lines, -25 lines 0 comments Download
M dart/sdk/lib/_internal/lib/js_mirrors.dart View 14 chunks +142 lines, -50 lines 0 comments Download
M dart/tests/compiler/dart2js_extra/dart2js_extra.status View 2 chunks +0 lines, -3 lines 0 comments Download
D dart/tests/compiler/dart2js_extra/minified_mirrors_test.dart View 1 chunk +0 lines, -14 lines 0 comments Download
M dart/tests/lib/lib.status View 1 1 chunk +1 line, -0 lines 0 comments Download
M dart/tests/lib/mirrors/mirrors_test.dart View 2 chunks +15 lines, -16 lines 0 comments Download
A dart/tests/lib/mirrors/top_level_accessors_test.dart View 1 chunk +28 lines, -0 lines 0 comments Download
A dart/tests/light_unittest.dart View 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ahe
https://codereview.chromium.org/19676002/diff/2001/dart/tests/lib/mirrors/mirrors_test.dart File dart/tests/lib/mirrors/mirrors_test.dart (right): https://codereview.chromium.org/19676002/diff/2001/dart/tests/lib/mirrors/mirrors_test.dart#newcode9 dart/tests/lib/mirrors/mirrors_test.dart:9: import '../../light_unittest.dart'; pkg/unittest has started using mirrors. That makes ...
7 years, 5 months ago (2013-07-21 15:43:19 UTC) #1
ngeoffray
This looks like doing more than top-level getters: if I get it correctly, you're also ...
7 years, 5 months ago (2013-07-22 08:51:08 UTC) #2
ahe
Thank you, Nicolas. It is not clear why you didn't approve this CL. I hope ...
7 years, 5 months ago (2013-07-22 09:45:30 UTC) #3
ahe
On 2013/07/22 09:45:30, ahe wrote: > I'll update the description of this CL. It is ...
7 years, 5 months ago (2013-07-22 10:55:38 UTC) #4
ahe
https://codereview.chromium.org/19676002/diff/9001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/19676002/diff/9001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode1532 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1532: if (element is ClassElement) { On 2013/07/22 08:51:08, ngeoffray ...
7 years, 5 months ago (2013-07-22 12:38:47 UTC) #5
ngeoffray
LGTM https://codereview.chromium.org/19676002/diff/16001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/19676002/diff/16001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3624 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3624: // TODO(ahe): Should to iterate over all libraries. ...
7 years, 5 months ago (2013-07-22 12:59:06 UTC) #6
ahe
Thank you, Nicolas. https://codereview.chromium.org/19676002/diff/16001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/19676002/diff/16001/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3624 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:3624: // TODO(ahe): Should to iterate over ...
7 years, 5 months ago (2013-07-22 13:27:27 UTC) #7
ahe
7 years, 5 months ago (2013-07-22 14:52:52 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 manually as r25276 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698