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

Issue 10867070: Support removing dead packages with `pub install`. (Closed)

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

Description

Support removing dead packages with `pub install`. Committed: https://code.google.com/p/dart/source/detail?r=11356

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -5 lines) Patch
M utils/pub/entrypoint.dart View 2 chunks +27 lines, -4 lines 2 comments Download
M utils/pub/utils.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M utils/tests/pub/pub_install_repo_test.dart View 1 chunk +100 lines, -0 lines 0 comments Download
M utils/tests/pub/pub_update_repo_test.dart View 1 chunk +100 lines, -0 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 3 chunks +37 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
8 years, 4 months ago (2012-08-24 23:37:57 UTC) #1
Bob Nystrom
LGTM! https://chromiumcodereview.appspot.com/10867070/diff/1/utils/pub/entrypoint.dart File utils/pub/entrypoint.dart (right): https://chromiumcodereview.appspot.com/10867070/diff/1/utils/pub/entrypoint.dart#newcode198 utils/pub/entrypoint.dart:198: new List.from(setMinus(existingDependencies, dependenciesToKeep)); Indent +2.
8 years, 4 months ago (2012-08-25 00:13:30 UTC) #2
nweiz
8 years, 4 months ago (2012-08-25 00:17:49 UTC) #3
https://chromiumcodereview.appspot.com/10867070/diff/1/utils/pub/entrypoint.dart
File utils/pub/entrypoint.dart (right):

https://chromiumcodereview.appspot.com/10867070/diff/1/utils/pub/entrypoint.d...
utils/pub/entrypoint.dart:198: new List.from(setMinus(existingDependencies,
dependenciesToKeep));
On 2012/08/25 00:13:30, Bob Nystrom wrote:
> Indent +2.

Done.

Powered by Google App Engine
This is Rietveld 408576698