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

Issue 1413973003: Analysis Options processing task and manager. (Closed)

Created:
5 years, 2 months ago by pquitslund
Modified:
5 years, 2 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Test fix. #

Total comments: 2

Patch Set 3 : No partial results fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -130 lines) Patch
M pkg/analysis_server/test/context_manager_test.dart View 1 2 chunks +0 lines, -5 lines 0 comments Download
M pkg/analyzer/lib/source/analysis_options_provider.dart View 3 chunks +18 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 1 chunk +33 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/plugin/options_plugin.dart View 2 chunks +5 lines, -1 line 0 comments Download
A pkg/analyzer/lib/src/task/options.dart View 1 chunk +76 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/task/options_work_manager.dart View 1 2 1 chunk +174 lines, -0 lines 0 comments Download
A pkg/analyzer/test/src/task/options_test.dart View 1 chunk +94 lines, -0 lines 0 comments Download
A + pkg/analyzer/test/src/task/options_work_manager_test.dart View 7 chunks +56 lines, -120 lines 0 comments Download
M pkg/analyzer/test/src/task/test_all.dart View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
pquitslund
This should get us most of the way to getting `.analysis_options` files setup for validation. ...
5 years, 2 months ago (2015-10-20 20:54:05 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1413973003/diff/1/pkg/analyzer/lib/src/task/options_work_manager.dart File pkg/analyzer/lib/src/task/options_work_manager.dart (right): https://codereview.chromium.org/1413973003/diff/1/pkg/analyzer/lib/src/task/options_work_manager.dart#newcode109 pkg/analyzer/lib/src/task/options_work_manager.dart:109: Source htmlSource = sourceQueue.first; Rename? https://codereview.chromium.org/1413973003/diff/1/pkg/analyzer/test/src/task/options_test.dart File pkg/analyzer/test/src/task/options_test.dart ...
5 years, 2 months ago (2015-10-20 21:22:20 UTC) #3
pquitslund
Thanks! https://codereview.chromium.org/1413973003/diff/1/pkg/analyzer/lib/src/task/options_work_manager.dart File pkg/analyzer/lib/src/task/options_work_manager.dart (right): https://codereview.chromium.org/1413973003/diff/1/pkg/analyzer/lib/src/task/options_work_manager.dart#newcode109 pkg/analyzer/lib/src/task/options_work_manager.dart:109: Source htmlSource = sourceQueue.first; On 2015/10/20 21:22:20, scheglov ...
5 years, 2 months ago (2015-10-20 21:25:54 UTC) #4
Brian Wilkerson
LGTM https://codereview.chromium.org/1413973003/diff/20001/pkg/analyzer/lib/src/task/options_work_manager.dart File pkg/analyzer/lib/src/task/options_work_manager.dart (right): https://codereview.chromium.org/1413973003/diff/20001/pkg/analyzer/lib/src/task/options_work_manager.dart#newcode89 pkg/analyzer/lib/src/task/options_work_manager.dart:89: // If analysis is in progress, combine all ...
5 years, 2 months ago (2015-10-20 21:35:40 UTC) #5
pquitslund
Thanks! https://codereview.chromium.org/1413973003/diff/20001/pkg/analyzer/lib/src/task/options_work_manager.dart File pkg/analyzer/lib/src/task/options_work_manager.dart (right): https://codereview.chromium.org/1413973003/diff/20001/pkg/analyzer/lib/src/task/options_work_manager.dart#newcode89 pkg/analyzer/lib/src/task/options_work_manager.dart:89: // If analysis is in progress, combine all ...
5 years, 2 months ago (2015-10-20 22:15:20 UTC) #6
pquitslund
5 years, 2 months ago (2015-10-20 22:38:59 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
bf0ba96027339f70dce4f1c4d34cb16651b5222d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698