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

Issue 2487003002: Use AnalysisDriverScheduler to schedule work across multiple AnalysisDriver(s). (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

Use AnalysisDriverScheduler to schedule work across multiple AnalysisDriver(s). I don't like that it lives in the same file, but I'd not like to expose internals of AnalysisDriver or AnalysisDriverScheduler outside :-( R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/b22ac9c93da3a56beefc6991091d66a4d326b90e

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+421 lines, -148 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 3 chunks +8 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 12 chunks +230 lines, -106 lines 4 comments Download
M pkg/analyzer/test/src/dart/analysis/driver_test.dart View 6 chunks +183 lines, -40 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 1 month ago (2016-11-08 22:37:04 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/2487003002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2487003002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode78 pkg/analyzer/lib/src/dart/analysis/driver.dart:78: * The scheduler that schedules analysis work in ...
4 years, 1 month ago (2016-11-08 22:43:26 UTC) #2
Brian Wilkerson
lgtm > I don't like that it lives in the same file, but I'd not ...
4 years, 1 month ago (2016-11-08 22:47:45 UTC) #3
scheglov
https://codereview.chromium.org/2487003002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2487003002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode78 pkg/analyzer/lib/src/dart/analysis/driver.dart:78: * The scheduler that schedules analysis work in this, ...
4 years, 1 month ago (2016-11-09 01:54:50 UTC) #4
scheglov
4 years, 1 month ago (2016-11-09 02:05:23 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b22ac9c93da3a56beefc6991091d66a4d326b90e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698