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

Issue 2808173002: Prioritize analysis of files that import the changed file, or have an error or warning. (Closed)

Created:
3 years, 8 months ago by scheglov
Modified:
3 years, 8 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Prioritize analysis of files that import the changed file, or have an error or warning. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/3dd42456e470135da729d1f800590a3d438e6082

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use separate buckets for each file category. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+360 lines, -12 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 1 4 chunks +40 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/file_state.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/file_tracker.dart View 1 7 chunks +117 lines, -8 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/driver_test.dart View 1 2 chunks +197 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
scheglov
3 years, 8 months ago (2017-04-10 17:58:35 UTC) #1
Paul Berry
lgtm
3 years, 8 months ago (2017-04-10 18:08:50 UTC) #2
Brian Wilkerson
lgtm https://codereview.chromium.org/2808173002/diff/1/pkg/analyzer/lib/src/dart/analysis/file_tracker.dart File pkg/analyzer/lib/src/dart/analysis/file_tracker.dart (right): https://codereview.chromium.org/2808173002/diff/1/pkg/analyzer/lib/src/dart/analysis/file_tracker.dart#newcode201 pkg/analyzer/lib/src/dart/analysis/file_tracker.dart:201: pendingFiles.addAll(_pendingFiles); Are we sure we want to add ...
3 years, 8 months ago (2017-04-10 18:17:38 UTC) #3
scheglov
https://codereview.chromium.org/2808173002/diff/1/pkg/analyzer/lib/src/dart/analysis/file_tracker.dart File pkg/analyzer/lib/src/dart/analysis/file_tracker.dart (right): https://codereview.chromium.org/2808173002/diff/1/pkg/analyzer/lib/src/dart/analysis/file_tracker.dart#newcode201 pkg/analyzer/lib/src/dart/analysis/file_tracker.dart:201: pendingFiles.addAll(_pendingFiles); On 2017/04/10 18:17:38, Brian Wilkerson wrote: > Are ...
3 years, 8 months ago (2017-04-10 18:51:58 UTC) #4
scheglov
PTAL Brian, your comment made me realize that we have a problem with scheduling over ...
3 years, 8 months ago (2017-04-10 20:54:10 UTC) #5
Brian Wilkerson
lgtm
3 years, 8 months ago (2017-04-10 20:58:21 UTC) #6
scheglov
3 years, 8 months ago (2017-04-11 15:26:33 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3dd42456e470135da729d1f800590a3d438e6082 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698