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

Issue 12517005: Add a command line option to generate source code for a script (Closed)

Created:
7 years, 9 months ago by siva
Modified:
7 years, 9 months ago
Reviewers:
bakster, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add a command line option to generate source code for a script (apparently this would be useful for pretty printing the output of dart2dart) Committed: https://code.google.com/p/dart/source/detail?r=19996

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -4 lines) Patch
M runtime/bin/main.cc View 1 2 3 6 chunks +59 lines, -0 lines 0 comments Download
M runtime/include/dart_debugger_api.h View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
7 years, 9 months ago (2013-03-13 16:47:51 UTC) #1
Ivan Posva
I am not sure whether this is really the right way to go. -Ivan https://codereview.chromium.org/12517005/diff/8/runtime/include/dart_debugger_api.h ...
7 years, 9 months ago (2013-03-13 22:30:38 UTC) #2
siva
https://codereview.chromium.org/12517005/diff/8/runtime/include/dart_debugger_api.h File runtime/include/dart_debugger_api.h (right): https://codereview.chromium.org/12517005/diff/8/runtime/include/dart_debugger_api.h#newcode169 runtime/include/dart_debugger_api.h:169: DART_EXPORT Dart_Handle Dart_GenerateScriptSource(Dart_Handle library_url_in, The existing API will return ...
7 years, 9 months ago (2013-03-14 05:57:34 UTC) #3
bakster
LGTM, Lars https://chromiumcodereview.appspot.com/12517005/diff/8/runtime/bin/main.cc File runtime/bin/main.cc (right): https://chromiumcodereview.appspot.com/12517005/diff/8/runtime/bin/main.cc#newcode256 runtime/bin/main.cc:256: { "--print-script", ProcessPrintScriptOption }, Why are some ...
7 years, 9 months ago (2013-03-14 08:42:16 UTC) #4
siva
https://chromiumcodereview.appspot.com/12517005/diff/8/runtime/bin/main.cc File runtime/bin/main.cc (right): https://chromiumcodereview.appspot.com/12517005/diff/8/runtime/bin/main.cc#newcode256 runtime/bin/main.cc:256: { "--print-script", ProcessPrintScriptOption }, We are moving to a ...
7 years, 9 months ago (2013-03-14 09:38:46 UTC) #5
siva
7 years, 9 months ago (2013-03-14 09:47:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r19996 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698