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

Issue 21242002: Retain elements a finer granularity than library. (Closed)

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

Description

Retain elements a finer granularity than library. BUG=http://dartbug.com/11524 R=johnniwinther@google.com, nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=25873

Patch Set 1 #

Patch Set 2 : Improve diagnostics #

Patch Set 3 : Variable initialized too early. #

Total comments: 10

Patch Set 4 : Merged with head #

Patch Set 5 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+672 lines, -138 lines) Patch
M dart/sdk/lib/_internal/compiler/compiler.dart View 1 1 chunk +6 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/apiimpl.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/compile_time_constants.dart View 1 1 chunk +3 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 3 7 chunks +16 lines, -5 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 chunks +13 lines, -4 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart View 1 2 3 4 13 chunks +265 lines, -64 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 6 chunks +27 lines, -3 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/typechecker.dart View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/warnings.dart View 1 2 3 4 7 chunks +170 lines, -38 lines 0 comments Download
M dart/tests/compiler/dart2js/memory_compiler.dart View 1 2 chunks +33 lines, -1 line 0 comments Download
A dart/tests/compiler/dart2js/message_kind_helper.dart View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
A dart/tests/compiler/dart2js/message_kind_test.dart View 1 1 chunk +52 lines, -0 lines 0 comments Download
M dart/tests/compiler/dart2js/mirrors_used_test.dart View 3 chunks +16 lines, -5 lines 0 comments Download
M dart/tests/compiler/dart2js/mock_compiler.dart View 1 2 3 3 chunks +2 lines, -6 lines 0 comments Download
M dart/tests/compiler/dart2js/resolver_test.dart View 1 2 3 7 chunks +10 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
ahe
7 years, 4 months ago (2013-07-30 12:52:47 UTC) #1
ahe
Hi Luke, Could you take a look at the file called "warnings.dart" and see if ...
7 years, 4 months ago (2013-08-05 15:14:52 UTC) #2
ahe
Hi Nathan, Could you take a look at my changes to browser_test.dart? Cheers, Peter
7 years, 4 months ago (2013-08-05 15:23:15 UTC) #3
kevmoo-old
12125 was merged into https://code.google.com/p/dart/issues/detail?id=11524
7 years, 4 months ago (2013-08-05 19:29:17 UTC) #4
nweiz
browser_test change lgtm
7 years, 4 months ago (2013-08-05 19:55:42 UTC) #5
ahe
On 2013/08/05 19:29:17, kevmoo wrote: > 12125 was merged into https://code.google.com/p/dart/issues/detail?id=11524 Thanks for spotting that. ...
7 years, 4 months ago (2013-08-05 20:07:08 UTC) #6
Johnni Winther
Following your own standards this CL should have been split into 2-4 minor CLs. But ...
7 years, 4 months ago (2013-08-07 10:39:17 UTC) #7
karlklose
DBC: https://codereview.chromium.org/21242002/diff/6001/dart/sdk/lib/_internal/compiler/implementation/warnings.dart File dart/sdk/lib/_internal/compiler/implementation/warnings.dart (right): https://codereview.chromium.org/21242002/diff/6001/dart/sdk/lib/_internal/compiler/implementation/warnings.dart#newcode716 dart/sdk/lib/_internal/compiler/implementation/warnings.dart:716: howToFix: "Did you check the spelling of '#{name}'?", ...
7 years, 4 months ago (2013-08-07 10:48:11 UTC) #8
ahe
On 2013/08/07 10:39:17, Johnni Winther wrote: > Following your own standards this CL should have ...
7 years, 4 months ago (2013-08-07 11:02:26 UTC) #9
ahe
Thank you, Johnni and Karl! https://codereview.chromium.org/21242002/diff/6001/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart File dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart (right): https://codereview.chromium.org/21242002/diff/6001/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart#newcode5 dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart:5: library dart2js.mirrors_used; On 2013/08/07 ...
7 years, 4 months ago (2013-08-07 13:40:20 UTC) #10
ahe
7 years, 4 months ago (2013-08-07 13:41:08 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 manually as r25873 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698