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

Issue 10855084: Added support for multi-valued options (options that can occur more than once). (Closed)

Created:
8 years, 4 months ago by gram
Modified:
8 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added support for multi-valued options (options that can occur more than once). Committed: https://code.google.com/p/dart/source/detail?r=10477

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 20

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -9 lines) Patch
M lib/args/args.dart View 1 2 3 4 7 chunks +42 lines, -8 lines 0 comments Download
M tests/lib/args/args_test.dart View 1 2 3 2 chunks +25 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
gram
I dropped the idea of allowing comma-separated multi-values. I have mixed feelings about that - ...
8 years, 4 months ago (2012-08-09 21:55:48 UTC) #1
gram
8 years, 4 months ago (2012-08-09 21:56:28 UTC) #2
Bob Nystrom
https://chromiumcodereview.appspot.com/10855084/diff/5002/lib/args/args.dart File lib/args/args.dart (right): https://chromiumcodereview.appspot.com/10855084/diff/5002/lib/args/args.dart#newcode129 lib/args/args.dart:129: * List of values will be returned. You should ...
8 years, 4 months ago (2012-08-09 23:08:39 UTC) #3
gram
https://chromiumcodereview.appspot.com/10855084/diff/5002/lib/args/args.dart File lib/args/args.dart (right): https://chromiumcodereview.appspot.com/10855084/diff/5002/lib/args/args.dart#newcode129 lib/args/args.dart:129: * List of values will be returned. On 2012/08/09 ...
8 years, 4 months ago (2012-08-09 23:47:00 UTC) #4
Bob Nystrom
8 years, 4 months ago (2012-08-10 00:35:39 UTC) #5
LGTM! Thanks for doing this!

Powered by Google App Engine
This is Rietveld 408576698