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

Issue 138723005: Support subcommands in pub and pub help. (Closed)

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

Description

Support subcommands in pub and pub help. BUG= R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=32376

Patch Set 1 #

Total comments: 47

Patch Set 2 : Revise. #

Total comments: 22

Patch Set 3 : Revise. #

Patch Set 4 : Infer hiddenness from subcommands. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -295 lines) Patch
M sdk/lib/_internal/pub/bin/pub.dart View 1 2 3 chunks +121 lines, -14 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command.dart View 1 2 3 8 chunks +112 lines, -114 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/build.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/cache.dart View 1 2 3 1 chunk +6 lines, -39 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command/cache_list.dart View 1 2 3 1 chunk +7 lines, -25 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/help.dart View 1 2 2 chunks +29 lines, -11 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/lish.dart View 1 3 chunks +4 lines, -7 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/log.dart View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/solver/solve_report.dart View 7 chunks +20 lines, -45 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/utils.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart View 1 1 chunk +10 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_creation_provides_an_error_test.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/pub_cache_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
M sdk/lib/_internal/pub/test/pub_test.dart View 1 7 chunks +105 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Bob Nystrom
6 years, 10 months ago (2014-01-31 19:26:58 UTC) #1
nweiz
https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/bin/pub.dart File sdk/lib/_internal/pub/bin/pub.dart (right): https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/bin/pub.dart#newcode72 sdk/lib/_internal/pub/bin/pub.dart:72: validatePlatform().then((_) { Nit: => https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/bin/pub.dart#newcode77 sdk/lib/_internal/pub/bin/pub.dart:77: void runCommand(String cacheDir, ...
6 years, 10 months ago (2014-01-31 21:42:05 UTC) #2
Bob Nystrom
Thanks! Your comments triggered a bit of a cascade of changes, but I like where ...
6 years, 10 months ago (2014-02-01 01:49:32 UTC) #3
nweiz
https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/lib/src/command.dart File sdk/lib/_internal/pub/lib/src/command.dart (right): https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/lib/src/command.dart#newcode94 sdk/lib/_internal/pub/lib/src/command.dart:94: bool get hidden => false; On 2014/02/01 01:49:32, Bob ...
6 years, 10 months ago (2014-02-04 01:24:29 UTC) #4
Bob Nystrom
Thanks! https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/lib/src/command.dart File sdk/lib/_internal/pub/lib/src/command.dart (right): https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/lib/src/command.dart#newcode94 sdk/lib/_internal/pub/lib/src/command.dart:94: bool get hidden => false; On 2014/02/04 01:24:29, ...
6 years, 10 months ago (2014-02-06 00:06:30 UTC) #5
nweiz
lgtm https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/lib/src/command.dart File sdk/lib/_internal/pub/lib/src/command.dart (right): https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/lib/src/command.dart#newcode94 sdk/lib/_internal/pub/lib/src/command.dart:94: bool get hidden => false; On 2014/02/06 00:06:31, ...
6 years, 10 months ago (2014-02-06 01:57:40 UTC) #6
Bob Nystrom
On 2014/02/06 01:57:40, nweiz wrote: > lgtm > > https://codereview.chromium.org/138723005/diff/1/sdk/lib/_internal/pub/lib/src/command.dart > File sdk/lib/_internal/pub/lib/src/command.dart (right): > ...
6 years, 10 months ago (2014-02-06 18:35:02 UTC) #7
Bob Nystrom
6 years, 10 months ago (2014-02-06 18:52:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r32376 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698