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

Issue 2469323004: Mix file: and package: URIs during analysis. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Create separate FileState instances for separate URIs for the same path. #

Total comments: 2

Patch Set 3 : Refresh all FileState instances for a path. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -51 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 1 2 6 chunks +17 lines, -17 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/file_state.dart View 1 2 10 chunks +93 lines, -33 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/driver_test.dart View 1 4 chunks +100 lines, -1 line 0 comments Download

Messages

Total messages: 15 (1 generated)
scheglov
4 years, 1 month ago (2016-11-02 22:07:11 UTC) #1
Brian Wilkerson
If we hit the cache with a package: URI this will optimize a later access ...
4 years, 1 month ago (2016-11-02 22:11:26 UTC) #2
Paul Berry
The asymmetry feels weird to me too. Is it necessary to store the unlinked summary ...
4 years, 1 month ago (2016-11-02 22:16:20 UTC) #3
scheglov
On 2016/11/02 22:16:20, Paul Berry wrote: > The asymmetry feels weird to me too. Is ...
4 years, 1 month ago (2016-11-02 22:25:45 UTC) #4
Brian Wilkerson
> If we don't put a.dart with the file: URI, linking of c.dart fails. I ...
4 years, 1 month ago (2016-11-02 22:41:00 UTC) #5
Paul Berry
On 2016/11/02 22:41:00, Brian Wilkerson wrote: > > If we don't put a.dart with the ...
4 years, 1 month ago (2016-11-03 13:35:30 UTC) #6
Paul Berry
On 2016/11/03 13:35:30, Paul Berry wrote: > On 2016/11/02 22:41:00, Brian Wilkerson wrote: > > ...
4 years, 1 month ago (2016-11-03 14:41:28 UTC) #7
scheglov
On 2016/11/03 14:41:28, Paul Berry wrote: > On 2016/11/03 13:35:30, Paul Berry wrote: > > ...
4 years, 1 month ago (2016-11-03 20:48:26 UTC) #8
scheglov
PTAL
4 years, 1 month ago (2016-11-03 21:21:15 UTC) #9
Brian Wilkerson
lgtm
4 years, 1 month ago (2016-11-03 21:26:21 UTC) #10
Paul Berry
https://codereview.chromium.org/2469323004/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2469323004/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode686 pkg/analyzer/lib/src/dart/analysis/driver.dart:686: bool apiChanged = file.refresh(); Don't we need to refresh ...
4 years, 1 month ago (2016-11-03 21:39:34 UTC) #11
scheglov
PTAL https://codereview.chromium.org/2469323004/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2469323004/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode686 pkg/analyzer/lib/src/dart/analysis/driver.dart:686: bool apiChanged = file.refresh(); On 2016/11/03 21:39:34, Paul ...
4 years, 1 month ago (2016-11-04 04:03:38 UTC) #12
Paul Berry
lgtm
4 years, 1 month ago (2016-11-04 04:12:50 UTC) #13
scheglov
4 years, 1 month ago (2016-11-04 04:14:53 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
af23652ad179dcbc787dbb691d81511124ecd7f3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698