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

Issue 83173011: Make sure pub build/serve get at the right time: (Closed)

Created:
7 years, 1 month ago by Bob Nystrom
Modified:
7 years ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make sure pub build/serve get at the right time: 1. Take overrides into account. 2. Do get if a cache package is not installed. BUG=http://dartbug.com/14590, http://dartbug.com/15180 R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=30832

Patch Set 1 #

Patch Set 2 : Handle transitive dependencies when making sure installed. #

Total comments: 8

Patch Set 3 : Revise. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -48 lines) Patch
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 2 2 chunks +58 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/package.dart View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/does_not_get_first_if_locked_matches_override_test.dart View 2 chunks +13 lines, -8 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/gets_first_if_dependency_is_not_installed_test.dart View 1 1 chunk +13 lines, -16 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart View 1 1 chunk +41 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 2 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Bob Nystrom
7 years, 1 month ago (2013-11-23 00:30:30 UTC) #1
nweiz
https://codereview.chromium.org/83173011/diff/30001/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/83173011/diff/30001/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode201 sdk/lib/_internal/pub/lib/src/entrypoint.dart:201: Future<bool> _ensurePackagesAvailable(LockFile lockFile) { This name is inaccurate, since ...
7 years ago (2013-11-26 21:43:11 UTC) #2
Bob Nystrom
Thanks! https://codereview.chromium.org/83173011/diff/30001/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/83173011/diff/30001/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode201 sdk/lib/_internal/pub/lib/src/entrypoint.dart:201: Future<bool> _ensurePackagesAvailable(LockFile lockFile) { On 2013/11/26 21:43:11, nweiz ...
7 years ago (2013-12-03 19:00:48 UTC) #3
nweiz
lgtm
7 years ago (2013-12-03 20:56:48 UTC) #4
Bob Nystrom
7 years ago (2013-12-03 23:14:13 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r30832 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698