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

Issue 10894005: Remove library_map.dart. (Closed)

Created:
8 years, 3 months ago by Lasse Reichstein Nielsen
Modified:
8 years, 3 months ago
Reviewers:
Johnni Winther, ahe, dgrove
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove library_map.dart. Committed: https://code.google.com/p/dart/source/detail?r=11519

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments. Remove reference to compiler library. #

Patch Set 3 : Remove dart:mirror from dart2js and dartdoc. #

Total comments: 9

Patch Set 4 : Make hasOption public. #

Patch Set 5 : Address review comments. #

Patch Set 6 : Merge to tip of tree. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -89 lines) Patch
M lib/_internal/libraries.dart View 1 2 3 chunks +6 lines, -15 lines 0 comments Download
M lib/compiler/implementation/apiimpl.dart View 1 2 3 4 5 4 chunks +39 lines, -15 lines 0 comments Download
D lib/compiler/implementation/library_map.dart View 1 chunk +0 lines, -47 lines 0 comments Download
M pkg/dartdoc/dartdoc.dart View 1 2 3 4 5 5 chunks +8 lines, -9 lines 0 comments Download
M utils/apidoc/apidoc.dart View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Lasse Reichstein Nielsen
8 years, 3 months ago (2012-08-28 13:05:23 UTC) #1
ahe
I'm concerned about dart:compiler. https://chromiumcodereview.appspot.com/10894005/diff/1/lib/_internal/libraries.dart File lib/_internal/libraries.dart (right): https://chromiumcodereview.appspot.com/10894005/diff/1/lib/_internal/libraries.dart#newcode32 lib/_internal/libraries.dart:32: "compiler": const LibraryInfo( Will dart2js ...
8 years, 3 months ago (2012-08-28 13:18:51 UTC) #2
Johnni Winther
lgtm https://chromiumcodereview.appspot.com/10894005/diff/1/lib/compiler/implementation/apiimpl.dart File lib/compiler/implementation/apiimpl.dart (right): https://chromiumcodereview.appspot.com/10894005/diff/1/lib/compiler/implementation/apiimpl.dart#newcode39 lib/compiler/implementation/apiimpl.dart:39: String dartLibraryPath(String dartLibraryName) { Rename to getDartLibraryPath. https://chromiumcodereview.appspot.com/10894005/diff/1/lib/compiler/implementation/apiimpl.dart#newcode48 ...
8 years, 3 months ago (2012-08-28 13:26:04 UTC) #3
dgrove
https://chromiumcodereview.appspot.com/10894005/diff/1/lib/_internal/libraries.dart File lib/_internal/libraries.dart (right): https://chromiumcodereview.appspot.com/10894005/diff/1/lib/_internal/libraries.dart#newcode32 lib/_internal/libraries.dart:32: "compiler": const LibraryInfo( On 2012/08/28 13:18:51, ahe wrote: > ...
8 years, 3 months ago (2012-08-28 15:19:12 UTC) #4
ahe
Lasse, to be clear: please don't submit this change until we get to the bottom ...
8 years, 3 months ago (2012-08-28 15:32:18 UTC) #5
danrubel
On 2012/08/28 15:32:18, ahe wrote: > Lasse, to be clear: please don't submit this change ...
8 years, 3 months ago (2012-08-28 16:31:59 UTC) #6
Lasse Reichstein Nielsen
I removed 'compiler' from LIBRARIES. The only difference for dart2js is now that dart:mirror is ...
8 years, 3 months ago (2012-08-29 09:09:39 UTC) #7
Lasse Reichstein Nielsen
Peter: Please take another look.
8 years, 3 months ago (2012-08-29 10:18:18 UTC) #8
ahe
Not looking good: private method ;-) https://chromiumcodereview.appspot.com/10894005/diff/10001/lib/compiler/implementation/apiimpl.dart File lib/compiler/implementation/apiimpl.dart (right): https://chromiumcodereview.appspot.com/10894005/diff/10001/lib/compiler/implementation/apiimpl.dart#newcode36 lib/compiler/implementation/apiimpl.dart:36: static bool _hasOption(List<String> ...
8 years, 3 months ago (2012-08-29 12:30:21 UTC) #9
Lasse Reichstein Nielsen
https://chromiumcodereview.appspot.com/10894005/diff/10001/lib/compiler/implementation/apiimpl.dart File lib/compiler/implementation/apiimpl.dart (right): https://chromiumcodereview.appspot.com/10894005/diff/10001/lib/compiler/implementation/apiimpl.dart#newcode36 lib/compiler/implementation/apiimpl.dart:36: static bool _hasOption(List<String> options, String option) { Because it ...
8 years, 3 months ago (2012-08-29 12:43:53 UTC) #10
ahe
8 years, 3 months ago (2012-08-29 12:45:43 UTC) #11
LGTM!

Powered by Google App Engine
This is Rietveld 408576698