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

Issue 10134015: added package_root flag to standalone dart vm (Closed)

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

Description

added package_root flag to vm BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=7092

Patch Set 1 #

Patch Set 2 : small tweak #

Total comments: 15

Patch Set 3 : code review fixes #

Patch Set 4 : add error handling #

Total comments: 6

Patch Set 5 : code review blank line fixes #

Patch Set 6 : code review fixes #

Total comments: 16

Patch Set 7 : code review fixes #

Total comments: 2

Patch Set 8 : fix blank lines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -1 line) Patch
M runtime/bin/builtin.dart View 1 2 3 4 5 6 3 chunks +16 lines, -1 line 0 comments Download
M runtime/bin/main.cc View 1 2 3 4 5 6 7 5 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
mattsh
8 years, 8 months ago (2012-04-20 22:55:46 UTC) #1
Bob Nystrom
One nit but LGTM. Obviously wait for Siva to give the real LGTM, though. :) ...
8 years, 8 months ago (2012-04-20 23:23:20 UTC) #2
siva
https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/builtin.dart#newcode49 runtime/bin/builtin.dart:49: _packageRoot = packageRoot; will windows users specify --package_root="c:\Users\billg\" or ...
8 years, 8 months ago (2012-04-22 00:14:01 UTC) #3
mattsh
https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/builtin.dart#newcode49 runtime/bin/builtin.dart:49: _packageRoot = packageRoot; On 2012/04/22 00:14:01, asiva wrote: > ...
8 years, 8 months ago (2012-04-23 16:48:09 UTC) #4
siva
https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/builtin.dart#newcode49 runtime/bin/builtin.dart:49: _packageRoot = packageRoot; We would like to not postpone ...
8 years, 8 months ago (2012-04-23 17:16:44 UTC) #5
mattsh
https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://chromiumcodereview.appspot.com/10134015/diff/2001/runtime/bin/main.cc#newcode415 runtime/bin/main.cc:415: dart_args[0] = Dart_NewString(package_root); On 2012/04/23 17:16:45, asiva wrote: > ...
8 years, 8 months ago (2012-04-23 18:12:55 UTC) #6
Ivan Posva
A couple of quick things I noticed while scrolling through this change. -Ivan https://chromiumcodereview.appspot.com/10134015/diff/13001/runtime/bin/main.cc File ...
8 years, 8 months ago (2012-04-25 16:25:18 UTC) #7
mattsh
https://chromiumcodereview.appspot.com/10134015/diff/13001/runtime/bin/main.cc File runtime/bin/main.cc (left): https://chromiumcodereview.appspot.com/10134015/diff/13001/runtime/bin/main.cc#oldcode85 runtime/bin/main.cc:85: On 2012/04/25 16:25:19, Ivan Posva wrote: > Why this ...
8 years, 8 months ago (2012-04-25 17:12:10 UTC) #8
mattsh
8 years, 8 months ago (2012-04-25 17:16:08 UTC) #9
siva
LGTM once comments are addressed. https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart#newcode49 runtime/bin/builtin.dart:49: packageRoot += "/"; The ...
8 years, 8 months ago (2012-04-25 23:26:12 UTC) #10
Ivan Posva
https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart#newcode47 runtime/bin/builtin.dart:47: // support backslash. If you check a couple of ...
8 years, 8 months ago (2012-04-26 05:32:09 UTC) #11
siva
https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart#newcode47 runtime/bin/builtin.dart:47: // support backslash. It is not just the backslash ...
8 years, 8 months ago (2012-04-26 13:57:54 UTC) #12
mattsh
https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://chromiumcodereview.appspot.com/10134015/diff/19001/runtime/bin/builtin.dart#newcode47 runtime/bin/builtin.dart:47: // support backslash. On 2012/04/26 05:32:09, Ivan Posva wrote: ...
8 years, 8 months ago (2012-04-26 17:52:02 UTC) #13
siva
LGTM https://chromiumcodereview.appspot.com/10134015/diff/10003/runtime/bin/main.cc File runtime/bin/main.cc (right): https://chromiumcodereview.appspot.com/10134015/diff/10003/runtime/bin/main.cc#newcode381 runtime/bin/main.cc:381: Missing blank line (2 blank lines between functions).
8 years, 8 months ago (2012-04-27 17:07:46 UTC) #14
mattsh
8 years, 8 months ago (2012-04-27 17:12:06 UTC) #15
https://chromiumcodereview.appspot.com/10134015/diff/10003/runtime/bin/main.cc
File runtime/bin/main.cc (right):

https://chromiumcodereview.appspot.com/10134015/diff/10003/runtime/bin/main.c...
runtime/bin/main.cc:381: 
On 2012/04/27 17:07:46, asiva wrote:
> Missing blank line (2 blank lines between functions).

Done.

Powered by Google App Engine
This is Rietveld 408576698