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

Issue 10809023: changes to SystemLibraryManager to support list of roots (Closed)

Created:
8 years, 5 months ago by keertip
Modified:
8 years, 5 months ago
Reviewers:
danrubel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

changes to SystemLibraryManager to support list of roots Committed: https://code.google.com/p/dart/source/detail?r=9786

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Messages

Total messages: 4 (0 generated)
danrubel
https://chromiumcodereview.appspot.com/10809023/diff/2001/compiler/java/com/google/dart/compiler/SystemLibraryManager.java File compiler/java/com/google/dart/compiler/SystemLibraryManager.java (right): https://chromiumcodereview.appspot.com/10809023/diff/2001/compiler/java/com/google/dart/compiler/SystemLibraryManager.java#newcode328 compiler/java/com/google/dart/compiler/SystemLibraryManager.java:328: } if this is a package URI, but an ...
8 years, 5 months ago (2012-07-20 14:38:14 UTC) #1
keertip
PTAL, have made the changes as discussed. https://chromiumcodereview.appspot.com/10809023/diff/2001/compiler/java/com/google/dart/compiler/SystemLibraryManager.java File compiler/java/com/google/dart/compiler/SystemLibraryManager.java (right): https://chromiumcodereview.appspot.com/10809023/diff/2001/compiler/java/com/google/dart/compiler/SystemLibraryManager.java#newcode328 compiler/java/com/google/dart/compiler/SystemLibraryManager.java:328: } On ...
8 years, 5 months ago (2012-07-20 17:38:17 UTC) #2
danrubel
lgtm https://chromiumcodereview.appspot.com/10809023/diff/6002/compiler/java/com/google/dart/compiler/SystemLibraryManager.java File compiler/java/com/google/dart/compiler/SystemLibraryManager.java (right): https://chromiumcodereview.appspot.com/10809023/diff/6002/compiler/java/com/google/dart/compiler/SystemLibraryManager.java#newcode50 compiler/java/com/google/dart/compiler/SystemLibraryManager.java:50: public static final File DEFAULT_PACKAGE_ROOT = new File("packages"); ...
8 years, 5 months ago (2012-07-20 17:58:41 UTC) #3
keertip
8 years, 5 months ago (2012-07-20 19:42:13 UTC) #4
https://chromiumcodereview.appspot.com/10809023/diff/6002/compiler/java/com/g...
File compiler/java/com/google/dart/compiler/SystemLibraryManager.java (right):

https://chromiumcodereview.appspot.com/10809023/diff/6002/compiler/java/com/g...
compiler/java/com/google/dart/compiler/SystemLibraryManager.java:50: public
static final File DEFAULT_PACKAGE_ROOT = new File("packages");
done in setPackageRoots

On 2012/07/20 17:58:42, danrubel wrote:
> Convert to file with absolute path?

https://chromiumcodereview.appspot.com/10809023/diff/6002/compiler/java/com/g...
compiler/java/com/google/dart/compiler/SystemLibraryManager.java:110: for (File
file : packageRoots){
On 2012/07/20 17:58:42, danrubel wrote:
> Rather than duplicating logic here, call setPackageRoots(...)

Done.

https://chromiumcodereview.appspot.com/10809023/diff/6002/compiler/java/com/g...
compiler/java/com/google/dart/compiler/SystemLibraryManager.java:289:
this.packageRoots = roots;
On 2012/07/20 17:58:42, danrubel wrote:
> Convert incoming to files with absolute paths?

Done.

Powered by Google App Engine
This is Rietveld 408576698