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

Issue 10796021: Use a lockfile to persist Pub's installed version constellation. (Closed)

Created:
8 years, 5 months ago by nweiz
Modified:
8 years, 5 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use a lockfile to persist Pub's installed version constellation. Committed: https://code.google.com/p/dart/source/detail?r=9767

Patch Set 1 #

Patch Set 2 : Name change #

Total comments: 11
Unified diffs Side-by-side diffs Delta from patch set Stats (+608 lines, -78 lines) Patch
M utils/pub/entrypoint.dart View 1 6 chunks +72 lines, -29 lines 2 comments Download
M utils/pub/git_source.dart View 7 chunks +41 lines, -14 lines 2 comments Download
M utils/pub/io.dart View 1 chunk +1 line, -2 lines 0 comments Download
M utils/pub/lock_file.dart View 3 chunks +20 lines, -1 line 0 comments Download
M utils/pub/package.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M utils/pub/pubspec.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/repo_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/source.dart View 3 chunks +35 lines, -11 lines 0 comments Download
M utils/pub/version_solver.dart View 4 chunks +35 lines, -11 lines 4 comments Download
M utils/tests/pub/lock_file_test.dart View 2 chunks +27 lines, -1 line 0 comments Download
M utils/tests/pub/pub_test.dart View 2 chunks +288 lines, -0 lines 0 comments Download
M utils/tests/pub/pubspec_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/test_pub.dart View 3 chunks +15 lines, -4 lines 0 comments Download
M utils/tests/pub/version_solver_test.dart View 4 chunks +66 lines, -2 lines 3 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
8 years, 5 months ago (2012-07-18 23:51:09 UTC) #1
Jennifer Messerly
lgtm. Pub's tests are a thing of beauty! https://chromiumcodereview.appspot.com/10796021/diff/2001/utils/pub/entrypoint.dart File utils/pub/entrypoint.dart (right): https://chromiumcodereview.appspot.com/10796021/diff/2001/utils/pub/entrypoint.dart#newcode84 utils/pub/entrypoint.dart:84: return ...
8 years, 5 months ago (2012-07-19 18:45:34 UTC) #2
nweiz
https://chromiumcodereview.appspot.com/10796021/diff/2001/utils/pub/entrypoint.dart File utils/pub/entrypoint.dart (right): https://chromiumcodereview.appspot.com/10796021/diff/2001/utils/pub/entrypoint.dart#newcode84 utils/pub/entrypoint.dart:84: return deleteDir(packageDir); On 2012/07/19 18:45:34, John Messerly wrote: > ...
8 years, 5 months ago (2012-07-19 18:56:54 UTC) #3
Jennifer Messerly
8 years, 5 months ago (2012-07-19 19:06:30 UTC) #4
https://chromiumcodereview.appspot.com/10796021/diff/2001/utils/tests/pub/ver...
File utils/tests/pub/version_solver_test.dart (right):

https://chromiumcodereview.appspot.com/10796021/diff/2001/utils/tests/pub/ver...
utils/tests/pub/version_solver_test.dart:164: 'foo': '1.0.2',
On 2012/07/19 18:56:54, nweiz wrote:
> On 2012/07/19 18:45:34, John Messerly wrote:
> > so if the lockfile is incompatible, it just gets upgraded?
> 
> Yes. This should only happen when the user modifies the pubspec, which
> presumably means they want updated versions of their files.

Makes sense

Powered by Google App Engine
This is Rietveld 408576698