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

Issue 1490233007: Remove the old task model (Closed)

Created:
5 years ago by Brian Wilkerson
Modified:
5 years ago
Reviewers:
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@analyzer-breaking-0.27
Target Ref:
refs/heads/analyzer-breaking-0.27
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2090 lines, -23280 lines) Patch
M pkg/analysis_server/benchmark/integration/driver.dart View 3 chunks +2 lines, -6 lines 0 comments Download
M pkg/analysis_server/benchmark/integration/main.dart View 5 chunks +1 line, -14 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_diagnostic.dart View 2 chunks +2 lines, -3 lines 0 comments Download
D pkg/analysis_server/lib/src/get_handler.dart View 1 chunk +0 lines, -1655 lines 0 comments Download
M pkg/analysis_server/lib/src/server/driver.dart View 3 chunks +0 lines, -14 lines 0 comments Download
M pkg/analysis_server/lib/src/server/http_server.dart View 3 chunks +5 lines, -19 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart_completion_manager.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix_internal.dart View 1 chunk +1 line, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/status/element_writer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/status/get_handler.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/status/tree_writer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_analysis_options_test.dart View 2 chunks +0 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_errors_test.dart View 3 chunks +0 lines, -13 lines 0 comments Download
M pkg/analysis_server/test/analysis/update_content_test.dart View 1 chunk +1 line, -5 lines 0 comments Download
M pkg/analysis_server/test/domain_completion_test.dart View 3 chunks +0 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_tests.dart View 3 chunks +0 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/mock_sdk.dart View 2 chunks +2 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/plugin/set_analysis_domain_test.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/analyzer/lib/plugin/task.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/context/cache.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analyzer/lib/src/context/context.dart View 9 chunks +7 lines, -91 lines 0 comments Download
M pkg/analyzer/lib/src/generated/constant.dart View 2 chunks +3 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 5 chunks +1177 lines, -10689 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_resolver.dart View 15 chunks +17 lines, -99 lines 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 6 chunks +73 lines, -2483 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk_io.dart View 2 chunks +2 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart_work_manager.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/driver.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analyzer/lib/src/task/general.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/html.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/model.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/enum_test.dart View 1 chunk +0 lines, -12 lines 0 comments Download
M pkg/analyzer/test/generated/all_the_rest_test.dart View 10 chunks +19 lines, -537 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 2 chunks +365 lines, -6695 lines 0 comments Download
M pkg/analyzer/test/generated/incremental_resolver_test.dart View 4 chunks +8 lines, -37 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 24 chunks +22 lines, -456 lines 0 comments Download
M pkg/analyzer/test/src/context/abstract_context.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analyzer/test/src/context/cache_test.dart View 2 chunks +2 lines, -9 lines 0 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 6 chunks +25 lines, -31 lines 0 comments Download
M pkg/analyzer/test/src/context/mock_sdk.dart View 3 chunks +9 lines, -10 lines 0 comments Download
M pkg/analyzer/test/src/mock_sdk.dart View 2 chunks +2 lines, -6 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_work_manager_test.dart View 6 chunks +8 lines, -9 lines 0 comments Download
M pkg/analyzer/test/src/task/driver_test.dart View 1 chunk +1 line, -7 lines 0 comments Download
M pkg/analyzer/test/src/task/general_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analyzer/test/src/task/html_work_manager_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/task/model_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/options_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/options_work_manager_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/task/strong/strong_test_helper.dart View 8 chunks +313 lines, -309 lines 0 comments Download
M pkg/analyzer/test/src/task/test_support.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (1 generated)
Brian Wilkerson
5 years ago (2015-12-03 18:14:11 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b9644af695662c4e048dec22e79d28f8b8b27fb6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698