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

Issue 10407092: Add --package-root option to the compiler. (Closed)

Created:
8 years, 7 months ago by ahe
Modified:
8 years, 7 months ago
Reviewers:
ngeoffray, kasperl
CC:
reviews_dartlang.org, Anton Muhin
Visibility:
Public.

Description

Add --package-root option to the compiler. Committed: https://code.google.com/p/dart/source/detail?r=7849

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -27 lines) Patch
M dart/lib/compiler/compiler.dart View 1 chunk +3 lines, -1 line 0 comments Download
M dart/lib/compiler/implementation/apiimpl.dart View 2 chunks +8 lines, -12 lines 0 comments Download
M dart/lib/compiler/implementation/dart2js.dart View 4 chunks +34 lines, -13 lines 1 comment Download
M dart/tests/utils/dummy_compiler_test.dart View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
ahe
This is completely untested. We need to find a way to test this kind of ...
8 years, 7 months ago (2012-05-22 11:42:49 UTC) #1
ahe
Thank you, Kasper. (Kasper gave me an LGTM by replying by mail, not the web ...
8 years, 7 months ago (2012-05-22 12:49:19 UTC) #2
Bob Nystrom
8 years, 7 months ago (2012-05-22 17:24:48 UTC) #3
On 2012/05/22 11:42:49, ahe wrote:
> This is completely untested. We need to find a way to test this kind of stuff.
> 
> I guess it could be done with VMOptions, but I really would prefer if we keep
> out of that mess. The VMOptions require the use of the --ignore-unrecognized
> options and in my opinion, that flag makes it impossible to test command line
> options.
> 
> PS: @bob: I still plan to switch to your args library, so please don't get
> depressed when you are reminded of my option parsing hack :-)

There's too much free froyo in the Seattle office for me to ever get depressed,
but I appreciate this. :)

Powered by Google App Engine
This is Rietveld 408576698