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

Issue 2990843002: Removed fixed dependencies (Closed)

Created:
3 years, 4 months ago by cbernaschina
Modified:
3 years, 4 months ago
Reviewers:
rmacnak, siva
CC:
turnidge, rmacnak
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Removed fixed dependencies The fixed analyzer and dart_style dependencies were conflicting with the one required from other packages Related https://github.com/dart-lang/observatory_pub_packages/commit/0e74202dd671265f12a3c80d223717b393f4feb9 R=rmacnak@google.com Committed: https://github.com/dart-lang/observatory_pub_packages/commit/a4e392521c720d244cd63e067387195d78584b35

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269709 lines, -144507 lines) Patch
A packages/analyzer/.analysis_options View 1 chunk +8 lines, -0 lines 0 comments Download
M packages/analyzer/CHANGELOG.md View 3 chunks +75 lines, -2 lines 0 comments Download
M packages/analyzer/README.md View 1 chunk +105 lines, -19 lines 0 comments Download
A packages/analyzer/benchmark/errors_in_all_libraries.dart View 1 chunk +98 lines, -0 lines 0 comments Download
A packages/analyzer/doc/support/dart.js View 1 chunk +32 lines, -0 lines 0 comments Download
A packages/analyzer/doc/support/style.css View 1 chunk +29 lines, -0 lines 0 comments Download
A packages/analyzer/doc/support/web_app.dart.js View 1 chunk +4107 lines, -0 lines 0 comments Download
A packages/analyzer/doc/tasks.html View 1 chunk +365 lines, -0 lines 0 comments Download
M packages/analyzer/example/parser_driver.dart View 3 chunks +8 lines, -3 lines 0 comments Download
M packages/analyzer/example/resolver_driver.dart View 3 chunks +21 lines, -10 lines 0 comments Download
M packages/analyzer/example/scanner_driver.dart View 1 chunk +3 lines, -1 line 0 comments Download
M packages/analyzer/lib/analyzer.dart View 7 chunks +40 lines, -33 lines 0 comments Download
A packages/analyzer/lib/context/declared_variables.dart View 1 chunk +99 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/ast.dart View 1 chunk +8246 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/ast_factory.dart View 1 chunk +1006 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/resolution_map.dart View 1 chunk +291 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/standard_ast_factory.dart View 1 chunk +11 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/standard_resolution_map.dart View 1 chunk +11 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/syntactic_entity.dart View 1 chunk +28 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/token.dart View 1 chunk +744 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/ast/visitor.dart View 1 chunk +3947 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/constant/value.dart View 1 chunk +159 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/element/element.dart View 1 chunk +2043 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/element/type.dart View 1 chunk +703 lines, -0 lines 0 comments Download
A packages/analyzer/lib/dart/element/visitor.dart View 1 chunk +455 lines, -0 lines 0 comments Download
A packages/analyzer/lib/error/error.dart View 1 chunk +1119 lines, -0 lines 0 comments Download
A packages/analyzer/lib/error/listener.dart View 1 chunk +322 lines, -0 lines 0 comments Download
A packages/analyzer/lib/exception/exception.dart View 1 chunk +99 lines, -0 lines 0 comments Download
M packages/analyzer/lib/file_system/file_system.dart View 10 chunks +83 lines, -8 lines 0 comments Download
M packages/analyzer/lib/file_system/memory_file_system.dart View 21 chunks +192 lines, -123 lines 0 comments Download
M packages/analyzer/lib/file_system/physical_file_system.dart View 12 chunks +214 lines, -23 lines 0 comments Download
M packages/analyzer/lib/instrumentation/file_instrumentation.dart View 3 chunks +7 lines, -3 lines 0 comments Download
M packages/analyzer/lib/instrumentation/instrumentation.dart View 11 chunks +28 lines, -17 lines 0 comments Download
A packages/analyzer/lib/plugin/embedded_resolver_provider.dart View 1 chunk +17 lines, -0 lines 0 comments Download
M packages/analyzer/lib/plugin/options.dart View 3 chunks +22 lines, -1 line 0 comments Download
A packages/analyzer/lib/plugin/resolver_provider.dart View 1 chunk +15 lines, -0 lines 0 comments Download
M packages/analyzer/lib/plugin/task.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/lib/source/analysis_options_provider.dart View 3 chunks +87 lines, -18 lines 0 comments Download
A packages/analyzer/lib/source/config.dart View 1 chunk +108 lines, -0 lines 0 comments Download
A packages/analyzer/lib/source/custom_resolver.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A packages/analyzer/lib/source/embedder.dart View 1 chunk +185 lines, -0 lines 0 comments Download
A packages/analyzer/lib/source/error_processor.dart View 1 chunk +137 lines, -0 lines 0 comments Download
M packages/analyzer/lib/source/package_map_provider.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/lib/source/package_map_resolver.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/analyzer/lib/source/path_filter.dart View 5 chunks +17 lines, -16 lines 0 comments Download
M packages/analyzer/lib/source/pub_package_map_provider.dart View 6 chunks +21 lines, -8 lines 0 comments Download
M packages/analyzer/lib/source/sdk_ext.dart View 4 chunks +30 lines, -6 lines 0 comments Download
M packages/analyzer/lib/src/cancelable_future.dart View 3 chunks +7 lines, -7 lines 0 comments Download
A packages/analyzer/lib/src/codegen/html.dart View 1 chunk +138 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/codegen/text_formatter.dart View 1 chunk +246 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/codegen/tools.dart View 1 chunk +609 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/context/builder.dart View 1 chunk +600 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/context/cache.dart View 38 chunks +442 lines, -128 lines 0 comments Download
M packages/analyzer/lib/src/context/context.dart View 61 chunks +545 lines, -426 lines 0 comments Download
A packages/analyzer/lib/src/context/source.dart View 1 chunk +268 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/ast/ast.dart View 1 chunk +11141 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/ast/ast_factory.dart View 1 chunk +886 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/ast/resolution_map.dart View 1 chunk +158 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/ast/token.dart View 1 chunk +574 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/ast/utilities.dart View 1 chunk +7845 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/constant/evaluation.dart View 1 chunk +2089 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/constant/utilities.dart View 1 chunk +320 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/constant/value.dart View 1 chunk +2820 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/element/builder.dart View 1 chunk +1465 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/element/element.dart View 1 chunk +8461 lines, -0 lines 0 comments Download
A + packages/analyzer/lib/src/dart/element/handle.dart View 37 chunks +243 lines, -251 lines 0 comments Download
A packages/analyzer/lib/src/dart/element/member.dart View 1 chunk +1030 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/element/type.dart View 1 chunk +2786 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/element/utilities.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/error/syntactic_errors.dart View 1 chunk +711 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/resolver/inheritance_manager.dart View 1 chunk +1250 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/resolver/scope.dart View 1 chunk +1175 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/scanner/reader.dart View 1 chunk +187 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/scanner/scanner.dart View 1 chunk +1355 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/dart/sdk/sdk.dart View 1 chunk +886 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/error.dart View 3 chunks +7 lines, -3 lines 0 comments Download
A + packages/analyzer/lib/src/error/codes.dart View 90 chunks +725 lines, -858 lines 0 comments Download
A packages/analyzer/lib/src/error/pending_error.dart View 1 chunk +82 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/generated/ast.dart View 1 chunk +12 lines, -20648 lines 0 comments Download
A packages/analyzer/lib/src/generated/bazel.dart View 1 chunk +67 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/generated/constant.dart View 4 chunks +19 lines, -5432 lines 0 comments Download
M packages/analyzer/lib/src/generated/element.dart View 1 chunk +16 lines, -10959 lines 0 comments Download
M packages/analyzer/lib/src/generated/element_handle.dart View 1 chunk +3 lines, -1118 lines 0 comments Download
M packages/analyzer/lib/src/generated/element_resolver.dart View 83 chunks +559 lines, -743 lines 0 comments Download
M packages/analyzer/lib/src/generated/engine.dart View 14 chunks +1346 lines, -10764 lines 0 comments Download
M packages/analyzer/lib/src/generated/error.dart View 1 chunk +8 lines, -5003 lines 0 comments Download
M packages/analyzer/lib/src/generated/error_verifier.dart View 216 chunks +2161 lines, -1329 lines 0 comments Download
D packages/analyzer/lib/src/generated/html.dart View 1 chunk +0 lines, -1905 lines 0 comments Download
M packages/analyzer/lib/src/generated/incremental_logger.dart View 4 chunks +19 lines, -1 line 0 comments Download
M packages/analyzer/lib/src/generated/incremental_resolution_validator.dart View 4 chunks +91 lines, -823 lines 0 comments Download
M packages/analyzer/lib/src/generated/incremental_resolver.dart View 37 chunks +386 lines, -1225 lines 0 comments Download
D packages/analyzer/lib/src/generated/incremental_scanner.dart View 1 chunk +0 lines, -248 lines 0 comments Download
M packages/analyzer/lib/src/generated/interner.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/lib/src/generated/java_core.dart View 9 chunks +18 lines, -306 lines 0 comments Download
M packages/analyzer/lib/src/generated/java_engine.dart View 3 chunks +38 lines, -100 lines 0 comments Download
M packages/analyzer/lib/src/generated/java_engine_io.dart View 1 chunk +12 lines, -7 lines 0 comments Download
M packages/analyzer/lib/src/generated/java_io.dart View 5 chunks +22 lines, -23 lines 0 comments Download
A packages/analyzer/lib/src/generated/package.dart View 1 chunk +239 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/generated/parser.dart View 108 chunks +5491 lines, -8445 lines 0 comments Download
M packages/analyzer/lib/src/generated/resolver.dart View 217 chunks +4723 lines, -9413 lines 0 comments Download
M packages/analyzer/lib/src/generated/scanner.dart View 1 chunk +6 lines, -2666 lines 0 comments Download
M packages/analyzer/lib/src/generated/sdk.dart View 13 chunks +198 lines, -30 lines 0 comments Download
M packages/analyzer/lib/src/generated/sdk_io.dart View 13 chunks +285 lines, -95 lines 0 comments Download
M packages/analyzer/lib/src/generated/source.dart View 23 chunks +192 lines, -305 lines 0 comments Download
M packages/analyzer/lib/src/generated/source_io.dart View 16 chunks +99 lines, -83 lines 0 comments Download
M packages/analyzer/lib/src/generated/static_type_analyzer.dart View 51 chunks +623 lines, -489 lines 0 comments Download
M packages/analyzer/lib/src/generated/testing/ast_factory.dart View 8 chunks +43 lines, -6 lines 0 comments Download
A + packages/analyzer/lib/src/generated/testing/ast_test_factory.dart View 10 chunks +44 lines, -10 lines 0 comments Download
M packages/analyzer/lib/src/generated/testing/element_factory.dart View 15 chunks +105 lines, -102 lines 0 comments Download
D packages/analyzer/lib/src/generated/testing/html_factory.dart View 1 chunk +0 lines, -63 lines 0 comments Download
M packages/analyzer/lib/src/generated/testing/test_type_provider.dart View 25 chunks +131 lines, -69 lines 0 comments Download
M packages/analyzer/lib/src/generated/testing/token_factory.dart View 1 chunk +3 lines, -2 lines 0 comments Download
A packages/analyzer/lib/src/generated/type_system.dart View 1 chunk +1765 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/generated/utilities_collection.dart View 11 chunks +43 lines, -60 lines 0 comments Download
M packages/analyzer/lib/src/generated/utilities_dart.dart View 4 chunks +84 lines, -10 lines 0 comments Download
M packages/analyzer/lib/src/generated/utilities_general.dart View 4 chunks +66 lines, -3 lines 0 comments Download
M packages/analyzer/lib/src/generated/visitors.dart View 1 chunk +3 lines, -768 lines 0 comments Download
M packages/analyzer/lib/src/plugin/command_line_plugin.dart View 2 chunks +8 lines, -31 lines 0 comments Download
M packages/analyzer/lib/src/plugin/engine_plugin.dart View 7 chunks +45 lines, -55 lines 0 comments Download
M packages/analyzer/lib/src/plugin/options_plugin.dart View 2 chunks +31 lines, -18 lines 0 comments Download
M packages/analyzer/lib/src/plugin/plugin_configuration.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M packages/analyzer/lib/src/services/lint.dart View 3 chunks +19 lines, -35 lines 0 comments Download
A packages/analyzer/lib/src/source/source_resource.dart View 1 chunk +144 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/string_source.dart View 1 chunk +38 lines, -20 lines 0 comments Download
A packages/analyzer/lib/src/summary/api_signature.dart View 1 chunk +138 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/base.dart View 1 chunk +61 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/bazel_summary.dart View 1 chunk +561 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/flat_buffers.dart View 1 chunk +957 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/format.dart View 1 chunk +9503 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/format.fbs View 1 chunk +2473 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/idl.dart View 1 chunk +2827 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/link.dart View 1 chunk +5062 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/name_filter.dart View 1 chunk +123 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/package_bundle_reader.dart View 1 chunk +499 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/prelink.dart View 1 chunk +544 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/pub_summary.dart View 1 chunk +836 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/public_namespace_computer.dart View 1 chunk +192 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/resynthesize.dart View 1 chunk +1881 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/summarize_ast.dart View 1 chunk +1400 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/summarize_const_expr.dart View 1 chunk +650 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/summarize_elements.dart View 1 chunk +118 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/summary_file_builder.dart View 1 chunk +150 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/summary/summary_sdk.dart View 1 chunk +413 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/task/dart.dart View 151 chunks +2921 lines, -1017 lines 0 comments Download
M packages/analyzer/lib/src/task/dart_work_manager.dart View 13 chunks +44 lines, -20 lines 0 comments Download
M packages/analyzer/lib/src/task/driver.dart View 20 chunks +186 lines, -73 lines 0 comments Download
M packages/analyzer/lib/src/task/general.dart View 2 chunks +29 lines, -5 lines 0 comments Download
M packages/analyzer/lib/src/task/html.dart View 12 chunks +52 lines, -30 lines 0 comments Download
M packages/analyzer/lib/src/task/html_work_manager.dart View 2 chunks +3 lines, -9 lines 0 comments Download
M packages/analyzer/lib/src/task/incremental_element_builder.dart View 15 chunks +482 lines, -64 lines 0 comments Download
M packages/analyzer/lib/src/task/inputs.dart View 11 chunks +103 lines, -28 lines 0 comments Download
M packages/analyzer/lib/src/task/manager.dart View 3 chunks +16 lines, -7 lines 0 comments Download
M packages/analyzer/lib/src/task/model.dart View 3 chunks +27 lines, -6 lines 0 comments Download
A packages/analyzer/lib/src/task/options.dart View 1 chunk +621 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/task/options_work_manager.dart View 1 chunk +169 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/task/strong/ast_properties.dart View 1 chunk +61 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/task/strong/checker.dart View 8 chunks +1236 lines, -735 lines 0 comments Download
D packages/analyzer/lib/src/task/strong/info.dart View 1 chunk +0 lines, -472 lines 0 comments Download
D packages/analyzer/lib/src/task/strong/rules.dart View 1 chunk +0 lines, -770 lines 0 comments Download
M packages/analyzer/lib/src/task/strong_mode.dart View 12 chunks +196 lines, -198 lines 0 comments Download
A packages/analyzer/lib/src/task/yaml.dart View 1 chunk +155 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/util/absolute_path.dart View 1 chunk +170 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/util/asserts.dart View 1 chunk +1 line, -1 line 0 comments Download
A packages/analyzer/lib/src/util/fast_uri.dart View 1 chunk +324 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/util/glob.dart View 1 chunk +117 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/util/lru_map.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/lib/src/util/utilities_timing.dart View 1 chunk +1 line, -1 line 0 comments Download
A packages/analyzer/lib/src/util/yaml.dart View 1 chunk +74 lines, -0 lines 0 comments Download
M packages/analyzer/lib/task/dart.dart View 5 chunks +11 lines, -14 lines 0 comments Download
M packages/analyzer/lib/task/html.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/lib/task/model.dart View 19 chunks +150 lines, -28 lines 0 comments Download
A packages/analyzer/lib/task/yaml.dart View 1 chunk +23 lines, -0 lines 0 comments Download
M packages/analyzer/pubspec.yaml View 1 chunk +10 lines, -5 lines 0 comments Download
M packages/analyzer/test/cancelable_future_test.dart View 7 chunks +76 lines, -58 lines 0 comments Download
A packages/analyzer/test/context/declared_variables_test.dart View 1 chunk +116 lines, -0 lines 0 comments Download
A + packages/analyzer/test/context/test_all.dart View 1 chunk +5 lines, -7 lines 0 comments Download
A packages/analyzer/test/dart/ast/ast_test.dart View 1 chunk +1236 lines, -0 lines 0 comments Download
A + packages/analyzer/test/dart/ast/test_all.dart View 1 chunk +7 lines, -7 lines 0 comments Download
A packages/analyzer/test/dart/ast/visitor_test.dart View 1 chunk +79 lines, -0 lines 0 comments Download
A packages/analyzer/test/dart/element/element_test.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A + packages/analyzer/test/dart/element/test_all.dart View 1 chunk +5 lines, -7 lines 0 comments Download
A + packages/analyzer/test/dart/test_all.dart View 1 chunk +8 lines, -8 lines 0 comments Download
A packages/analyzer/test/embedder_tests.dart View 1 chunk +57 lines, -0 lines 0 comments Download
D packages/analyzer/test/enum_test.dart View 1 chunk +0 lines, -240 lines 0 comments Download
M packages/analyzer/test/file_system/memory_file_system_test.dart View 28 chunks +305 lines, -96 lines 0 comments Download
M packages/analyzer/test/file_system/physical_resource_provider_test.dart View 11 chunks +189 lines, -11 lines 0 comments Download
M packages/analyzer/test/file_system/resource_uri_resolver_test.dart View 2 chunks +21 lines, -10 lines 0 comments Download
M packages/analyzer/test/file_system/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/test/generated/all_the_rest_test.dart View 96 chunks +1423 lines, -6288 lines 0 comments Download
A packages/analyzer/test/generated/analysis_context_factory.dart View 1 chunk +582 lines, -0 lines 0 comments Download
D packages/analyzer/test/generated/ast_test.dart View 1 chunk +0 lines, -3928 lines 0 comments Download
A packages/analyzer/test/generated/bazel_test.dart View 1 chunk +112 lines, -0 lines 0 comments Download
A packages/analyzer/test/generated/checked_mode_compile_time_error_code_test.dart View 1 chunk +619 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/compile_time_error_code_test.dart View 35 chunks +271 lines, -51 lines 0 comments Download
A packages/analyzer/test/generated/constant_test.dart View 1 chunk +410 lines, -0 lines 0 comments Download
A packages/analyzer/test/generated/declaration_resolver_test.dart View 1 chunk +545 lines, -0 lines 0 comments Download
A packages/analyzer/test/generated/element_resolver_test.dart View 1 chunk +1286 lines, -0 lines 0 comments Download
D packages/analyzer/test/generated/element_test.dart View 1 chunk +0 lines, -4285 lines 0 comments Download
M packages/analyzer/test/generated/engine_test.dart View 1 chunk +365 lines, -6699 lines 0 comments Download
A packages/analyzer/test/generated/error_suppression_test.dart View 1 chunk +198 lines, -0 lines 0 comments Download
A packages/analyzer/test/generated/hint_code_test.dart View 1 chunk +4021 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/incremental_resolver_test.dart View 37 chunks +705 lines, -3251 lines 0 comments Download
D packages/analyzer/test/generated/incremental_scanner_test.dart View 1 chunk +0 lines, -545 lines 0 comments Download
A packages/analyzer/test/generated/inheritance_manager_test.dart View 1 chunk +1323 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/java_core_test.dart View 3 chunks +1 line, -93 lines 0 comments Download
M packages/analyzer/test/generated/java_io_test.dart View 2 chunks +10 lines, -9 lines 0 comments Download
M packages/analyzer/test/generated/non_error_resolver_test.dart View 37 chunks +515 lines, -81 lines 0 comments Download
A packages/analyzer/test/generated/non_hint_code_test.dart View 1 chunk +1349 lines, -0 lines 0 comments Download
A packages/analyzer/test/generated/package_test.dart View 1 chunk +274 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/parser_test.dart View 284 chunks +6345 lines, -3635 lines 0 comments Download
M packages/analyzer/test/generated/resolver_test.dart View 44 chunks +443 lines, -12103 lines 0 comments Download
A packages/analyzer/test/generated/resolver_test_case.dart View 1 chunk +844 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/scanner_test.dart View 10 chunks +61 lines, -21 lines 0 comments Download
A packages/analyzer/test/generated/sdk_test.dart View 1 chunk +126 lines, -0 lines 0 comments Download
A packages/analyzer/test/generated/simple_resolver_test.dart View 1 chunk +1842 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/source_factory_test.dart View 12 chunks +53 lines, -37 lines 0 comments Download
A packages/analyzer/test/generated/static_type_analyzer_test.dart View 1 chunk +1685 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/static_type_warning_code_test.dart View 23 chunks +1342 lines, -827 lines 0 comments Download
M packages/analyzer/test/generated/static_warning_code_test.dart View 18 chunks +120 lines, -18 lines 0 comments Download
A packages/analyzer/test/generated/strong_mode_test.dart View 1 chunk +2409 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/test_all.dart View 2 chunks +30 lines, -7 lines 0 comments Download
M packages/analyzer/test/generated/test_support.dart View 12 chunks +70 lines, -86 lines 0 comments Download
M packages/analyzer/test/generated/type_system_test.dart View 23 chunks +1416 lines, -444 lines 0 comments Download
A packages/analyzer/test/generated/utilities_dart_test.dart View 1 chunk +51 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/utilities_test.dart View 19 chunks +674 lines, -1169 lines 0 comments Download
M packages/analyzer/test/instrumentation/instrumentation_test.dart View 3 chunks +10 lines, -6 lines 0 comments Download
M packages/analyzer/test/instrumentation/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/test/parse_compilation_unit_test.dart View 1 chunk +1 line, -1 line 0 comments Download
D packages/analyzer/test/reflective_tests.dart View 1 chunk +0 lines, -121 lines 0 comments Download
A packages/analyzer/test/resource_utils.dart View 1 chunk +139 lines, -0 lines 0 comments Download
M packages/analyzer/test/source/analysis_options_provider_test.dart View 1 chunk +191 lines, -75 lines 0 comments Download
A packages/analyzer/test/source/config_test.dart View 1 chunk +24 lines, -0 lines 0 comments Download
A packages/analyzer/test/source/embedder_test.dart View 1 chunk +166 lines, -0 lines 0 comments Download
A packages/analyzer/test/source/error_processor_test.dart View 1 chunk +171 lines, -0 lines 0 comments Download
M packages/analyzer/test/source/package_map_provider_test.dart View 1 chunk +116 lines, -101 lines 0 comments Download
M packages/analyzer/test/source/package_map_resolver_test.dart View 6 chunks +13 lines, -12 lines 0 comments Download
M packages/analyzer/test/source/path_filter_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/analyzer/test/source/sdk_ext_test.dart View 1 chunk +67 lines, -68 lines 0 comments Download
M packages/analyzer/test/source/test_all.dart View 2 chunks +8 lines, -2 lines 0 comments Download
A packages/analyzer/test/src/abstract_single_unit.dart View 1 chunk +111 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/context/abstract_context.dart View 4 chunks +70 lines, -9 lines 0 comments Download
A packages/analyzer/test/src/context/builder_test.dart View 1 chunk +721 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/context/cache_test.dart View 39 chunks +298 lines, -84 lines 0 comments Download
M packages/analyzer/test/src/context/context_test.dart View 45 chunks +3045 lines, -337 lines 0 comments Download
M packages/analyzer/test/src/context/mock_sdk.dart View 12 chunks +277 lines, -144 lines 0 comments Download
M packages/analyzer/test/src/context/test_all.dart View 2 chunks +3 lines, -1 line 0 comments Download
A + packages/analyzer/test/src/dart/ast/test_all.dart View 1 chunk +6 lines, -8 lines 0 comments Download
A + packages/analyzer/test/src/dart/ast/utilities_test.dart View 15 chunks +716 lines, -1296 lines 0 comments Download
A packages/analyzer/test/src/dart/constant/evaluation_test.dart View 1 chunk +1613 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/dart/constant/test_all.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/dart/constant/utilities_test.dart View 1 chunk +363 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/dart/constant/value_test.dart View 1 chunk +1992 lines, -0 lines 0 comments Download
A + packages/analyzer/test/src/dart/element/element_test.dart View 32 chunks +592 lines, -424 lines 0 comments Download
A + packages/analyzer/test/src/dart/element/test_all.dart View 1 chunk +6 lines, -8 lines 0 comments Download
A packages/analyzer/test/src/dart/sdk/sdk_test.dart View 1 chunk +467 lines, -0 lines 0 comments Download
A + packages/analyzer/test/src/dart/sdk/test_all.dart View 1 chunk +7 lines, -6 lines 0 comments Download
A packages/analyzer/test/src/dart/test_all.dart View 1 chunk +24 lines, -0 lines 0 comments Download
D packages/analyzer/test/src/mock_sdk.dart View 1 chunk +0 lines, -332 lines 0 comments Download
M packages/analyzer/test/src/plugin/plugin_config_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A packages/analyzer/test/src/source/source_resource_test.dart View 1 chunk +208 lines, -0 lines 0 comments Download
A + packages/analyzer/test/src/source/test_all.dart View 1 chunk +4 lines, -6 lines 0 comments Download
A packages/analyzer/test/src/summary/api_signature_test.dart View 1 chunk +111 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/bazel_summary_test.dart View 1 chunk +598 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/flat_buffers_test.dart View 1 chunk +428 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/in_summary_source_test.dart View 1 chunk +84 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/linker_test.dart View 1 chunk +959 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/name_filter_test.dart View 1 chunk +233 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/package_bundle_reader_test.dart View 1 chunk +308 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/prelinker_test.dart View 1 chunk +56 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/pub_summary_test.dart View 1 chunk +1368 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/resynthesize_ast_test.dart View 1 chunk +902 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/resynthesize_common.dart View 1 chunk +4704 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/summarize_ast_strong_test.dart View 1 chunk +132 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/summarize_ast_test.dart View 1 chunk +341 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/summary_common.dart View 1 chunk +10353 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/summary/test_all.dart View 1 chunk +40 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/task/dart_test.dart View 109 chunks +2028 lines, -684 lines 0 comments Download
M packages/analyzer/test/src/task/dart_work_manager_test.dart View 21 chunks +102 lines, -42 lines 0 comments Download
M packages/analyzer/test/src/task/driver_test.dart View 24 chunks +119 lines, -42 lines 0 comments Download
M packages/analyzer/test/src/task/general_test.dart View 2 chunks +5 lines, -8 lines 0 comments Download
M packages/analyzer/test/src/task/html_test.dart View 6 chunks +38 lines, -26 lines 0 comments Download
M packages/analyzer/test/src/task/html_work_manager_test.dart View 5 chunks +8 lines, -10 lines 0 comments Download
M packages/analyzer/test/src/task/incremental_element_builder_test.dart View 7 chunks +1546 lines, -12 lines 0 comments Download
M packages/analyzer/test/src/task/inputs_test.dart View 17 chunks +39 lines, -36 lines 0 comments Download
M packages/analyzer/test/src/task/manager_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M packages/analyzer/test/src/task/model_test.dart View 3 chunks +29 lines, -11 lines 0 comments Download
A packages/analyzer/test/src/task/options_test.dart View 1 chunk +405 lines, -0 lines 0 comments Download
A + packages/analyzer/test/src/task/options_work_manager_test.dart View 6 chunks +74 lines, -126 lines 0 comments Download
M packages/analyzer/test/src/task/strong/checker_test.dart View 1 chunk +3940 lines, -2293 lines 0 comments Download
M packages/analyzer/test/src/task/strong/inferred_type_test.dart View 1 chunk +4565 lines, -1242 lines 0 comments Download
A packages/analyzer/test/src/task/strong/non_null_checker_test.dart View 1 chunk +315 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/task/strong/strong_test_helper.dart View 3 chunks +327 lines, -417 lines 0 comments Download
A packages/analyzer/test/src/task/strong/test_all.dart View 1 chunk +20 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/task/strong_mode_test.dart View 38 chunks +164 lines, -173 lines 0 comments Download
M packages/analyzer/test/src/task/test_all.dart View 3 chunks +9 lines, -1 line 0 comments Download
M packages/analyzer/test/src/task/test_support.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A packages/analyzer/test/src/task/yaml_test.dart View 1 chunk +70 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/test_all.dart View 2 chunks +7 lines, -1 line 0 comments Download
A packages/analyzer/test/src/util/absolute_path_test.dart View 1 chunk +142 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/util/asserts_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A packages/analyzer/test/src/util/fast_uri_test.dart View 1 chunk +169 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/util/glob_test.dart View 1 chunk +133 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/util/lru_map_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M packages/analyzer/test/src/util/test_all.dart View 1 chunk +10 lines, -2 lines 0 comments Download
A packages/analyzer/test/src/util/yaml_test.dart View 1 chunk +104 lines, -0 lines 0 comments Download
A packages/analyzer/test/stress/for_git_repository.dart View 1 chunk +637 lines, -0 lines 0 comments Download
M packages/analyzer/test/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M packages/analyzer/test/utils.dart View 1 chunk +291 lines, -3 lines 0 comments Download
M packages/analyzer/tool/generate_files View 2 chunks +2 lines, -1 line 0 comments Download
A packages/analyzer/tool/summary/build_sdk_summaries.dart View 1 chunk +73 lines, -0 lines 0 comments Download
A packages/analyzer/tool/summary/check_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A packages/analyzer/tool/summary/dump_inferred_types.dart View 1 chunk +339 lines, -0 lines 0 comments Download
A packages/analyzer/tool/summary/generate.dart View 1 chunk +1033 lines, -0 lines 0 comments Download
A packages/analyzer/tool/summary/idl_model.dart View 1 chunk +144 lines, -0 lines 0 comments Download
A packages/analyzer/tool/summary/inspect.dart View 1 chunk +458 lines, -0 lines 0 comments Download
A packages/analyzer/tool/summary/stats.dart View 1 chunk +103 lines, -0 lines 0 comments Download
M packages/analyzer/tool/task_dependency_graph/check_test.dart View 2 chunks +5 lines, -16 lines 0 comments Download
M packages/analyzer/tool/task_dependency_graph/generate.dart View 8 chunks +84 lines, -65 lines 0 comments Download
M packages/analyzer/tool/task_dependency_graph/tasks.dot View 5 chunks +167 lines, -55 lines 0 comments Download
A + packages/convert/.analysis_options View 0 chunks +-1 lines, --1 lines 0 comments Download
A packages/convert/.gitignore View 1 chunk +9 lines, -0 lines 0 comments Download
A packages/convert/.test_config View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/convert/AUTHORS View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/convert/CHANGELOG.md View 1 chunk +29 lines, -0 lines 0 comments Download
A packages/convert/CONTRIBUTING.md View 1 chunk +33 lines, -0 lines 0 comments Download
A packages/convert/LICENSE View 1 chunk +26 lines, -0 lines 0 comments Download
A packages/convert/README.md View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/convert/codereview.settings View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/convert/lib/convert.dart View 1 chunk +11 lines, -0 lines 0 comments Download
A packages/convert/lib/src/accumulator_sink.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A packages/convert/lib/src/byte_accumulator_sink.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A packages/convert/lib/src/hex.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A packages/convert/lib/src/hex/decoder.dart View 1 chunk +172 lines, -0 lines 0 comments Download
A packages/convert/lib/src/hex/encoder.dart View 1 chunk +88 lines, -0 lines 0 comments Download
A packages/convert/lib/src/percent.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A packages/convert/lib/src/percent/decoder.dart View 1 chunk +244 lines, -0 lines 0 comments Download
A packages/convert/lib/src/percent/encoder.dart View 1 chunk +105 lines, -0 lines 0 comments Download
A packages/convert/lib/src/string_accumulator_sink.dart View 1 chunk +46 lines, -0 lines 0 comments Download
A packages/convert/lib/src/utils.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A packages/convert/pubspec.yaml View 1 chunk +15 lines, -0 lines 0 comments Download
A packages/convert/test/accumulator_sink_test.dart View 1 chunk +48 lines, -0 lines 0 comments Download
A packages/convert/test/byte_accumulator_sink_test.dart View 1 chunk +56 lines, -0 lines 0 comments Download
A packages/convert/test/hex_test.dart View 1 chunk +153 lines, -0 lines 0 comments Download
A packages/convert/test/percent_test.dart View 1 chunk +208 lines, -0 lines 0 comments Download
A packages/convert/test/string_accumulator_sink_test.dart View 1 chunk +56 lines, -0 lines 0 comments Download
A packages/crypto/.gitignore View 1 chunk +9 lines, -0 lines 0 comments Download
A packages/crypto/.status View 1 chunk +14 lines, -0 lines 0 comments Download
A packages/crypto/.test_config View 1 chunk +5 lines, -0 lines 0 comments Download
A packages/crypto/.travis.yml View 1 chunk +19 lines, -0 lines 0 comments Download
A packages/crypto/AUTHORS View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/crypto/CHANGELOG.md View 1 chunk +85 lines, -0 lines 0 comments Download
A packages/crypto/CONTRIBUTING.md View 1 chunk +33 lines, -0 lines 0 comments Download
A packages/crypto/LICENSE View 1 chunk +26 lines, -0 lines 0 comments Download
A packages/crypto/README.md View 1 chunk +33 lines, -0 lines 0 comments Download
A packages/crypto/analysis_options.yaml View 1 chunk +29 lines, -0 lines 0 comments Download
A packages/crypto/codereview.settings View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/crypto/example/hash.dart View 1 chunk +46 lines, -0 lines 0 comments Download
A packages/crypto/lib/crypto.dart View 1 chunk +10 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/digest.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/digest_sink.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/hash.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/hash_sink.dart View 1 chunk +158 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/hmac.dart View 1 chunk +107 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/md5.dart View 1 chunk +125 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/sha1.dart View 1 chunk +104 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/sha256.dart View 1 chunk +141 lines, -0 lines 0 comments Download
A packages/crypto/lib/src/utils.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A packages/crypto/pubspec.yaml View 1 chunk +13 lines, -0 lines 0 comments Download
A packages/crypto/test/hmac_md5_test.dart View 1 chunk +111 lines, -0 lines 0 comments Download
A packages/crypto/test/hmac_sha1_test.dart View 1 chunk +6751 lines, -0 lines 0 comments Download
A packages/crypto/test/hmac_sha256_test.dart View 1 chunk +4846 lines, -0 lines 0 comments Download
A packages/crypto/test/utils.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M packages/csslib/CHANGELOG.md View 1 chunk +13 lines, -0 lines 0 comments Download
M packages/csslib/lib/parser.dart View 8 chunks +27 lines, -33 lines 0 comments Download
M packages/csslib/lib/src/analyzer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/csslib/lib/src/css_printer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/csslib/lib/src/tokenizer.dart View 3 chunks +19 lines, -10 lines 0 comments Download
M packages/csslib/lib/src/tree.dart View 3 chunks +18 lines, -18 lines 0 comments Download
M packages/csslib/lib/src/tree_printer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/csslib/lib/visitor.dart View 2 chunks +4 lines, -10 lines 0 comments Download
M packages/csslib/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M packages/csslib/test/declaration_test.dart View 3 chunks +35 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/base.css View 1 chunk +2057 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/boilerplate.css View 1 chunk +282 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/bootstrap.css View 1 chunk +9320 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/bulma.css View 1 chunk +7128 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/foundation.css View 1 chunk +4398 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/materialize.css View 1 chunk +8952 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/mdc-card.css View 1 chunk +412 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/mdc-layout.css View 1 chunk +434 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/pure.css View 1 chunk +1507 lines, -0 lines 0 comments Download
A packages/csslib/test/examples/skeleton.css View 1 chunk +418 lines, -0 lines 0 comments Download
A packages/csslib/test/samples_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
D packages/dart_style/._.status View Binary file 0 comments Download
A + packages/dart_style/.analysis_options View 0 chunks +-1 lines, --1 lines 0 comments Download
D packages/dart_style/.status View 1 chunk +0 lines, -19 lines 0 comments Download
A packages/dart_style/.test_config View 1 chunk +5 lines, -0 lines 0 comments Download
M packages/dart_style/CHANGELOG.md View 1 chunk +90 lines, -0 lines 0 comments Download
M packages/dart_style/README.md View 1 chunk +1 line, -1 line 0 comments Download
M packages/dart_style/bin/format.dart View 6 chunks +11 lines, -4 lines 0 comments Download
A packages/dart_style/dist/dart-style.d.ts View 1 chunk +8 lines, -0 lines 0 comments Download
M packages/dart_style/lib/src/argument_list_visitor.dart View 13 chunks +107 lines, -58 lines 0 comments Download
M packages/dart_style/lib/src/call_chain_visitor.dart View 8 chunks +17 lines, -9 lines 0 comments Download
M packages/dart_style/lib/src/chunk.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M packages/dart_style/lib/src/chunk_builder.dart View 13 chunks +46 lines, -24 lines 0 comments Download
M packages/dart_style/lib/src/dart_formatter.dart View 3 chunks +6 lines, -3 lines 0 comments Download
M packages/dart_style/lib/src/debug.dart View 2 chunks +6 lines, -7 lines 0 comments Download
M packages/dart_style/lib/src/formatter_options.dart View 5 chunks +56 lines, -27 lines 0 comments Download
M packages/dart_style/lib/src/line_splitting/solve_state.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M packages/dart_style/lib/src/rule/argument.dart View 6 chunks +61 lines, -111 lines 0 comments Download
M packages/dart_style/lib/src/rule/rule.dart View 7 chunks +16 lines, -17 lines 0 comments Download
M packages/dart_style/lib/src/source_visitor.dart View 60 chunks +518 lines, -226 lines 0 comments Download
M packages/dart_style/lib/src/whitespace.dart View 1 chunk +0 lines, -7 lines 0 comments Download
M packages/dart_style/pubspec.yaml View 1 chunk +6 lines, -3 lines 0 comments Download
M packages/dart_style/test/command_line_test.dart View 1 chunk +23 lines, -0 lines 0 comments Download
M packages/dart_style/test/comments/expressions.stmt View 1 chunk +9 lines, -0 lines 0 comments Download
M packages/dart_style/test/comments/functions.unit View 1 chunk +17 lines, -0 lines 0 comments Download
A packages/dart_style/test/comments/generic_methods.unit View 1 chunk +53 lines, -0 lines 0 comments Download
M packages/dart_style/test/comments/top_level.unit View 1 chunk +6 lines, -1 line 0 comments Download
M packages/dart_style/test/formatter_test.dart View 3 chunks +10 lines, -6 lines 0 comments Download
M packages/dart_style/test/io_test.dart View 6 chunks +48 lines, -11 lines 0 comments Download
A packages/dart_style/test/regression/0000/0043.stmt View 1 chunk +29 lines, -0 lines 0 comments Download
M packages/dart_style/test/regression/0200/0223.stmt View 1 chunk +3 lines, -1 line 0 comments Download
A packages/dart_style/test/regression/0400/0478.stmt View 1 chunk +42 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0480.unit View 1 chunk +27 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0481.unit View 1 chunk +22 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0484.stmt View 1 chunk +29 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0488.stmt View 1 chunk +13 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0489.stmt View 1 chunk +9 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0494.unit View 1 chunk +14 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0497.unit View 1 chunk +13 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0503.unit View 1 chunk +17 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0506.unit View 1 chunk +92 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0511.unit View 1 chunk +15 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0513.unit View 1 chunk +15 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0514.unit View 1 chunk +11 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0519.stmt View 1 chunk +9 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0520.unit View 1 chunk +18 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0527.stmt View 1 chunk +5 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0529.unit View 1 chunk +14 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0500/0582.unit View 1 chunk +16 lines, -0 lines 0 comments Download
M packages/dart_style/test/regression/other/angular.unit View 1 chunk +17 lines, -1 line 0 comments Download
M packages/dart_style/test/regression/other/pub.stmt View 2 chunks +6 lines, -2 lines 0 comments Download
D packages/dart_style/test/splitting/._enums.unit View Binary file 0 comments Download
D packages/dart_style/test/splitting/._parameters.unit View Binary file 0 comments Download
D packages/dart_style/test/splitting/._statements.stmt View Binary file 0 comments Download
D packages/dart_style/test/splitting/._strings.stmt View Binary file 0 comments Download
M packages/dart_style/test/splitting/arguments.stmt View 2 chunks +22 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/expressions.stmt View 1 chunk +14 lines, -0 lines 0 comments Download
M packages/dart_style/test/splitting/function_arguments.stmt View 1 chunk +23 lines, -1 line 0 comments Download
A packages/dart_style/test/splitting/generic_method_arguments.stmt View 1 chunk +71 lines, -0 lines 0 comments Download
A packages/dart_style/test/splitting/generic_method_parameters.unit View 1 chunk +67 lines, -0 lines 0 comments Download
M packages/dart_style/test/splitting/imports.unit View 1 chunk +22 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/lists.stmt View 1 chunk +5 lines, -3 lines 0 comments Download
M packages/dart_style/test/splitting/maps.stmt View 1 chunk +5 lines, -3 lines 0 comments Download
M packages/dart_style/test/splitting/members.unit View 1 chunk +12 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/mixed.stmt View 1 chunk +13 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/parameters.stmt View 1 chunk +3 lines, -2 lines 0 comments Download
M packages/dart_style/test/splitting/parameters.unit View 1 chunk +31 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/statements.stmt View 1 chunk +20 lines, -0 lines 0 comments Download
M packages/dart_style/test/splitting/type_arguments.stmt View 1 chunk +21 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/type_parameters.unit View 1 chunk +13 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/variables.stmt View 1 chunk +8 lines, -0 lines 0 comments Download
M packages/dart_style/test/utils.dart View 1 chunk +8 lines, -3 lines 0 comments Download
D packages/dart_style/test/whitespace/._blocks.stmt View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._constructors.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._directives.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._enums.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._methods.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._script.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._switch.stmt View Binary file 0 comments Download
M packages/dart_style/test/whitespace/blocks.stmt View 1 chunk +40 lines, -0 lines 0 comments Download
M packages/dart_style/test/whitespace/classes.unit View 1 chunk +13 lines, -0 lines 0 comments Download
M packages/dart_style/test/whitespace/directives.unit View 1 chunk +9 lines, -1 line 0 comments Download
M packages/dart_style/test/whitespace/enums.unit View 1 chunk +5 lines, -2 lines 0 comments Download
M packages/dart_style/test/whitespace/expressions.stmt View 1 chunk +25 lines, -1 line 0 comments Download
M packages/dart_style/test/whitespace/functions.unit View 1 chunk +86 lines, -0 lines 0 comments Download
M packages/dart_style/test/whitespace/metadata.unit View 4 chunks +44 lines, -37 lines 0 comments Download
M packages/dart_style/test/whitespace/methods.unit View 1 chunk +22 lines, -0 lines 0 comments Download
M packages/dart_style/test/whitespace/script.unit View 4 chunks +0 lines, -4 lines 0 comments Download
A packages/dart_style/test/whitespace/statements.stmt View 1 chunk +23 lines, -0 lines 0 comments Download
M packages/dart_style/test/whitespace/switch.stmt View 1 chunk +25 lines, -1 line 0 comments Download
M packages/dart_style/tool/grind.dart View 2 chunks +40 lines, -1 line 0 comments Download
A packages/dart_style/tool/node_format_service.dart View 1 chunk +55 lines, -0 lines 0 comments Download
A + packages/html/.analysis_options View 0 chunks +-1 lines, --1 lines 0 comments Download
M packages/html/.status View 1 chunk +1 line, -0 lines 0 comments Download
M packages/html/CHANGELOG.md View 1 chunk +13 lines, -3 lines 0 comments Download
M packages/html/lib/dom.dart View 9 chunks +23 lines, -18 lines 0 comments Download
M packages/html/lib/parser.dart View 50 chunks +223 lines, -112 lines 0 comments Download
M packages/html/lib/src/css_class_set.dart View 9 chunks +15 lines, -15 lines 0 comments Download
M packages/html/lib/src/encoding_parser.dart View 6 chunks +19 lines, -13 lines 0 comments Download
M packages/html/lib/src/list_proxy.dart View 2 chunks +9 lines, -6 lines 0 comments Download
M packages/html/lib/src/query_selector.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M packages/html/lib/src/tokenizer.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/html/lib/src/treebuilder.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/html/lib/src/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/html/pubspec.yaml View 1 chunk +3 lines, -3 lines 0 comments Download
M packages/html/test/dom_test.dart View 6 chunks +54 lines, -54 lines 0 comments Download
M packages/html/test/parser_feature_test.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M packages/html/test/run_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/html/test/support.dart View 2 chunks +6 lines, -3 lines 0 comments Download
A + packages/isolate/.gitignore View 1 chunk +2 lines, -2 lines 0 comments Download
A packages/isolate/.status View 1 chunk +11 lines, -0 lines 0 comments Download
A + packages/isolate/.travis.yml View 1 chunk +3 lines, -1 line 0 comments Download
A packages/isolate/AUTHORS View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/isolate/CHANGELOG.md View 1 chunk +23 lines, -0 lines 0 comments Download
A packages/isolate/CONTRIBUTING.md View 1 chunk +33 lines, -0 lines 0 comments Download
A packages/isolate/LICENSE View 1 chunk +26 lines, -0 lines 0 comments Download
A packages/isolate/README.md View 1 chunk +35 lines, -0 lines 0 comments Download
A packages/isolate/codereview.settings View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/isolate/example/http_server.dart View 1 chunk +129 lines, -0 lines 0 comments Download
A packages/isolate/example/runner_pool.dart View 1 chunk +58 lines, -0 lines 0 comments Download
A packages/isolate/lib/isolate.dart View 1 chunk +12 lines, -0 lines 0 comments Download
A packages/isolate/lib/isolate_runner.dart View 1 chunk +297 lines, -0 lines 0 comments Download
A packages/isolate/lib/load_balancer.dart View 1 chunk +281 lines, -0 lines 0 comments Download
A packages/isolate/lib/ports.dart View 1 chunk +361 lines, -0 lines 0 comments Download
A packages/isolate/lib/registry.dart View 1 chunk +464 lines, -0 lines 0 comments Download
A packages/isolate/lib/runner.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A packages/isolate/lib/src/errors.dart View 1 chunk +178 lines, -0 lines 0 comments Download
A packages/isolate/lib/src/lists.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A packages/isolate/lib/src/raw_receive_port_multiplexer.dart View 1 chunk +102 lines, -0 lines 0 comments Download
A packages/isolate/pubspec.yaml View 1 chunk +9 lines, -0 lines 0 comments Download
A packages/isolate/test/isolaterunner_test.dart View 1 chunk +115 lines, -0 lines 0 comments Download
A packages/isolate/test/ports_test.dart View 1 chunk +517 lines, -0 lines 0 comments Download
A packages/isolate/test/registry_test.dart View 1 chunk +539 lines, -0 lines 0 comments Download
A packages/isolate/test/test_all.dart View 1 chunk +17 lines, -0 lines 0 comments Download
A packages/isolate/tool/travis.sh View 1 chunk +17 lines, -0 lines 0 comments Download
D packages/package_config/.analysis_options View 1 chunk +0 lines, -2 lines 0 comments Download
D packages/package_config/.atom/launches/all.yaml View 1 chunk +0 lines, -13 lines 0 comments Download
D packages/package_config/.atom/launches/discovery_test.yaml View 1 chunk +0 lines, -13 lines 0 comments Download
M packages/package_config/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
D packages/package_config/.idea/.name View 1 chunk +0 lines, -1 line 0 comments Download
D packages/package_config/.idea/compiler.xml View 1 chunk +0 lines, -22 lines 0 comments Download
D packages/package_config/.idea/copyright/profiles_settings.xml View 1 chunk +0 lines, -3 lines 0 comments Download
D packages/package_config/.idea/misc.xml View 1 chunk +0 lines, -14 lines 0 comments Download
D packages/package_config/.idea/modules.xml View 1 chunk +0 lines, -8 lines 0 comments Download
D packages/package_config/.idea/package_config.iml View 1 chunk +0 lines, -15 lines 0 comments Download
D packages/package_config/.idea/uiDesigner.xml View 1 chunk +0 lines, -124 lines 0 comments Download
D packages/package_config/.idea/vcs.xml View 1 chunk +0 lines, -6 lines 0 comments Download
D packages/package_config/.idea/workspace.xml View 1 chunk +0 lines, -1201 lines 0 comments Download
D packages/package_config/.project View 1 chunk +0 lines, -27 lines 0 comments Download
D packages/package_config/.settings/com.google.dart.tools.core.prefs View 1 chunk +0 lines, -2 lines 0 comments Download
D packages/package_config/.settings/org.eclipse.core.resources.prefs View 1 chunk +0 lines, -2 lines 0 comments Download
M packages/package_config/CHANGELOG.md View 1 chunk +12 lines, -0 lines 0 comments Download
M packages/package_config/README.md View 1 chunk +1 line, -1 line 0 comments Download
A + packages/package_config/analysis_options.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
M packages/package_config/lib/discovery_analysis.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/package_config/lib/packages_file.dart View 1 chunk +1 line, -0 lines 0 comments Download
M packages/package_config/lib/src/packages_impl.dart View 1 chunk +1 line, -0 lines 0 comments Download
M packages/package_config/lib/src/packages_io_impl.dart View 1 chunk +2 lines, -0 lines 0 comments Download
D packages/package_config/package_config.iml View 1 chunk +0 lines, -16 lines 0 comments Download
M packages/package_config/pubspec.yaml View 1 chunk +3 lines, -3 lines 0 comments Download
M packages/package_config/test/discovery_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
D packages/plugin/._AUTHORS View Binary file 0 comments Download
D packages/plugin/._CHANGELOG.md View Binary file 0 comments Download
D packages/plugin/._CONTRIBUTING.md View Binary file 0 comments Download
D packages/plugin/._LICENSE View Binary file 0 comments Download
D packages/plugin/._README.md View Binary file 0 comments Download
M packages/plugin/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A + packages/plugin/analysis_options.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
M packages/plugin/lib/plugin.dart View 5 chunks +18 lines, -11 lines 0 comments Download
M packages/plugin/lib/src/plugin_impl.dart View 5 chunks +10 lines, -17 lines 0 comments Download
A packages/plugin/notes.txt View 1 chunk +63 lines, -0 lines 0 comments Download
M packages/plugin/pubspec.yaml View 1 chunk +3 lines, -3 lines 0 comments Download
M packages/plugin/test/plugin_impl_test.dart View 6 chunks +23 lines, -21 lines 0 comments Download
A packages/typed_data/.gitignore View 1 chunk +9 lines, -0 lines 0 comments Download
A packages/typed_data/.test_config View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/typed_data/AUTHORS View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/typed_data/CHANGELOG.md View 1 chunk +25 lines, -0 lines 0 comments Download
A packages/typed_data/CONTRIBUTING.md View 1 chunk +33 lines, -0 lines 0 comments Download
A packages/typed_data/LICENSE View 1 chunk +26 lines, -0 lines 0 comments Download
A packages/typed_data/README.md View 1 chunk +21 lines, -0 lines 0 comments Download
A packages/typed_data/codereview.settings View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/typed_data/lib/typed_buffers.dart View 1 chunk +396 lines, -0 lines 0 comments Download
A packages/typed_data/lib/typed_data.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A packages/typed_data/pubspec.yaml View 1 chunk +9 lines, -0 lines 0 comments Download
A packages/typed_data/test/typed_buffers_test.dart View 1 chunk +534 lines, -0 lines 0 comments Download
A + packages/usage/.analysis_options View 0 chunks +-1 lines, --1 lines 0 comments Download
M packages/usage/.gitignore View 1 chunk +5 lines, -3 lines 0 comments Download
A + packages/usage/.project View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/usage/.travis.yml View 1 chunk +9 lines, -1 line 0 comments Download
D packages/usage/analysis_options.yaml View 1 chunk +0 lines, -8 lines 0 comments Download
M packages/usage/changelog.md View 1 chunk +1 line, -58 lines 0 comments Download
M packages/usage/example/example.dart View 3 chunks +10 lines, -10 lines 0 comments Download
M packages/usage/example/ga.dart View 2 chunks +18 lines, -15 lines 0 comments Download
M packages/usage/lib/src/usage_impl.dart View 12 chunks +54 lines, -112 lines 0 comments Download
M packages/usage/lib/src/usage_impl_html.dart View 4 chunks +9 lines, -42 lines 0 comments Download
M packages/usage/lib/src/usage_impl_io.dart View 2 chunks +32 lines, -124 lines 0 comments Download
A + packages/usage/lib/src/uuid.dart View 1 chunk +21 lines, -15 lines 0 comments Download
M packages/usage/lib/usage.dart View 10 chunks +34 lines, -144 lines 0 comments Download
M packages/usage/lib/usage_html.dart View 1 chunk +38 lines, -6 lines 0 comments Download
M packages/usage/lib/usage_io.dart View 1 chunk +30 lines, -6 lines 0 comments Download
D packages/usage/lib/uuid/uuid.dart View 1 chunk +0 lines, -42 lines 0 comments Download
M packages/usage/pubspec.yaml View 1 chunk +3 lines, -6 lines 0 comments Download
M packages/usage/readme.md View 6 chunks +20 lines, -45 lines 0 comments Download
M packages/usage/test/all.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M packages/usage/test/hit_types_test.dart View 4 chunks +23 lines, -32 lines 0 comments Download
M packages/usage/test/src/common.dart View 3 chunks +13 lines, -22 lines 0 comments Download
M packages/usage/test/usage_impl_io_test.dart View 3 chunks +8 lines, -35 lines 0 comments Download
M packages/usage/test/usage_impl_test.dart View 2 chunks +7 lines, -44 lines 0 comments Download
M packages/usage/test/usage_test.dart View 2 chunks +17 lines, -20 lines 0 comments Download
M packages/usage/test/uuid_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/usage/test/web_test.dart View 3 chunks +10 lines, -13 lines 0 comments Download
A + packages/usage/tool/drone.sh View 1 chunk +9 lines, -13 lines 0 comments Download
M packages/usage/tool/grind.dart View 1 chunk +16 lines, -9 lines 0 comments Download
M packages/usage/tool/travis.sh View 1 chunk +10 lines, -2 lines 0 comments Download
M pubspec.yaml View 1 chunk +4 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
cbernaschina
3 years, 4 months ago (2017-07-27 03:38:07 UTC) #1
cbernaschina
3 years, 4 months ago (2017-07-27 16:30:07 UTC) #5
rmacnak
lgtm
3 years, 4 months ago (2017-07-27 20:34:50 UTC) #6
cbernaschina
3 years, 4 months ago (2017-07-27 20:40:00 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a4e392521c720d244cd63e067387195d78584b35 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698