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

Issue 2514533002: update ContextManager to support analysis option include directive (Closed)

Created:
4 years, 1 month ago by danrubel
Modified:
4 years, 1 month ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

update ContextManager to support analysis option include directive R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/9ec75473230b8d30c69519beef3b5b24ac96b82c

Patch Set 1 #

Total comments: 2

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -8 lines) Patch
M pkg/analysis_server/lib/src/context_manager.dart View 4 chunks +16 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 2 chunks +38 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
danrubel
4 years, 1 month ago (2016-11-17 19:55:50 UTC) #2
Brian Wilkerson
lgtm https://codereview.chromium.org/2514533002/diff/1/pkg/analysis_server/lib/src/context_manager.dart File pkg/analysis_server/lib/src/context_manager.dart (right): https://codereview.chromium.org/2514533002/diff/1/pkg/analysis_server/lib/src/context_manager.dart#newcode687 pkg/analysis_server/lib/src/context_manager.dart:687: new ContextBuilder(resourceProvider, null, null) Take a look at ...
4 years, 1 month ago (2016-11-17 20:06:42 UTC) #3
danrubel
Committed patchset #2 (id:20001) manually as 9ec75473230b8d30c69519beef3b5b24ac96b82c (presubmit successful).
4 years, 1 month ago (2016-11-17 20:36:40 UTC) #5
danrubel
4 years, 1 month ago (2016-11-17 20:43:40 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/2514533002/diff/1/pkg/analysis_server/lib/src...
File pkg/analysis_server/lib/src/context_manager.dart (right):

https://codereview.chromium.org/2514533002/diff/1/pkg/analysis_server/lib/src...
pkg/analysis_server/lib/src/context_manager.dart:687: new
ContextBuilder(resourceProvider, null, null)
On 2016/11/17 20:06:42, Brian Wilkerson wrote:
> Take a look at ContextManagerCallbacks.createContextBuilder. If it's possible
to
> keep one location where the builder is getting created that would be better.
If
> not, that's OK too.

I'll leave this as is because this is temporary code. Long term, the
ContextManager should be reading the options as part of building the context.

Powered by Google App Engine
This is Rietveld 408576698