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 103453005: Show detailed report on upgrade. (Closed)

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

Description

Patch Set 1 #

Total comments: 55

Patch Set 2 : Revise. #

Total comments: 2

Patch Set 3 : Revise again. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+755 lines, -85 lines) Patch
M sdk/lib/_internal/pub/lib/src/command/get.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/upgrade.dart View 1 1 chunk +13 lines, -9 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 2 4 chunks +27 lines, -48 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/log.dart View 1 2 chunks +29 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/solver/backtracking_solver.dart View 1 2 6 chunks +47 lines, -11 lines 0 comments Download
A sdk/lib/_internal/pub/lib/src/solver/solve_report.dart View 1 2 1 chunk +262 lines, -0 lines 1 comment Download
M sdk/lib/_internal/pub/lib/src/solver/version_solver.dart View 1 2 5 chunks +41 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/source_registry.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/dependency_override_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 1 4 chunks +10 lines, -9 lines 0 comments Download
A sdk/lib/_internal/pub/test/upgrade/report/describes_change_test.dart View 1 1 chunk +62 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/upgrade/report/does_not_show_newer_versions_for_locked_packages_test.dart View 1 chunk +44 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/upgrade/report/highlights_overrides_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/upgrade/report/leading_character_shows_change_test.dart View 1 chunk +92 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/upgrade/report/shows_newer_available_versions_test.dart View 1 chunk +52 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/upgrade/report/shows_number_of_changed_dependencies_test.dart View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Bob Nystrom
7 years ago (2013-12-10 23:46:17 UTC) #1
nweiz
https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/command/upgrade.dart File sdk/lib/_internal/pub/lib/src/command/upgrade.dart (right): https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/command/upgrade.dart#newcode37 sdk/lib/_internal/pub/lib/src/command/upgrade.dart:37: log.message("Changed $numChanged dependencies!"); I don't know how clear the ...
7 years ago (2013-12-11 06:48:32 UTC) #2
Bob Nystrom
https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/command/upgrade.dart File sdk/lib/_internal/pub/lib/src/command/upgrade.dart (right): https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/command/upgrade.dart#newcode37 sdk/lib/_internal/pub/lib/src/command/upgrade.dart:37: log.message("Changed $numChanged dependencies!"); On 2013/12/11 06:48:32, nweiz wrote: > ...
7 years ago (2013-12-11 22:36:59 UTC) #3
nweiz
https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode126 sdk/lib/_internal/pub/lib/src/entrypoint.dart:126: if (upgradeAll == null) upgradeAll = false; On 2013/12/11 ...
7 years ago (2013-12-11 23:31:27 UTC) #4
Bob Nystrom
https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/103453005/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode126 sdk/lib/_internal/pub/lib/src/entrypoint.dart:126: if (upgradeAll == null) upgradeAll = false; On 2013/12/11 ...
7 years ago (2013-12-12 00:14:57 UTC) #5
nweiz
lgtm https://codereview.chromium.org/103453005/diff/40001/sdk/lib/_internal/pub/lib/src/solver/solve_report.dart File sdk/lib/_internal/pub/lib/src/solver/solve_report.dart (right): https://codereview.chromium.org/103453005/diff/40001/sdk/lib/_internal/pub/lib/src/solver/solve_report.dart#newcode14 sdk/lib/_internal/pub/lib/src/solver/solve_report.dart:14: int show(SourceRegistry sources, Package root, LockFile previousLockFile, Add ...
7 years ago (2013-12-12 21:20:10 UTC) #6
Bob Nystrom
7 years ago (2013-12-13 00:54:26 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r31120 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698