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

Issue 2442993002: API for the new AnalysisDriver. (Closed)

Created:
4 years, 2 months 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 : Unsaved changes. #

Total comments: 38
Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -0 lines) Patch
A pkg/analyzer/lib/src/dart/analysis/byte_store.dart View 1 chunk +61 lines, -0 lines 13 comments Download
A pkg/analyzer/lib/src/dart/analysis/driver.dart View 1 1 chunk +178 lines, -0 lines 23 comments Download
A pkg/analyzer/lib/src/dart/analysis/file_byte_store.dart View 1 chunk +33 lines, -0 lines 2 comments Download

Messages

Total messages: 10 (1 generated)
scheglov
4 years, 2 months ago (2016-10-23 02:12:02 UTC) #1
scheglov
Committed patchset #2 (id:20001) manually as c3e7be4f122d0520ef57660a3f294c3dbaad56c5 (presubmit successful).
4 years, 2 months ago (2016-10-23 03:12:36 UTC) #3
Paul Berry
lgtm https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/byte_store.dart File pkg/analyzer/lib/src/dart/analysis/byte_store.dart (right): https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/byte_store.dart#newcode11 pkg/analyzer/lib/src/dart/analysis/byte_store.dart:11: * associated with a key can change or ...
4 years, 2 months ago (2016-10-23 10:39:20 UTC) #4
scheglov
Thank you for the comments, Paul. I updated the documentation and will upload a new ...
4 years, 2 months ago (2016-10-23 20:54:34 UTC) #5
Paul Berry
https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode130 pkg/analyzer/lib/src/dart/analysis/driver.dart:130: } On 2016/10/23 20:54:34, scheglov wrote: > On 2016/10/23 ...
4 years, 2 months ago (2016-10-23 21:07:19 UTC) #6
Brian Wilkerson
Tests of the concrete byte stores would be good (if they weren't in some other ...
4 years, 1 month ago (2016-10-25 17:24:12 UTC) #7
scheglov
https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/byte_store.dart File pkg/analyzer/lib/src/dart/analysis/byte_store.dart (right): https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/byte_store.dart#newcode47 pkg/analyzer/lib/src/dart/analysis/byte_store.dart:47: void put(String key, List<int> bytes) { On 2016/10/25 17:24:12, ...
4 years, 1 month ago (2016-10-25 18:38:45 UTC) #8
Brian Wilkerson
https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode78 pkg/analyzer/lib/src/dart/analysis/driver.dart:78: void addFile(String path) { > I don't understand yet ...
4 years, 1 month ago (2016-10-26 06:54:47 UTC) #9
scheglov
4 years, 1 month ago (2016-10-26 16:45:40 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/da...
File pkg/analyzer/lib/src/dart/analysis/driver.dart (right):

https://codereview.chromium.org/2442993002/diff/20001/pkg/analyzer/lib/src/da...
pkg/analyzer/lib/src/dart/analysis/driver.dart:78: void addFile(String path) {
On 2016/10/26 06:54:47, Brian Wilkerson wrote:
> > I don't understand yet about different URIs for the same file.
> 
> // foo/lib/a.dart
> import 'file:///c.dart'
> 
> // foo/lib/b.dart
> import 'package:foo/c.dart'
> 
> Unless we change the ecosystem, these imports have different URI's that both
> resolve to the same file, and we are required to treat them as importing
> different (albeit equivalent) libraries.

OK, I see.
Let's discuss this when we're all in the office.

Powered by Google App Engine
This is Rietveld 408576698