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

Issue 340773005: Add support for adding/removing pubspec.yaml files. (Closed)

Created:
6 years, 6 months ago by Paul Berry
Modified:
6 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for adding/removing pubspec.yaml files. Since this probably won't happen very often, we don't go to a great deal of effort to handle it efficiently--we just destroy the old context and create a new one. R=brianwilkerson@google.com, scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=37496

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -24 lines) Patch
M pkg/analysis_server/lib/src/context_directory_manager.dart View 5 chunks +63 lines, -13 lines 8 comments Download
M pkg/analysis_server/lib/src/resource.dart View 3 chunks +14 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/context_directory_manager_test.dart View 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Paul Berry
6 years, 6 months ago (2014-06-18 17:59:59 UTC) #1
Brian Wilkerson
LGTM
6 years, 6 months ago (2014-06-18 18:19:39 UTC) #2
scheglov
lgtm https://codereview.chromium.org/340773005/diff/1/pkg/analysis_server/lib/src/context_directory_manager.dart File pkg/analysis_server/lib/src/context_directory_manager.dart (right): https://codereview.chromium.org/340773005/diff/1/pkg/analysis_server/lib/src/context_directory_manager.dart#newcode34 pkg/analysis_server/lib/src/context_directory_manager.dart:34: File pubspecFile = null; Do we need "= ...
6 years, 6 months ago (2014-06-18 18:32:05 UTC) #3
Paul Berry
https://codereview.chromium.org/340773005/diff/1/pkg/analysis_server/lib/src/context_directory_manager.dart File pkg/analysis_server/lib/src/context_directory_manager.dart (right): https://codereview.chromium.org/340773005/diff/1/pkg/analysis_server/lib/src/context_directory_manager.dart#newcode34 pkg/analysis_server/lib/src/context_directory_manager.dart:34: File pubspecFile = null; On 2014/06/18 18:32:04, scheglov wrote: ...
6 years, 6 months ago (2014-06-19 14:55:15 UTC) #4
Paul Berry
6 years, 6 months ago (2014-06-19 14:55:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r37496 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698