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

Issue 9422027: frogpad now uses vm to bootstrap instead of node (Closed)

Created:
8 years, 10 months ago by mattsh
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

frogpad now uses vm to generate initial js BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=4408

Patch Set 1 #

Patch Set 2 : fixed args #

Patch Set 3 : small fixes #

Patch Set 4 : fixed rebuild switch #

Patch Set 5 : edits #

Patch Set 6 : fixed arg named #

Total comments: 18

Patch Set 7 : code review fixes #

Patch Set 8 : small fixes #

Total comments: 11

Patch Set 9 : small fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -23 lines) Patch
M tools/testing/frogpad/frogpad.py View 1 2 3 4 5 6 7 8 7 chunks +146 lines, -23 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mattsh
This removes any dependency from frogpad on node.js. (We now use the dart vm to ...
8 years, 10 months ago (2012-02-20 23:55:58 UTC) #1
Emily Fortuna
https://chromiumcodereview.appspot.com/9422027/diff/3005/tools/testing/frogpad/command.py File tools/testing/frogpad/command.py (right): https://chromiumcodereview.appspot.com/9422027/diff/3005/tools/testing/frogpad/command.py#newcode31 tools/testing/frogpad/command.py:31: """build up a command line string that can be ...
8 years, 10 months ago (2012-02-21 19:05:57 UTC) #2
mattsh
Thanks for quick review, replies below. https://chromiumcodereview.appspot.com/9422027/diff/3005/tools/testing/frogpad/command.py File tools/testing/frogpad/command.py (right): https://chromiumcodereview.appspot.com/9422027/diff/3005/tools/testing/frogpad/command.py#newcode31 tools/testing/frogpad/command.py:31: """build up a ...
8 years, 10 months ago (2012-02-21 20:13:28 UTC) #3
Jennifer Messerly
lgtm https://chromiumcodereview.appspot.com/9422027/diff/10002/tools/testing/frogpad/frogpad.py File tools/testing/frogpad/frogpad.py (right): https://chromiumcodereview.appspot.com/9422027/diff/10002/tools/testing/frogpad/frogpad.py#newcode28 tools/testing/frogpad/frogpad.py:28: import logging nice use of logging :) https://chromiumcodereview.appspot.com/9422027/diff/10002/tools/testing/frogpad/frogpad.py#newcode35 ...
8 years, 10 months ago (2012-02-21 21:02:22 UTC) #4
Emily Fortuna
lgtm with John's comments!
8 years, 10 months ago (2012-02-21 21:16:46 UTC) #5
mattsh
https://chromiumcodereview.appspot.com/9422027/diff/10002/tools/testing/frogpad/frogpad.py File tools/testing/frogpad/frogpad.py (right): https://chromiumcodereview.appspot.com/9422027/diff/10002/tools/testing/frogpad/frogpad.py#newcode28 tools/testing/frogpad/frogpad.py:28: import logging On 2012/02/21 21:02:22, John Messerly wrote: > ...
8 years, 10 months ago (2012-02-21 21:21:39 UTC) #6
Jennifer Messerly
8 years, 10 months ago (2012-02-21 21:40:50 UTC) #7
https://chromiumcodereview.appspot.com/9422027/diff/10002/tools/testing/frogp...
File tools/testing/frogpad/frogpad.py (right):

https://chromiumcodereview.appspot.com/9422027/diff/10002/tools/testing/frogp...
tools/testing/frogpad/frogpad.py:337: """)
On 2012/02/21 21:21:39, mattsh wrote:
> On 2012/02/21 21:02:22, John Messerly wrote:
> > Perhaps use http://docs.python.org/library/optparse.html#generating-help ?
> > That way your -m and -r options will print in the usage.
> 
> Yes, reasonable for a later CL.

sgtm.

It just occurred to me that I don't think any of our utilities has printed good
help -- so it seems unfair to require this from frogpad. ;)

Powered by Google App Engine
This is Rietveld 408576698