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

Issue 1239863002: Add hook for listening to implicitly analyzed files (Closed)

Created:
5 years, 5 months ago by Brian Wilkerson
Modified:
5 years, 5 months ago
Reviewers:
Paul Berry, scheglov
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 11

Patch Set 2 : Address comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -52 lines) Patch
M pkg/analyzer/lib/src/context/cache.dart View 1 5 chunks +17 lines, -14 lines 0 comments Download
M pkg/analyzer/lib/src/context/context.dart View 1 10 chunks +35 lines, -3 lines 2 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 1 20 chunks +91 lines, -23 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 1 8 chunks +71 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/context/cache_test.dart View 5 chunks +18 lines, -10 lines 0 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 1 2 chunks +44 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Brian Wilkerson
5 years, 5 months ago (2015-07-15 18:28:49 UTC) #2
Paul Berry
I think there's a corner case we're not addressing: what if a file is being ...
5 years, 5 months ago (2015-07-15 19:50:01 UTC) #3
Brian Wilkerson
> ... what if a file is being implicitly analyzed, and then it gets > ...
5 years, 5 months ago (2015-07-15 21:23:37 UTC) #4
Paul Berry
On 2015/07/15 21:23:37, Brian Wilkerson wrote: > > ... what if a file is being ...
5 years, 5 months ago (2015-07-15 21:41:57 UTC) #5
Brian Wilkerson
Committed patchset #2 (id:20001) manually as 503e2b68f1768cd8cb13cf1facaaa6c0afde1d5a (presubmit successful).
5 years, 5 months ago (2015-07-16 15:10:44 UTC) #6
scheglov
https://codereview.chromium.org/1239863002/diff/20001/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1239863002/diff/20001/pkg/analyzer/lib/src/context/context.dart#newcode1662 pkg/analyzer/lib/src/context/context.dart:1662: if (entry != null && entry.explicitlyAdded) { Should it ...
5 years, 5 months ago (2015-07-17 18:21:39 UTC) #8
Brian Wilkerson
5 years, 5 months ago (2015-07-17 19:25:38 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/1239863002/diff/20001/pkg/analyzer/lib/src/co...
File pkg/analyzer/lib/src/context/context.dart (right):

https://codereview.chromium.org/1239863002/diff/20001/pkg/analyzer/lib/src/co...
pkg/analyzer/lib/src/context/context.dart:1662: if (entry != null &&
entry.explicitlyAdded) {
Yes, thanks.

Powered by Google App Engine
This is Rietveld 408576698