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

Issue 8333016: Migrate --expose_core_impl flag from DartRunner to DartCompiler. (Closed)

Created:
9 years, 2 months ago by zundel
Modified:
9 years, 2 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang)
Visibility:
Public.

Description

Migrate --expose_core_impl flag from DartRunner to DartCompiler. R=ngeoffray BUG=527517 Committed: https://code.google.com/p/dart/source/detail?r=553

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -65 lines) Patch
M compiler/java/com/google/dart/compiler/CommandLineOptions.java View 4 chunks +10 lines, -10 lines 0 comments Download
M compiler/java/com/google/dart/compiler/DartCompiler.java View 7 chunks +58 lines, -4 lines 0 comments Download
M compiler/java/com/google/dart/runner/DartRunner.java View 3 chunks +0 lines, -51 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
zundel
Its a small change, but does anyone know if this is still needed?
9 years, 2 months ago (2011-10-19 13:23:04 UTC) #1
ngeoffray
9 years, 2 months ago (2011-10-19 13:47:11 UTC) #2
LGTM!

I think moving it is fine right now. The VM may just remove the option, because
it just duplicates #import("dart:coreimpl"), in theory. They also use the option
to disable privacy, and may rename it to be more specific. We could then change
the flag.

Powered by Google App Engine
This is Rietveld 408576698