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

Issue 21147002: Install before starting the server if the lockfile is out of date. (Closed)

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

Description

Install before starting the server if the lockfile is out of date. R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=25648

Patch Set 1 #

Patch Set 2 : Rebase. #

Total comments: 16

Patch Set 3 : Revise. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+430 lines, -41 lines) Patch
M sdk/lib/_internal/pub/lib/src/command/serve.dart View 1 1 chunk +12 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/package.dart View 1 chunk +4 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/does_not_install_first_if_a_dependency_is_removed_test.dart View 1 2 2 chunks +13 lines, -8 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/does_not_install_first_if_git_url_did_not_change_test.dart View 1 2 2 chunks +13 lines, -8 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/does_not_install_first_if_locked_version_matches_test.dart View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/installs_first_if_dependency_added_test.dart View 1 2 2 chunks +13 lines, -8 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/installs_first_if_dependency_version_changed_test.dart View 1 chunk +49 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/installs_first_if_dev_dependency_changed_test.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/installs_first_if_git_ref_changed_test.dart View 1 chunk +48 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/installs_first_if_git_url_changed_test.dart View 1 chunk +43 lines, -0 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/installs_first_if_no_lockfile_test.dart View 1 1 chunk +10 lines, -8 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/installs_first_if_path_dependency_changed_test.dart View 1 chunk +43 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/installs_first_if_source_changed_test.dart View 1 chunk +44 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 1 2 1 chunk +21 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Bob Nystrom
7 years, 4 months ago (2013-07-30 01:06:41 UTC) #1
nweiz
https://codereview.chromium.org/21147002/diff/3001/sdk/lib/_internal/pub/lib/src/command/serve.dart File sdk/lib/_internal/pub/lib/src/command/serve.dart (right): https://codereview.chromium.org/21147002/diff/3001/sdk/lib/_internal/pub/lib/src/command/serve.dart#newcode44 sdk/lib/_internal/pub/lib/src/command/serve.dart:44: log.message("Dependencies have changed, installing..."); "have changed since the pubspec.lock ...
7 years, 4 months ago (2013-07-30 19:34:36 UTC) #2
Bob Nystrom
Thanks! https://codereview.chromium.org/21147002/diff/3001/sdk/lib/_internal/pub/lib/src/command/serve.dart File sdk/lib/_internal/pub/lib/src/command/serve.dart (right): https://codereview.chromium.org/21147002/diff/3001/sdk/lib/_internal/pub/lib/src/command/serve.dart#newcode44 sdk/lib/_internal/pub/lib/src/command/serve.dart:44: log.message("Dependencies have changed, installing..."); On 2013/07/30 19:34:36, nweiz ...
7 years, 4 months ago (2013-07-30 21:35:32 UTC) #3
nweiz
lgtm
7 years, 4 months ago (2013-07-30 21:46:58 UTC) #4
Bob Nystrom
7 years, 4 months ago (2013-07-30 22:25:59 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r25648 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698