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

Issue 725143004: Format and sort analyzer and analysis_server packages. (Closed)

Created:
6 years, 1 month ago by scheglov
Modified:
6 years, 1 month ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Format and sort analyzer and analysis_server packages. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=41792

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50730 lines, -33301 lines) Patch
M pkg/analysis_server/bin/dartdeps.dart View 6 chunks +32 lines, -34 lines 0 comments Download
M pkg/analysis_server/bin/fuzz.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/bin/fuzz/server_manager.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/driver.dart View 4 chunks +18 lines, -14 lines 0 comments Download
M pkg/analysis_server/lib/http_server.dart View 3 chunks +40 lines, -39 lines 0 comments Download
M pkg/analysis_server/lib/src/analysis_logger.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/analysis_manager.dart View 4 chunks +57 lines, -63 lines 0 comments Download
M pkg/analysis_server/lib/src/analysis_server.dart View 10 chunks +514 lines, -516 lines 0 comments Download
M pkg/analysis_server/lib/src/channel/byte_stream_channel.dart View 2 chunks +18 lines, -16 lines 0 comments Download
M pkg/analysis_server/lib/src/channel/channel.dart View 2 chunks +78 lines, -77 lines 0 comments Download
M pkg/analysis_server/lib/src/channel/web_socket_channel.dart View 5 chunks +39 lines, -37 lines 0 comments Download
M pkg/analysis_server/lib/src/collections.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/constants.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/context_manager.dart View 8 chunks +29 lines, -29 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_execution.dart View 3 chunks +6 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_server.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/get_handler.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/operation/operation.dart View 2 chunks +27 lines, -23 lines 0 comments Download
M pkg/analysis_server/lib/src/operation/operation_queue.dart View 4 chunks +9 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol.dart View 9 chunks +41 lines, -41 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol_server.dart View 4 chunks +34 lines, -34 lines 0 comments Download
M pkg/analysis_server/lib/src/search/element_references.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/arglist_computer.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/local_computer.dart View 5 chunks +35 lines, -35 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix_internal.dart View 8 chunks +168 lines, -168 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/namespace.dart View 2 chunks +11 lines, -11 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/sort_members.dart View 2 chunks +12 lines, -12 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/index_contributor.dart View 6 chunks +33 lines, -34 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/local_file_index.dart View 1 chunk +8 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/local_index.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/index/store/collection.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart View 1 chunk +4 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/socket_server.dart View 3 chunks +12 lines, -11 lines 0 comments Download
M pkg/analysis_server/lib/stdio_server.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/abstract_context.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/analysis_server/test/analysis/notification_errors_test.dart View 2 chunks +16 lines, -16 lines 0 comments Download
M pkg/analysis_server/test/analysis_abstract.dart View 8 chunks +20 lines, -18 lines 0 comments Download
M pkg/analysis_server/test/analysis_server_test.dart View 6 chunks +32 lines, -24 lines 0 comments Download
M pkg/analysis_server/test/channel/byte_stream_channel_test.dart View 9 chunks +47 lines, -40 lines 0 comments Download
M pkg/analysis_server/test/channel/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/channel/web_socket_channel_test.dart View 3 chunks +49 lines, -54 lines 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 18 chunks +77 lines, -64 lines 0 comments Download
M pkg/analysis_server/test/domain_analysis_test.dart View 16 chunks +106 lines, -96 lines 0 comments Download
M pkg/analysis_server/test/domain_completion_test.dart View 3 chunks +10 lines, -10 lines 0 comments Download
M pkg/analysis_server/test/domain_execution_test.dart View 5 chunks +41 lines, -36 lines 0 comments Download
M pkg/analysis_server/test/domain_server_test.dart View 3 chunks +8 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/edit/assists_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/error_test.dart View 2 chunks +5 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart View 1 chunk +4 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors_before_analysis_test.dart View 1 chunk +4 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_hover_test.dart View 5 chunks +145 lines, -56 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/highlights_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/navigation_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/occurrences_test.dart View 3 chunks +7 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/outline_test.dart View 2 chunks +18 lines, -18 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/overrides_test.dart View 4 chunks +10 lines, -10 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/package_root_test.dart View 3 chunks +10 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/reanalyze_concurrent_test.dart View 4 chunks +12 lines, -10 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/reanalyze_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/test_all.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_list_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/asynchrony_test.dart View 3 chunks +8 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/integration/completion/get_suggestions_test.dart View 3 chunks +8 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_tests.dart View 12 chunks +440 lines, -440 lines 0 comments Download
M pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart View 11 chunks +105 lines, -101 lines 0 comments Download
M pkg/analysis_server/test/integration/server/get_version_test.dart View 1 chunk +4 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/integration/server/set_subscriptions_invalid_service_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/server/set_subscriptions_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/server/shutdown_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/server/status_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/server/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/mocks.dart View 10 chunks +281 lines, -272 lines 0 comments Download
M pkg/analysis_server/test/operation/operation_queue_test.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/operation/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/protocol_server_test.dart View 3 chunks +61 lines, -61 lines 0 comments Download
M pkg/analysis_server/test/protocol_test.dart View 3 chunks +11 lines, -10 lines 0 comments Download
M pkg/analysis_server/test/reflective_tests.dart View 3 chunks +24 lines, -19 lines 0 comments Download
M pkg/analysis_server/test/search/member_declarations_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/member_references_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/search_result_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/test/search/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/search/top_level_declarations_test.dart View 3 chunks +15 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/services/completion/arglist_computer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/completion/completion_test_util.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/correction/change_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/services/correction/levenshtein_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/sort_members_test.dart View 2 chunks +14 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/services/correction/source_range_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/index/dart_index_contributor_test.dart View 15 chunks +297 lines, -297 lines 0 comments Download
M pkg/analysis_server/test/services/index/local_index_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/codec_test.dart View 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/collection_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/index/store/split_store_test.dart View 4 chunks +14 lines, -16 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/temporary_folder_file_manager_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/index/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/extract_local_test.dart View 2 chunks +32 lines, -32 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart View 16 chunks +135 lines, -135 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_class_member_test.dart View 10 chunks +52 lines, -52 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_constructor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_library_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_local_test.dart View 2 chunks +14 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart View 6 chunks +37 lines, -37 lines 0 comments Download
M pkg/analysis_server/test/services/search/hierarchy_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/search/search_engine_test.dart View 3 chunks +37 lines, -37 lines 0 comments Download
M pkg/analysis_server/test/socket_server_test.dart View 2 chunks +30 lines, -26 lines 0 comments Download
M pkg/analysis_server/test/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/timing/completion/completion_simple.dart View 2 chunks +10 lines, -10 lines 0 comments Download
M pkg/analysis_server/test/timing/timing_framework.dart View 8 chunks +138 lines, -138 lines 0 comments Download
M pkg/analysis_server/tool/spec/api.dart View 10 chunks +196 lines, -185 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_analysis_server.dart View 5 chunks +26 lines, -34 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_dart.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/tool/spec/codegen_dart_protocol.dart View 10 chunks +764 lines, -764 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_inttest_methods.dart View 5 chunks +58 lines, -55 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_java.dart View 7 chunks +123 lines, -122 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_java_types.dart View 5 chunks +213 lines, -213 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_matchers.dart View 5 chunks +47 lines, -47 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_tools.dart View 7 chunks +226 lines, -225 lines 0 comments Download
M pkg/analysis_server/tool/spec/from_html.dart View 8 chunks +241 lines, -215 lines 0 comments Download
M pkg/analysis_server/tool/spec/generate_all.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/tool/spec/html_tools.dart View 5 chunks +38 lines, -37 lines 0 comments Download
M pkg/analysis_server/tool/spec/implied_types.dart View 3 chunks +51 lines, -26 lines 0 comments Download
M pkg/analysis_server/tool/spec/text_formatter.dart View 5 chunks +42 lines, -43 lines 0 comments Download
M pkg/analysis_server/tool/spec/to_html.dart View 7 chunks +279 lines, -272 lines 0 comments Download
M pkg/analyzer/bin/analyzer.dart View 4 chunks +7 lines, -7 lines 0 comments Download
M pkg/analyzer/bin/coverage.dart View 2 chunks +19 lines, -20 lines 0 comments Download
M pkg/analyzer/bin/formatter.dart View 10 chunks +80 lines, -54 lines 0 comments Download
M pkg/analyzer/example/parser_driver.dart View 3 chunks +5 lines, -7 lines 0 comments Download
M pkg/analyzer/example/resolver_driver.dart View 5 chunks +12 lines, -11 lines 0 comments Download
M pkg/analyzer/example/scanner_driver.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer/lib/analyzer.dart View 4 chunks +30 lines, -30 lines 0 comments Download
M pkg/analyzer/lib/file_system/file_system.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/file_system/memory_file_system.dart View 3 chunks +6 lines, -9 lines 0 comments Download
M pkg/analyzer/lib/file_system/physical_file_system.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/formatter.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/options.dart View 8 chunks +167 lines, -97 lines 0 comments Download
M pkg/analyzer/lib/source/pub_package_map_provider.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/analyzer_impl.dart View 8 chunks +215 lines, -214 lines 0 comments Download
M pkg/analyzer/lib/src/error.dart View 2 chunks +20 lines, -20 lines 0 comments Download
M pkg/analyzer/lib/src/error_formatter.dart View 5 chunks +54 lines, -50 lines 0 comments Download
M pkg/analyzer/lib/src/generated/ast.dart View 525 chunks +4077 lines, -2996 lines 0 comments Download
M pkg/analyzer/lib/src/generated/constant.dart View 183 chunks +1312 lines, -968 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element.dart View 356 chunks +4012 lines, -3368 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element_handle.dart View 37 chunks +338 lines, -271 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element_resolver.dart View 110 chunks +906 lines, -479 lines 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 392 chunks +4173 lines, -3013 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 230 chunks +1437 lines, -509 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error_verifier.dart View 218 chunks +1361 lines, -623 lines 0 comments Download
M pkg/analyzer/lib/src/generated/html.dart View 54 chunks +410 lines, -313 lines 0 comments Download
M pkg/analyzer/lib/src/generated/instrumentation.dart View 9 chunks +56 lines, -43 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_core.dart View 7 chunks +266 lines, -262 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_engine.dart View 7 chunks +211 lines, -193 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_io.dart View 6 chunks +82 lines, -80 lines 0 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 239 chunks +3487 lines, -1365 lines 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 509 chunks +4157 lines, -2881 lines 0 comments Download
M pkg/analyzer/lib/src/generated/scanner.dart View 78 chunks +720 lines, -459 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk.dart View 12 chunks +78 lines, -76 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk_io.dart View 17 chunks +224 lines, -188 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source.dart View 27 chunks +151 lines, -143 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source_io.dart View 25 chunks +131 lines, -110 lines 0 comments Download
M pkg/analyzer/lib/src/generated/static_type_analyzer.dart View 61 chunks +344 lines, -208 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/ast_factory.dart View 9 chunks +884 lines, -274 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/element_factory.dart View 23 chunks +142 lines, -78 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/html_factory.dart View 2 chunks +8 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/token_factory.dart View 1 chunk +7 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/generated/utilities_collection.dart View 13 chunks +83 lines, -81 lines 0 comments Download
M pkg/analyzer/lib/src/generated/utilities_dart.dart View 2 chunks +7 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/generated/utilities_general.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/string_source.dart View 2 chunks +22 lines, -21 lines 0 comments Download
M pkg/analyzer/lib/src/task/task_dart.dart View 2 chunks +10 lines, -9 lines 0 comments Download
M pkg/analyzer/lib/src/util/utilities_timing.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M pkg/analyzer/test/enum_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer/test/error_test.dart View 1 chunk +15 lines, -13 lines 0 comments Download
M pkg/analyzer/test/file_system/memory_file_system_test.dart View 4 chunks +8 lines, -5 lines 0 comments Download
M pkg/analyzer/test/file_system/physical_resource_provider_test.dart View 2 chunks +10 lines, -5 lines 0 comments Download
M pkg/analyzer/test/file_system/test_all.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analyzer/test/generated/all_the_rest.dart View 116 chunks +1284 lines, -1255 lines 0 comments Download
M pkg/analyzer/test/generated/ast_test.dart View 58 chunks +1889 lines, -539 lines 0 comments Download
M pkg/analyzer/test/generated/compile_time_error_code_test.dart View 196 chunks +993 lines, -559 lines 0 comments Download
M pkg/analyzer/test/generated/element_test.dart View 152 chunks +1030 lines, -554 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 159 chunks +1102 lines, -616 lines 0 comments Download
M pkg/analyzer/test/generated/java_core_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/java_io_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/analyzer/test/generated/non_error_resolver_test.dart View 32 chunks +162 lines, -105 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 345 chunks +3870 lines, -1457 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 363 chunks +3101 lines, -1800 lines 0 comments Download
M pkg/analyzer/test/generated/scanner_test.dart View 26 chunks +276 lines, -157 lines 0 comments Download
M pkg/analyzer/test/generated/static_type_warning_code_test.dart View 44 chunks +139 lines, -53 lines 0 comments Download
M pkg/analyzer/test/generated/static_warning_code_test.dart View 110 chunks +453 lines, -243 lines 0 comments Download
M pkg/analyzer/test/generated/test_support.dart View 7 chunks +18 lines, -12 lines 0 comments Download
M pkg/analyzer/test/generated/utilities_test.dart View 59 chunks +455 lines, -435 lines 0 comments Download
M pkg/analyzer/test/options_test.dart View 2 chunks +34 lines, -32 lines 0 comments Download
M pkg/analyzer/test/parse_compilation_unit_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/reflective_tests.dart View 3 chunks +23 lines, -17 lines 0 comments Download
M pkg/analyzer/test/source/package_map_provider_test.dart View 7 chunks +35 lines, -16 lines 0 comments Download
M pkg/analyzer/test/source/package_map_resolver_test.dart View 6 chunks +26 lines, -28 lines 0 comments Download
M pkg/analyzer/test/source/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/task/task_dart_test.dart View 2 chunks +14 lines, -17 lines 0 comments Download
M pkg/analyzer/test/utils.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/pkg.status View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
6 years, 1 month ago (2014-11-17 22:17:44 UTC) #1
Brian Wilkerson
LGTM
6 years, 1 month ago (2014-11-17 22:19:32 UTC) #2
scheglov
6 years, 1 month ago (2014-11-17 22:27:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 41792 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698