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

Issue 11819068: Add command support to args. (Closed)

Created:
7 years, 11 months ago by Bob Nystrom
Modified:
7 years, 11 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add command support to args. Committed: https://code.google.com/p/dart/source/detail?r=16988

Patch Set 1 #

Patch Set 2 : Reupload. #

Patch Set 3 : Remove TODO. #

Total comments: 19

Patch Set 4 : Respond to review. #

Patch Set 5 : Fix a couple of type annotations. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+874 lines, -499 lines) Patch
M pkg/args/lib/args.dart View 1 2 3 7 chunks +93 lines, -476 lines 0 comments Download
A pkg/args/lib/src/parser.dart View 1 2 3 1 chunk +281 lines, -0 lines 0 comments Download
A pkg/args/lib/src/usage.dart View 1 2 3 4 1 chunk +238 lines, -0 lines 0 comments Download
D pkg/args/lib/src/utils.dart View 1 2 3 1 chunk +0 lines, -19 lines 0 comments Download
M pkg/args/test/args_test.dart View 1 2 3 1 chunk +51 lines, -2 lines 0 comments Download
A pkg/args/test/command_test.dart View 1 2 3 1 chunk +199 lines, -0 lines 0 comments Download
M pkg/args/test/parse_test.dart View 1 2 3 1 chunk +11 lines, -1 line 0 comments Download
M pkg/args/test/usage_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Bob Nystrom
This isn't at the point yet where pub can use it, but it's a step ...
7 years, 11 months ago (2013-01-10 22:32:13 UTC) #1
nweiz
https://codereview.chromium.org/11819068/diff/5001/pkg/args/lib/args.dart File pkg/args/lib/args.dart (right): https://codereview.chromium.org/11819068/diff/5001/pkg/args/lib/args.dart#newcode245 pkg/args/lib/args.dart:245: */ When you have a sec, can you run ...
7 years, 11 months ago (2013-01-11 00:06:06 UTC) #2
Bob Nystrom
Thanks! Splitting it into sublibraries definitely made it easier to get around. As a knock-on ...
7 years, 11 months ago (2013-01-11 17:59:49 UTC) #3
nweiz
7 years, 11 months ago (2013-01-11 21:43:09 UTC) #4
lgtm

https://codereview.chromium.org/11819068/diff/5001/pkg/args/lib/args.dart
File pkg/args/lib/args.dart (right):

https://codereview.chromium.org/11819068/diff/5001/pkg/args/lib/args.dart#new...
pkg/args/lib/args.dart:245: */
On 2013/01/11 17:59:49, Bob Nystrom wrote:
> On 2013/01/11 00:06:06, nweiz wrote:
> > When you have a sec, can you run your comment-fixing script on this code?
> 
> I thought about that, but I'd like to do that in a separate patch if it's OK.

sgtm

Powered by Google App Engine
This is Rietveld 408576698