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

Issue 1956543002: Fix a lockfile freshness checking bug. (Closed)

Created:
4 years, 7 months ago by nweiz
Modified:
4 years, 7 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/pub.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix a lockfile freshness checking bug. We had a logic error wherein we were checking dependencies only for cached packages when we should have been checking them only for *uncached* packages. R=rnystrom@google.com Committed: https://github.com/dart-lang/pub/commit/5261d6ade67df67ffd2a021a0a814dfc6ba2d6fa

Patch Set 1 #

Total comments: 2

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -15 lines) Patch
M lib/src/entrypoint.dart View 1 3 chunks +27 lines, -11 lines 0 comments Download
M lib/src/package.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/must_pub_get_test.dart View 1 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
nweiz
4 years, 7 months ago (2016-05-05 20:46:38 UTC) #1
Bob Nystrom
https://codereview.chromium.org/1956543002/diff/1/test/must_pub_get_test.dart File test/must_pub_get_test.dart (right): https://codereview.chromium.org/1956543002/diff/1/test/must_pub_get_test.dart#newcode308 test/must_pub_get_test.dart:308: 'pubspec.lock file was generated, please run "pub get" again.'); ...
4 years, 7 months ago (2016-05-05 22:06:42 UTC) #2
nweiz
Code review changes
4 years, 7 months ago (2016-05-05 22:29:42 UTC) #3
nweiz
https://codereview.chromium.org/1956543002/diff/1/test/must_pub_get_test.dart File test/must_pub_get_test.dart (right): https://codereview.chromium.org/1956543002/diff/1/test/must_pub_get_test.dart#newcode308 test/must_pub_get_test.dart:308: 'pubspec.lock file was generated, please run "pub get" again.'); ...
4 years, 7 months ago (2016-05-05 22:29:49 UTC) #4
Bob Nystrom
lgtm
4 years, 7 months ago (2016-05-05 22:38:37 UTC) #5
nweiz
4 years, 7 months ago (2016-05-05 22:40:10 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
5261d6ade67df67ffd2a021a0a814dfc6ba2d6fa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698