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 8440057: - Add an Options interface to the core library. The core library (Closed)

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

Description

- Add an Options interface to the core library. The core library implementation and the execution environment provide the implementation and the values. Committed: https://code.google.com/p/dart/source/detail?r=1168

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -0 lines) Patch
M src/corelib_sources.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/options.dart View 1 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
This change adds the interface as discussed a long while ago. -Ivan
9 years, 1 month ago (2011-11-03 00:27:40 UTC) #1
dgrove
lgtm
9 years, 1 month ago (2011-11-03 04:03:09 UTC) #2
sra1
http://codereview.chromium.org/8440057/diff/1/src/options.dart File src/options.dart (right): http://codereview.chromium.org/8440057/diff/1/src/options.dart#newcode15 src/options.dart:15: List<String> get arguments(); Please specify: Is the returned list ...
9 years, 1 month ago (2011-11-03 04:12:44 UTC) #3
Ivan Posva
9 years, 1 month ago (2011-11-03 21:44:09 UTC) #4
http://codereview.chromium.org/8440057/diff/1/src/options.dart
File src/options.dart (right):

http://codereview.chromium.org/8440057/diff/1/src/options.dart#newcode15
src/options.dart:15: List<String> get arguments();
Updated comments.

-Ivan

On 2011/11/03 04:12:44, sra1 wrote:
> Please specify:
> 
> Is the returned list mutable?
> Is the list shared between calls to opts.arguments ?
> Is it shared between different instances of new Options() ?
> 
> The answers to these questions will tell me when need to make a copy, and if I
> can adjust the arguments seen by other components running the isolate.

Powered by Google App Engine
This is Rietveld 408576698