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

Issue 1242023008: Server .packages support. (Closed)

Created:
5 years, 5 months ago by pquitslund
Modified:
5 years, 5 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 21

Patch Set 2 : Review fixes. #

Patch Set 3 : Flag support. #

Patch Set 4 : Reformat. #

Patch Set 5 : PathFilter integration. #

Patch Set 6 : Cleanup. #

Total comments: 4

Patch Set 7 : More merging/nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+617 lines, -91 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 5 chunks +8 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/context_manager.dart View 1 2 3 4 5 6 25 chunks +209 lines, -78 lines 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 1 2 3 4 5 6 15 chunks +400 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
pquitslund
WIP/jumping-off point.
5 years, 5 months ago (2015-07-17 17:04:00 UTC) #2
Brian Wilkerson
https://codereview.chromium.org/1242023008/diff/1/pkg/analysis_server/lib/src/context_manager.dart File pkg/analysis_server/lib/src/context_manager.dart (right): https://codereview.chromium.org/1242023008/diff/1/pkg/analysis_server/lib/src/context_manager.dart#newcode498 pkg/analysis_server/lib/src/context_manager.dart:498: Folder folder, File pubspecFile, List<_ContextInfo> children) { Perhaps rename ...
5 years, 5 months ago (2015-07-17 18:02:58 UTC) #3
pquitslund
Thank you! Comments addressed. I'll follow-up with a flag to programmatically disable the new logic ...
5 years, 5 months ago (2015-07-17 19:30:02 UTC) #4
pquitslund
New behavior is now hidden behind a flag. PTAL and sanity-check?
5 years, 5 months ago (2015-07-17 19:59:00 UTC) #5
Brian Wilkerson
LGTM
5 years, 5 months ago (2015-07-17 20:32:56 UTC) #6
Paul Berry
lgtm https://codereview.chromium.org/1242023008/diff/90001/pkg/analysis_server/lib/src/context_manager.dart File pkg/analysis_server/lib/src/context_manager.dart (right): https://codereview.chromium.org/1242023008/diff/90001/pkg/analysis_server/lib/src/context_manager.dart#newcode36 pkg/analysis_server/lib/src/context_manager.dart:36: * Temporary flag to hide WIP .packages support. ...
5 years, 5 months ago (2015-07-17 20:49:13 UTC) #7
pquitslund
Committed patchset #7 (id:110001) manually as 05d420692980735434252344ef3cd9535296cdf0 (presubmit successful).
5 years, 5 months ago (2015-07-19 05:18:34 UTC) #8
pquitslund
5 years, 5 months ago (2015-07-20 20:50:22 UTC) #9
Message was sent while issue was closed.
Forgot to send....

https://codereview.chromium.org/1242023008/diff/90001/pkg/analysis_server/lib...
File pkg/analysis_server/lib/src/context_manager.dart (right):

https://codereview.chromium.org/1242023008/diff/90001/pkg/analysis_server/lib...
pkg/analysis_server/lib/src/context_manager.dart:36: * Temporary flag to hide
WIP .packages support.
On 2015/07/17 20:49:13, Paul Berry wrote:
> It would be nice to mention the DEP number (DEP 5) in this comment.

Done.

https://codereview.chromium.org/1242023008/diff/90001/pkg/analysis_server/lib...
pkg/analysis_server/lib/src/context_manager.dart:1066: _ContextInfo(Folder
folder, File pubspecFile, this.children, this.packageRoot)
On 2015/07/17 20:49:13, Paul Berry wrote:
> Rename pubspecFile to packageDescriptionFile to be consistent with the rename
of
> pubspecPath above.

Done.

Powered by Google App Engine
This is Rietveld 408576698