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

Issue 8437075: - Add the implementation of the Options interface to the runtime. (Closed)

Created:
9 years, 1 month ago by Ivan Posva
Modified:
9 years, 1 month ago
Reviewers:
dgrove, siva, kasperl
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Add the implementation of the Options interface to the runtime. Committed: https://code.google.com/p/dart/source/detail?r=1169

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -2 lines) Patch
M bin/main.cc View 1 3 chunks +54 lines, -2 lines 0 comments Download
M lib/lib_impl_sources.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
A lib/options.dart View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ivan Posva
9 years, 1 month ago (2011-11-03 00:31:49 UTC) #1
Ivan Posva
I will be adding runtime test cases once we agree that this is the correct ...
9 years, 1 month ago (2011-11-03 00:32:20 UTC) #2
dgrove
lgtm I'm happy with the .dart side of this. I suspect that someday, we may ...
9 years, 1 month ago (2011-11-03 04:09:10 UTC) #3
kasperl
LGTM. http://codereview.chromium.org/8437075/diff/1/lib/options.dart File lib/options.dart (right): http://codereview.chromium.org/8437075/diff/1/lib/options.dart#newcode17 lib/options.dart:17: static List<String> _native_arguments = const []; Use proper ...
9 years, 1 month ago (2011-11-03 06:17:11 UTC) #4
siva
LGTM. The spawned isolates are not going to see these RuntimeOptions as we are not ...
9 years, 1 month ago (2011-11-03 18:46:32 UTC) #5
Ivan Posva
On 2011/11/03 04:09:10, dgrove wrote: > lgtm > > I'm happy with the .dart side ...
9 years, 1 month ago (2011-11-03 21:13:11 UTC) #6
Ivan Posva
On 2011/11/03 18:46:32, asiva wrote: > LGTM. > > The spawned isolates are not going ...
9 years, 1 month ago (2011-11-03 21:14:49 UTC) #7
Ivan Posva
9 years, 1 month ago (2011-11-03 21:43:28 UTC) #8
Thanks! Submitting...

-Ivan

http://codereview.chromium.org/8437075/diff/1/lib/options.dart
File lib/options.dart (right):

http://codereview.chromium.org/8437075/diff/1/lib/options.dart#newcode17
lib/options.dart:17: static List<String> _native_arguments = const [];
On 2011/11/03 06:17:11, kasperl wrote:
> Use proper camelCase: _nativeArguments.

Done.

Powered by Google App Engine
This is Rietveld 408576698