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

Issue 13797002: Change MirrorSystem.libraries to Map<Uri, String> (Closed)

Created:
7 years, 8 months ago by Johnni Winther
Modified:
7 years, 8 months ago
CC:
reviews_dartlang.org, Andrei Mouravski
Visibility:
Public.

Description

Change MirrorSystem.libraries to Map<Uri, String> BUG= Committed: https://code.google.com/p/dart/source/detail?r=21812

Patch Set 1 #

Total comments: 7

Patch Set 2 : Rebased #

Patch Set 3 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -72 lines) Patch
M sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 5 chunks +11 lines, -12 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/filenames.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart View 1 2 4 chunks +12 lines, -14 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart View 1 2 1 chunk +10 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/source_file_provider.dart View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/analyze_api_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/bad_loop_test.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/deferred_load_graph_segmentation_test.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/memory_source_file_helper.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mirrors_metadata_test.dart View 1 3 chunks +5 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/mirrors_test.dart View 1 2 4 chunks +8 lines, -3 lines 0 comments Download
M utils/apidoc/apidoc.dart View 1 5 chunks +5 lines, -4 lines 0 comments Download
M utils/apidoc/html_diff.dart View 3 chunks +18 lines, -19 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Johnni Winther
https://codereview.chromium.org/13797002/diff/1/utils/apidoc/apidoc.dart File utils/apidoc/apidoc.dart (left): https://codereview.chromium.org/13797002/diff/1/utils/apidoc/apidoc.dart#oldcode442 utils/apidoc/apidoc.dart:442: if (member is MethodMirror && (member.isConstructor || member.isFactory)) { ...
7 years, 8 months ago (2013-04-08 13:22:33 UTC) #1
gbracha
I think we need to be very clear what the API change means. Since libraries ...
7 years, 8 months ago (2013-04-08 20:28:51 UTC) #2
gbracha
https://codereview.chromium.org/13797002/diff/1/sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart File sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart (right): https://codereview.chromium.org/13797002/diff/1/sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart#newcode20 sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart:20: Map<Uri, LibraryMirror> get libraries; When was this API change ...
7 years, 8 months ago (2013-04-08 20:29:10 UTC) #3
ahe
On 2013/04/08 20:28:51, gbracha wrote: > On the other hand, the change doesn't either. The ...
7 years, 8 months ago (2013-04-09 08:23:03 UTC) #4
ahe
LGTM. In the future, I'd prefer to keep changes on topic. https://codereview.chromium.org/13797002/diff/1/sdk/lib/_internal/compiler/implementation/dart2js.dart File sdk/lib/_internal/compiler/implementation/dart2js.dart (right): ...
7 years, 8 months ago (2013-04-09 08:28:44 UTC) #5
Andrei Mouravski
lgtm
7 years, 8 months ago (2013-04-09 15:30:03 UTC) #6
Johnni Winther
https://codereview.chromium.org/13797002/diff/1/sdk/lib/_internal/compiler/implementation/dart2js.dart File sdk/lib/_internal/compiler/implementation/dart2js.dart (right): https://codereview.chromium.org/13797002/diff/1/sdk/lib/_internal/compiler/implementation/dart2js.dart#newcode73 sdk/lib/_internal/compiler/implementation/dart2js.dart:73: Uri libraryRoot = currentDirectory; On 2013/04/09 08:28:44, ahe wrote: ...
7 years, 8 months ago (2013-04-22 13:00:02 UTC) #7
Johnni Winther
7 years, 8 months ago (2013-04-22 13:02:08 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r21812 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698