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

Issue 357483004: Split installing a package locally from symlinking to it. (Closed)

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

Description

Split installing a package locally from symlinking to it. This is prep work for global packages, which need to ensure their dependencies are local, but do not want to create symlinks for them. R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=37672

Patch Set 1 #

Total comments: 8

Patch Set 2 : Revise! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -60 lines) Patch
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 3 chunks +25 lines, -39 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/source.dart View 1 1 chunk +10 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/source/cached.dart View 1 1 chunk +8 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/source/git.dart View 1 2 chunks +1 line, -7 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/source/path.dart View 1 1 chunk +5 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/source/unknown.dart View 1 1 chunk +4 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/lock_file_test.dart View 1 1 chunk +4 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/pubspec_test.dart View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Bob Nystrom
6 years, 6 months ago (2014-06-24 18:41:26 UTC) #1
nweiz
https://codereview.chromium.org/357483004/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/357483004/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode104 sdk/lib/_internal/pub/lib/src/entrypoint.dart:104: source.createSymlink(resolved, packageDir); The Future this returns needs to be ...
6 years, 6 months ago (2014-06-24 19:57:19 UTC) #2
Bob Nystrom
Thanks! https://codereview.chromium.org/357483004/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/357483004/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode104 sdk/lib/_internal/pub/lib/src/entrypoint.dart:104: source.createSymlink(resolved, packageDir); On 2014/06/24 19:57:18, nweiz wrote: > ...
6 years, 6 months ago (2014-06-24 21:22:18 UTC) #3
nweiz
lgtm
6 years, 6 months ago (2014-06-24 21:43:14 UTC) #4
Bob Nystrom
6 years, 6 months ago (2014-06-24 21:44:31 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r37672 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698