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

Issue 1462143002: Revert "Move `analyzer_cli` into the SDK." (Closed)

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

Description

Revert "Move `analyzer_cli` into the SDK." This reverts commit a573ed31f1675b775cb23829b5fdcb823e62c599. BUG= R=whesse@google.com Committed: https://github.com/dart-lang/sdk/commit/5cc9a288bb1ee2150e83c66ca40148d5a9658e17

Patch Set 1 #

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

Messages

Total messages: 4 (1 generated)
pquitslund
5 years, 1 month ago (2015-11-19 19:26:44 UTC) #2
Bill Hesse
lgtm
5 years, 1 month ago (2015-11-19 19:28:13 UTC) #3
pquitslund
5 years, 1 month ago (2015-11-19 19:28:56 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
5cc9a288bb1ee2150e83c66ca40148d5a9658e17 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698