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

Issue 1464553003: Move `analyzer_cli` into the SDK. (Closed)

Created:
5 years, 1 month ago by pquitslund
Modified:
5 years, 1 month 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: 1

Patch Set 2 : cr settings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3399 lines, -44 lines) Patch
A pkg/analyzer_cli/.gitignore View 1 chunk +11 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/CHANGELOG.md View 1 chunk +16 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/CONTRIBUTOR.md View 1 chunk +33 lines, -0 lines 0 comments Download
A + pkg/analyzer_cli/LICENSE View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/analyzer_cli/README.md View 1 chunk +87 lines, -0 lines 0 comments Download
A + pkg/analyzer_cli/bin/analyzer.dart View 1 1 chunk +7 lines, -12 lines 0 comments Download
A pkg/analyzer_cli/lib/src/analyzer_impl.dart View 1 chunk +303 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/lib/src/bootloader.dart View 1 chunk +196 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/lib/src/driver.dart View 1 chunk +641 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/lib/src/error_formatter.dart View 1 chunk +196 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/lib/src/options.dart View 1 chunk +485 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/lib/src/plugin/plugin_manager.dart View 1 chunk +110 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/pubspec.yaml View 1 chunk +18 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/all.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/angular_options.yaml View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/bad_plugin_options.yaml View 1 chunk +6 lines, -0 lines 0 comments Download
A + pkg/analyzer_cli/test/data/empty_options.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
A pkg/analyzer_cli/test/data/file_with_error.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/file_with_hint.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/file_with_warning.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/library_and_parts/lib.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/library_and_parts/part1.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/library_and_parts/part2.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/linter_project/.analysis_options View 1 chunk +3 lines, -0 lines 0 comments Download
A + pkg/analyzer_cli/test/data/linter_project/test_file.dart View 1 1 chunk +2 lines, -6 lines 0 comments Download
A pkg/analyzer_cli/test/data/no_lints_project/.analysis_options View 1 chunk +1 line, -0 lines 0 comments Download
A + pkg/analyzer_cli/test/data/no_lints_project/test_file.dart View 1 1 chunk +2 lines, -6 lines 0 comments Download
A + pkg/analyzer_cli/test/data/no_packages_file/sdk_ext_user.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download
A pkg/analyzer_cli/test/data/options_tests_project/.analysis_options View 1 chunk +5 lines, -0 lines 0 comments Download
A + pkg/analyzer_cli/test/data/options_tests_project/test_file.dart View 1 1 chunk +2 lines, -4 lines 0 comments Download
A pkg/analyzer_cli/test/data/package_with_sdk_extension/lib/_sdkext View 1 chunk +3 lines, -0 lines 0 comments Download
A + pkg/analyzer_cli/test/data/package_with_sdk_extension/lib/foo.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analyzer_cli/test/data/packages_file/sdk_ext_user.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download
A pkg/analyzer_cli/test/data/plugin_options.yaml View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/strong_example.dart View 1 chunk +18 lines, -0 lines 0 comments Download
A + pkg/analyzer_cli/test/data/super_mixin_example.dart View 1 1 chunk +10 lines, -11 lines 0 comments Download
A + pkg/analyzer_cli/test/data/test_file.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A pkg/analyzer_cli/test/data/test_options.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/driver_test.dart View 1 chunk +484 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/error_test.dart View 1 chunk +55 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/mocks.dart View 1 chunk +52 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/options_test.dart View 1 chunk +191 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/plugin_manager_test.dart View 1 chunk +94 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/reporter_test.dart View 1 chunk +76 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/sdk_ext_test.dart View 1 chunk +55 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/strong_mode_test.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/super_mixin_test.dart View 1 chunk +67 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/utils.dart View 1 chunk +56 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
pquitslund
5 years, 1 month ago (2015-11-19 18:39:29 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/1464553003/diff/1/pkg/analyzer_cli/codereview.settings File pkg/analyzer_cli/codereview.settings (right): https://codereview.chromium.org/1464553003/diff/1/pkg/analyzer_cli/codereview.settings#newcode3 pkg/analyzer_cli/codereview.settings:3: CC_LIST: reviews@dartlang.org I think this is one of ...
5 years, 1 month ago (2015-11-19 18:45:22 UTC) #4
pquitslund
On 2015/11/19 18:45:22, Brian Wilkerson wrote: > LGTM > > https://codereview.chromium.org/1464553003/diff/1/pkg/analyzer_cli/codereview.settings > File pkg/analyzer_cli/codereview.settings (right): ...
5 years, 1 month ago (2015-11-19 19:06:15 UTC) #5
pquitslund
5 years, 1 month ago (2015-11-19 19:11:25 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a573ed31f1675b775cb23829b5fdcb823e62c599 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698