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

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed)

Created:
7 years, 1 month ago by scheglov
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Tweaks before publishing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -111051 lines) Patch
A + editor/tools/analyzer View 1 1 chunk +1 line, -1 line 0 comments Download
D editor/tools/analyzer_experimental View 1 1 chunk +0 lines, -43 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/DartEngineAnalysisTest.java View 1 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/PubCacheManagerTest.java View 1 1 chunk +4 lines, -4 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/RunPubCacheListJobTest.java View 1 1 chunk +3 lines, -5 lines 0 comments Download
A + pkg/analyzer/LICENSE View 1 2 chunks +3 lines, -1 line 0 comments Download
A + pkg/analyzer/README.md View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/bin/analyzer.dart View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + pkg/analyzer/bin/coverage.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/analyzer/bin/formatter.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analyzer/example/parser_driver.dart View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + pkg/analyzer/example/resolver_driver.dart View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + pkg/analyzer/example/scanner_driver.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/analyzer/lib/analyzer.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/formatter.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analyzer/lib/options.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/analyzer_impl.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/error.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/error_formatter.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/ast.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/constant.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/element.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/engine.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/error.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/html.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/instrumentation.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/java_core.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/java_engine.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/java_engine_io.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/java_io.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/java_junit.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/parser.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/resolver.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/scanner.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/sdk.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/sdk_io.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/source.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/source_io.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/utilities_collection.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/utilities_dart.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/generated/utilities_general.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/services/formatter_impl.dart View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + pkg/analyzer/lib/src/services/runtime/coverage/coverage_lib.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/services/runtime/coverage/models.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/analyzer/lib/src/services/runtime/coverage/utils.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/services/runtime/log.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/services/writer.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/lib/src/string_source.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A pkg/analyzer/pubspec.yaml View 1 1 chunk +11 lines, -0 lines 0 comments Download
A + pkg/analyzer/test/error_test.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/test/generated/all_test.dart View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analyzer/test/generated/ast_test.dart View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + pkg/analyzer/test/generated/element_test.dart View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + pkg/analyzer/test/generated/parser_test.dart View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + pkg/analyzer/test/generated/resolver_test.dart View 1 2 chunks +37 lines, -37 lines 0 comments Download
A + pkg/analyzer/test/generated/scanner_test.dart View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + pkg/analyzer/test/generated/test_support.dart View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + pkg/analyzer/test/options_test.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + pkg/analyzer/test/parse_compilation_unit_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analyzer/test/services/formatter_test.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + pkg/analyzer/test/services/test_utils.dart View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + pkg/analyzer/test/utils.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
D pkg/analyzer_experimental/README.md View 1 1 chunk +0 lines, -20 lines 0 comments Download
D pkg/analyzer_experimental/bin/analyzer.dart View 1 1 chunk +0 lines, -138 lines 0 comments Download
D pkg/analyzer_experimental/bin/coverage.dart View 1 1 chunk +0 lines, -89 lines 0 comments Download
D pkg/analyzer_experimental/bin/formatter.dart View 1 1 chunk +0 lines, -182 lines 0 comments Download
D pkg/analyzer_experimental/example/parser_driver.dart View 1 1 chunk +0 lines, -61 lines 0 comments Download
D pkg/analyzer_experimental/example/resolver_driver.dart View 1 1 chunk +0 lines, -61 lines 0 comments Download
D pkg/analyzer_experimental/example/scanner_driver.dart View 1 1 chunk +0 lines, -37 lines 0 comments Download
D pkg/analyzer_experimental/lib/analyzer.dart View 1 1 chunk +0 lines, -91 lines 0 comments Download
D pkg/analyzer_experimental/lib/formatter.dart View 1 1 chunk +0 lines, -8 lines 0 comments Download
D pkg/analyzer_experimental/lib/options.dart View 1 1 chunk +0 lines, -286 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/analyzer_impl.dart View 1 1 chunk +0 lines, -188 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/error.dart View 1 1 chunk +0 lines, -104 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/error_formatter.dart View 1 1 chunk +0 lines, -164 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/ast.dart View 1 1 chunk +0 lines, -15313 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/constant.dart View 1 1 chunk +0 lines, -1759 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/element.dart View 1 1 chunk +0 lines, -7797 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/engine.dart View 1 1 chunk +0 lines, -7417 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/error.dart View 1 1 chunk +0 lines, -3438 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/html.dart View 1 1 chunk +0 lines, -1535 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/instrumentation.dart View 1 1 chunk +0 lines, -294 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/java_core.dart View 1 1 chunk +0 lines, -496 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/java_engine.dart View 1 1 chunk +0 lines, -46 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/java_engine_io.dart View 1 1 chunk +0 lines, -15 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/java_io.dart View 1 1 chunk +0 lines, -132 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/java_junit.dart View 1 1 chunk +0 lines, -126 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/parser.dart View 1 1 chunk +0 lines, -6954 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/resolver.dart View 1 1 chunk +0 lines, -17137 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/scanner.dart View 1 1 chunk +0 lines, -2294 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/sdk.dart View 1 1 chunk +0 lines, -337 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/sdk_io.dart View 1 1 chunk +0 lines, -566 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/source.dart View 1 1 chunk +0 lines, -809 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/source_io.dart View 1 1 chunk +0 lines, -354 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/utilities_collection.dart View 1 1 chunk +0 lines, -124 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/utilities_dart.dart View 1 1 chunk +0 lines, -31 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/generated/utilities_general.dart View 1 1 chunk +0 lines, -34 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/services/formatter_impl.dart View 1 1 chunk +0 lines, -1535 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/services/runtime/coverage/coverage_impl.dart View 1 1 chunk +0 lines, -341 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/services/runtime/coverage/coverage_lib.dart View 1 1 chunk +0 lines, -27 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/services/runtime/coverage/models.dart View 1 1 chunk +0 lines, -168 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/services/runtime/coverage/utils.dart View 1 1 chunk +0 lines, -47 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/services/runtime/log.dart View 1 1 chunk +0 lines, -49 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/services/writer.dart View 1 1 chunk +0 lines, -202 lines 0 comments Download
D pkg/analyzer_experimental/lib/src/string_source.dart View 1 1 chunk +0 lines, -45 lines 0 comments Download
D pkg/analyzer_experimental/pubspec.yaml View 1 1 chunk +0 lines, -10 lines 0 comments Download
D pkg/analyzer_experimental/test/error_test.dart View 1 1 chunk +0 lines, -62 lines 0 comments Download
D pkg/analyzer_experimental/test/generated/ast_test.dart View 1 1 chunk +0 lines, -3393 lines 0 comments Download
D pkg/analyzer_experimental/test/generated/element_test.dart View 1 1 chunk +0 lines, -2978 lines 0 comments Download
D pkg/analyzer_experimental/test/generated/parser_test.dart View 1 1 chunk +0 lines, -9533 lines 0 comments Download
D pkg/analyzer_experimental/test/generated/resolver_test.dart View 1 1 chunk +0 lines, -20004 lines 0 comments Download
D pkg/analyzer_experimental/test/generated/scanner_test.dart View 1 1 chunk +0 lines, -1740 lines 0 comments Download
D pkg/analyzer_experimental/test/generated/test_support.dart View 1 1 chunk +0 lines, -860 lines 0 comments Download
D pkg/analyzer_experimental/test/options_test.dart View 1 1 chunk +0 lines, -68 lines 0 comments Download
D pkg/analyzer_experimental/test/parse_compilation_unit_test.dart View 1 1 chunk +0 lines, -32 lines 0 comments Download
D pkg/analyzer_experimental/test/services/formatter_test.dart View 1 1 chunk +0 lines, -1076 lines 0 comments Download
D pkg/analyzer_experimental/test/services/test_utils.dart View 1 1 chunk +0 lines, -215 lines 0 comments Download
D pkg/analyzer_experimental/test/utils.dart View 1 1 chunk +0 lines, -48 lines 0 comments Download
M pkg/intl/lib/extract_messages.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/intl/lib/src/intl_message.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/observe/lib/transform.dart View 1 3 chunks +7 lines, -7 lines 0 comments Download
M pkg/observe/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/pkg.status View 1 2 chunks +7 lines, -7 lines 0 comments Download
M pkg/polymer/lib/src/build/code_extractor.dart View 1 1 chunk +5 lines, -5 lines 0 comments Download
M pkg/polymer/lib/src/build/runner.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/export_map.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/rewrite_import_transformer.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/dart.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/utils.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_runner.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M utils/apidoc/apidoc.gyp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
7 years, 1 month ago (2013-10-25 21:12:17 UTC) #1
Jennifer Messerly
pkg/observe, polymer etc changes LGTM!
7 years, 1 month ago (2013-10-25 21:17:33 UTC) #2
pquitslund
Our bits LGTM!
7 years, 1 month ago (2013-10-25 21:36:27 UTC) #3
scheglov
7 years, 1 month ago (2013-10-26 00:01:31 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r29302 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698