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

Issue 2443013002: Update the API documentations with Paul review comments. (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 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -19 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/byte_store.dart View 2 chunks +7 lines, -2 lines 1 comment Download
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 5 chunks +58 lines, -17 lines 6 comments Download
M pkg/analyzer/lib/src/dart/analysis/file_byte_store.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
scheglov
4 years, 2 months ago (2016-10-23 20:55:48 UTC) #1
scheglov
Committed patchset #1 (id:1) manually as 46aa3ced6f8469d6bfd1829777eb15b05eb3c377 (presubmit successful).
4 years, 2 months ago (2016-10-23 20:56:03 UTC) #3
Paul Berry
lgtm https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart File pkg/analyzer/lib/src/dart/analysis/byte_store.dart (right): https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart#newcode11 pkg/analyzer/lib/src/dart/analysis/byte_store.dart:11: * `[0-9]`, `.` and `_` characters. It cannot ...
4 years, 2 months ago (2016-10-23 21:10:18 UTC) #4
Brian Wilkerson
lgtm https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode44 pkg/analyzer/lib/src/dart/analysis/driver.dart:44: * [changeFile] any time the contents of a ...
4 years, 1 month ago (2016-10-25 17:34:16 UTC) #5
scheglov
https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode44 pkg/analyzer/lib/src/dart/analysis/driver.dart:44: * [changeFile] any time the contents of a file ...
4 years, 1 month ago (2016-10-25 18:53:32 UTC) #6
Brian Wilkerson
https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode44 pkg/analyzer/lib/src/dart/analysis/driver.dart:44: * [changeFile] any time the contents of a file ...
4 years, 1 month ago (2016-10-26 06:49:14 UTC) #7
scheglov
4 years, 1 month ago (2016-10-26 16:39:59 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/a...
File pkg/analyzer/lib/src/dart/analysis/driver.dart (right):

https://codereview.chromium.org/2443013002/diff/1/pkg/analyzer/lib/src/dart/a...
pkg/analyzer/lib/src/dart/analysis/driver.dart:44: * [changeFile] any time the
contents of a file on the file system have changed.
On 2016/10/26 06:49:14, Brian Wilkerson wrote:
> > I'd like to have the only place where we switch from "analyzing" to "idle" -
> in
> > the "result" stream cycle.
> 
> That would be nice, but if we add a file, schedule it for analysis, then
remove
> it before analysis completes, wouldn't that transition the driver to idle?

The driver will transition to idle when there is nothing to do.

Yes, if [removeFile] is called, we might not produce the result for the removed
file.
I will update the [results] documentation.

Powered by Google App Engine
This is Rietveld 408576698