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

Issue 383913003: Add .wasParsed() to ArgResults. (Closed)

Created:
6 years, 5 months ago by Bob Nystrom
Modified:
6 years, 5 months ago
CC:
reviews_dartlang.org, erik.grimes_gmail.com
Visibility:
Public.

Description

Add .wasParsed() to ArgResults. BUG=https://code.google.com/p/dart/issues/detail?id=16227 R=alanknight@google.com, nweiz@google.com, sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=38348

Patch Set 1 #

Total comments: 6

Patch Set 2 : Revise. #

Patch Set 3 : Widen dependencies on args. #

Patch Set 4 : Remove "-dev". #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -316 lines) Patch
M pkg/analyzer/pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/args/CHANGELOG.md View 1 1 chunk +9 lines, -1 line 0 comments Download
M pkg/args/lib/args.dart View 1 1 chunk +3 lines, -173 lines 0 comments Download
A + pkg/args/lib/src/arg_parser.dart View 1 5 chunks +13 lines, -57 lines 0 comments Download
A pkg/args/lib/src/arg_results.dart View 1 1 chunk +91 lines, -0 lines 0 comments Download
A pkg/args/lib/src/option.dart View 1 1 chunk +124 lines, -0 lines 0 comments Download
M pkg/args/lib/src/options.dart View 1 1 chunk +0 lines, -54 lines 0 comments Download
M pkg/args/lib/src/parser.dart View 1 4 chunks +10 lines, -21 lines 0 comments Download
M pkg/args/pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/args/test/args_test.dart View 1 3 chunks +63 lines, -5 lines 0 comments Download
M pkg/csslib/pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/docgen/pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Bob Nystrom
6 years, 5 months ago (2014-07-10 23:38:55 UTC) #1
nweiz
lgtm https://codereview.chromium.org/383913003/diff/1/pkg/args/CHANGELOG.md File pkg/args/CHANGELOG.md (right): https://codereview.chromium.org/383913003/diff/1/pkg/args/CHANGELOG.md#newcode6 pkg/args/CHANGELOG.md:6: * Replaced `isFlag` and `allowMultiple` fields in `Option` ...
6 years, 5 months ago (2014-07-14 21:22:34 UTC) #2
Bob Nystrom
I moved some code around and also widened constraints for the other packages that depend ...
6 years, 5 months ago (2014-07-15 21:05:24 UTC) #3
nweiz
lgtm, although you should probably loop in the authors of the packages whose pubspecs this ...
6 years, 5 months ago (2014-07-15 21:24:10 UTC) #4
Bob Nystrom
Newly added folks, I tweaked the version constraint on args in your packages. The change ...
6 years, 5 months ago (2014-07-15 22:20:29 UTC) #5
Alan Knight
lgtm
6 years, 5 months ago (2014-07-15 22:21:34 UTC) #6
Siggi Cherem (dart-lang)
lgtm
6 years, 5 months ago (2014-07-15 22:26:03 UTC) #7
Bob Nystrom
6 years, 5 months ago (2014-07-17 21:35:53 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r38348 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698