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

Issue 342763003: Show partial reports in pub get, serve, and build. (Closed)

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

Description

Show partial reports in pub get, serve, and build. Also add support for --dry-run to pub get. BUG=dartbug.com/19439 dartbug.com/15587 R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=37525

Patch Set 1 #

Total comments: 10

Patch Set 2 : Revise. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -96 lines) Patch
M sdk/lib/_internal/pub/lib/src/command/get.dart View 1 2 chunks +4 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/upgrade.dart View 1 1 chunk +2 lines, -20 lines 2 comments Download
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 3 chunks +14 lines, -22 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/solver/solve_report.dart View 1 9 chunks +64 lines, -40 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/solver/version_solver.dart View 1 2 chunks +15 lines, -7 lines 0 comments Download
A sdk/lib/_internal/pub/test/get/dry_run_does_not_apply_changes_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/pub_test.dart View 1 3 chunks +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 1 chunk +4 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bob Nystrom
6 years, 6 months ago (2014-06-18 22:46:48 UTC) #1
nweiz
https://codereview.chromium.org/342763003/diff/1/sdk/lib/_internal/pub/lib/src/command/get.dart File sdk/lib/_internal/pub/lib/src/command/get.dart (right): https://codereview.chromium.org/342763003/diff/1/sdk/lib/_internal/pub/lib/src/command/get.dart#newcode23 sdk/lib/_internal/pub/lib/src/command/get.dart:23: help: 'Report what dependencies would change but do not ...
6 years, 6 months ago (2014-06-18 23:13:04 UTC) #2
Bob Nystrom
Thanks! https://codereview.chromium.org/342763003/diff/1/sdk/lib/_internal/pub/lib/src/command/get.dart File sdk/lib/_internal/pub/lib/src/command/get.dart (right): https://codereview.chromium.org/342763003/diff/1/sdk/lib/_internal/pub/lib/src/command/get.dart#newcode23 sdk/lib/_internal/pub/lib/src/command/get.dart:23: help: 'Report what dependencies would change but do ...
6 years, 6 months ago (2014-06-19 17:30:19 UTC) #3
nweiz
lgtm https://codereview.chromium.org/342763003/diff/20001/sdk/lib/_internal/pub/lib/src/command/upgrade.dart File sdk/lib/_internal/pub/lib/src/command/upgrade.dart (right): https://codereview.chromium.org/342763003/diff/20001/sdk/lib/_internal/pub/lib/src/command/upgrade.dart#newcode31 sdk/lib/_internal/pub/lib/src/command/upgrade.dart:31: var upgradeAll = commandOptions.rest.isEmpty; This variable is now ...
6 years, 6 months ago (2014-06-19 19:39:20 UTC) #4
Bob Nystrom
Committed patchset #2 manually as r37525 (presubmit successful).
6 years, 6 months ago (2014-06-19 23:26:48 UTC) #5
Bob Nystrom
6 years, 6 months ago (2014-06-19 23:28:24 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/342763003/diff/20001/sdk/lib/_internal/pub/li...
File sdk/lib/_internal/pub/lib/src/command/upgrade.dart (right):

https://codereview.chromium.org/342763003/diff/20001/sdk/lib/_internal/pub/li...
sdk/lib/_internal/pub/lib/src/command/upgrade.dart:31: var upgradeAll =
commandOptions.rest.isEmpty;
On 2014/06/19 19:39:20, nweiz wrote:
> This variable is now unused.

Done.

Powered by Google App Engine
This is Rietveld 408576698