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

Issue 10825054: fix support for --package-root command line option to analyzer dartbug.com/4225 (Closed)

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

Description

fix support for --package-root command line option to analyzer Committed: https://code.google.com/p/dart/source/detail?r=9981

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -2 lines) Patch
M compiler/java/com/google/dart/compiler/CompilerConfiguration.java View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/DartCompiler.java View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java View 1 2 5 chunks +9 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/SystemLibraryManager.java View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
keertip
8 years, 4 months ago (2012-07-27 03:39:50 UTC) #1
scheglov
http://codereview.chromium.org/10825054/diff/2001/compiler/java/com/google/dart/compiler/DartCompiler.java File compiler/java/com/google/dart/compiler/DartCompiler.java (right): http://codereview.chromium.org/10825054/diff/2001/compiler/java/com/google/dart/compiler/DartCompiler.java#newcode1096 compiler/java/com/google/dart/compiler/DartCompiler.java:1096: libraryManager = ((DefaultCompilerConfiguration) config).getSystemLibraryManager(); Why not add getSystemLibraryManager() to ...
8 years, 4 months ago (2012-07-27 04:21:53 UTC) #2
keertip
http://codereview.chromium.org/10825054/diff/2001/compiler/java/com/google/dart/compiler/DartCompiler.java File compiler/java/com/google/dart/compiler/DartCompiler.java (right): http://codereview.chromium.org/10825054/diff/2001/compiler/java/com/google/dart/compiler/DartCompiler.java#newcode1096 compiler/java/com/google/dart/compiler/DartCompiler.java:1096: libraryManager = ((DefaultCompilerConfiguration) config).getSystemLibraryManager(); On 2012/07/27 04:21:53, scheglov wrote: ...
8 years, 4 months ago (2012-07-27 15:51:47 UTC) #3
danrubel
lgtm
8 years, 4 months ago (2012-07-27 16:13:04 UTC) #4
scheglov
8 years, 4 months ago (2012-07-27 17:00:47 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698