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

Issue 3015713002: Roll to pickup pool changes

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

Description

Roll to pickup pool changes BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4290 lines, -3631 lines) Patch
packages/barback/.status View 1 chunk +1 line, -1 line 0 comments Download
M packages/barback/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
packages/barback/example/aggregate_transformer/lib/transformer.dart View 1 chunk +0 lines, -1 line 0 comments Download
packages/barback/example/lazy_transformer/lib/transformer.dart View 2 chunks +10 lines, -6 lines 0 comments Download
packages/barback/example/markdown_converter/lib/transformer.dart View 1 chunk +0 lines, -1 line 0 comments Download
packages/barback/lib/src/asset/asset.dart View 1 chunk +2 lines, -4 lines 0 comments Download
packages/barback/lib/src/asset/asset_id.dart View 4 chunks +4 lines, -8 lines 0 comments Download
packages/barback/lib/src/asset/asset_node.dart View 5 chunks +7 lines, -7 lines 0 comments Download
packages/barback/lib/src/asset/asset_node_set.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M packages/barback/lib/src/asset/asset_set.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/barback/lib/src/asset/internal_asset.dart View 5 chunks +15 lines, -22 lines 0 comments Download
packages/barback/lib/src/barback.dart View 1 chunk +1 line, -2 lines 0 comments Download
M packages/barback/lib/src/build_result.dart View 2 chunks +19 lines, -19 lines 0 comments Download
packages/barback/lib/src/errors.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M packages/barback/lib/src/graph/asset_cascade.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/barback/lib/src/graph/node_status.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M packages/barback/lib/src/graph/package_graph.dart View 6 chunks +13 lines, -12 lines 0 comments Download
M packages/barback/lib/src/graph/phase.dart View 9 chunks +29 lines, -26 lines 0 comments Download
packages/barback/lib/src/graph/phase_output.dart View 1 chunk +2 lines, -1 line 0 comments Download
packages/barback/lib/src/graph/static_asset_cascade.dart View 1 chunk +8 lines, -4 lines 0 comments Download
packages/barback/lib/src/graph/transform_node.dart View 10 chunks +23 lines, -19 lines 0 comments Download
M packages/barback/lib/src/graph/transformer_classifier.dart View 4 chunks +9 lines, -9 lines 0 comments Download
packages/barback/lib/src/serialize.dart View 4 chunks +11 lines, -11 lines 0 comments Download
packages/barback/lib/src/transformer/aggregate_transform.dart View 3 chunks +4 lines, -5 lines 0 comments Download
packages/barback/lib/src/transformer/barback_settings.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M packages/barback/lib/src/transformer/declaring_transform.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/barback/lib/src/transformer/transform.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/barback/lib/src/transformer/transform_logger.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/barback/lib/src/transformer/transformer.dart View 1 chunk +2 lines, -1 line 0 comments Download
packages/barback/lib/src/transformer/wrapping_aggregate_transformer.dart View 1 chunk +1 line, -4 lines 0 comments Download
packages/barback/lib/src/utils.dart View 11 chunks +43 lines, -53 lines 0 comments Download
M packages/barback/lib/src/utils/cancelable_future.dart View 1 chunk +1 line, -2 lines 0 comments Download
M packages/barback/lib/src/utils/file_pool.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M packages/barback/lib/src/utils/multiset.dart View 1 chunk +2 lines, -4 lines 0 comments Download
packages/barback/lib/src/utils/stream_pool.dart View 1 chunk +1 line, -2 lines 0 comments Download
packages/barback/pubspec.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
packages/barback/test/asset_id_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
packages/barback/test/asset_test.dart View 9 chunks +36 lines, -44 lines 0 comments Download
packages/barback/test/barback_mode_test.dart View 1 chunk +7 lines, -4 lines 0 comments Download
packages/barback/test/logger_test.dart View 2 chunks +17 lines, -5 lines 0 comments Download
M packages/barback/test/multiset_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M packages/barback/test/package_graph/add_remove_transform_test.dart View 22 chunks +169 lines, -49 lines 0 comments Download
packages/barback/test/package_graph/collisions_test.dart View 9 chunks +60 lines, -36 lines 0 comments Download
M packages/barback/test/package_graph/declaring_transformer_test.dart View 16 chunks +210 lines, -84 lines 0 comments Download
packages/barback/test/package_graph/errors_test.dart View 13 chunks +120 lines, -49 lines 0 comments Download
M packages/barback/test/package_graph/get_all_assets_test.dart View 3 chunks +52 lines, -34 lines 0 comments Download
packages/barback/test/package_graph/group_test.dart View 20 chunks +408 lines, -200 lines 0 comments Download
M packages/barback/test/package_graph/lazy_transformer_test.dart View 23 chunks +266 lines, -104 lines 0 comments Download
packages/barback/test/package_graph/many_parallel_transformers_test.dart View 1 chunk +5 lines, -1 line 0 comments Download
packages/barback/test/package_graph/repetition_test.dart View 5 chunks +32 lines, -9 lines 0 comments Download
packages/barback/test/package_graph/source_test.dart View 3 chunks +22 lines, -5 lines 0 comments Download
M packages/barback/test/package_graph/transform/aggregate_test.dart View 20 chunks +172 lines, -71 lines 0 comments Download
packages/barback/test/package_graph/transform/concurrency_test.dart View 26 chunks +188 lines, -58 lines 0 comments Download
packages/barback/test/package_graph/transform/consume_input_test.dart View 10 chunks +43 lines, -28 lines 0 comments Download
packages/barback/test/package_graph/transform/cross_package_test.dart View 10 chunks +46 lines, -18 lines 0 comments Download
packages/barback/test/package_graph/transform/declaring_aggregate_test.dart View 17 chunks +133 lines, -54 lines 0 comments Download
packages/barback/test/package_graph/transform/pass_through_test.dart View 14 chunks +97 lines, -47 lines 0 comments Download
packages/barback/test/package_graph/transform/transform_test.dart View 24 chunks +237 lines, -97 lines 0 comments Download
packages/barback/test/static_provider_test.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M packages/barback/test/stream_pool_test.dart View 5 chunks +35 lines, -29 lines 0 comments Download
packages/barback/test/stream_replayer_test.dart View 4 chunks +14 lines, -10 lines 0 comments Download
M packages/barback/test/too_many_open_files_test.dart View 1 chunk +7 lines, -5 lines 0 comments Download
M packages/barback/test/transformer/aggregate_many_to_many.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/barback/test/transformer/aggregate_many_to_one.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M packages/barback/test/transformer/catch_asset_not_found.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/barback/test/transformer/check_content.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/barback/test/transformer/check_content_and_rename.dart View 1 chunk +5 lines, -2 lines 0 comments Download
packages/barback/test/transformer/create_asset.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/barback/test/transformer/declare_assets.dart View 1 chunk +4 lines, -3 lines 0 comments Download
packages/barback/test/transformer/declaring_aggregate_many_to_many.dart View 1 chunk +1 line, -2 lines 0 comments Download
packages/barback/test/transformer/declaring_aggregate_many_to_one.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/barback/test/transformer/declaring_bad.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/barback/test/transformer/declaring_check_content_and_rename.dart View 1 chunk +13 lines, -8 lines 0 comments Download
M packages/barback/test/transformer/declaring_rewrite.dart View 1 chunk +1 line, -2 lines 0 comments Download
packages/barback/test/transformer/has_input.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/barback/test/transformer/lazy_aggregate_many_to_many.dart View 1 chunk +1 line, -2 lines 0 comments Download
packages/barback/test/transformer/lazy_assets.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/barback/test/transformer/lazy_check_content_and_rename.dart View 1 chunk +10 lines, -4 lines 0 comments Download
packages/barback/test/transformer/lazy_many_to_one.dart View 1 chunk +1 line, -2 lines 0 comments Download
M packages/barback/test/transformer/lazy_rewrite.dart View 1 chunk +1 line, -2 lines 0 comments Download
M packages/barback/test/transformer/log.dart View 2 chunks +12 lines, -7 lines 0 comments Download
packages/barback/test/transformer/mock.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/barback/test/transformer/mock_aggregate.dart View 1 chunk +1 line, -1 line 0 comments Download
packages/barback/test/transformer_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
packages/barback/test/utils.dart View 14 chunks +57 lines, -64 lines 0 comments Download
packages/charcode/lib/charcode.dart View 1 chunk +1 line, -1 line 0 comments Download
packages/charcode/lib/html_entity.dart View 1 chunk +0 lines, -769 lines 0 comments Download
M packages/cli_util/.travis.yml View 1 chunk +1 line, -0 lines 0 comments Download
packages/cli_util/CHANGELOG.md View 2 chunks +6 lines, -2 lines 0 comments Download
packages/cli_util/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
packages/crypto/.travis.yml View 2 chunks +5 lines, -4 lines 0 comments Download
M packages/crypto/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/crypto/analysis_options.yaml View 1 chunk +26 lines, -25 lines 0 comments Download
packages/crypto/lib/src/hash_sink.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/crypto/lib/src/hmac.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/crypto/lib/src/md5.dart View 1 chunk +2 lines, -2 lines 0 comments Download
packages/crypto/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
packages/crypto/test/hmac_md5_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
packages/crypto/test/hmac_sha1_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M packages/crypto/test/hmac_sha256_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
packages/crypto/test/sha1_test.dart View 4 chunks +8 lines, -8 lines 0 comments Download
M packages/crypto/test/sha256_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
packages/csslib/.analysis_options View 1 chunk +0 lines, -2 lines 0 comments Download
packages/csslib/CHANGELOG.md View 1 chunk +5 lines, -0 lines 0 comments Download
M packages/csslib/README.md View 1 chunk +2 lines, -3 lines 0 comments Download
M packages/csslib/example/call_parser.dart View 4 chunks +4 lines, -4 lines 0 comments Download
packages/csslib/lib/css.dart View 4 chunks +68 lines, -2 lines 0 comments Download
packages/csslib/lib/parser.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M packages/csslib/lib/src/analyzer.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M packages/csslib/lib/src/css_printer.dart View 1 chunk +1 line, -1 line 0 comments Download
packages/csslib/lib/src/options.dart View 2 chunks +0 lines, -66 lines 0 comments Download
M packages/csslib/lib/src/property.dart View 1 chunk +1 line, -1 line 0 comments Download
packages/csslib/lib/src/tree.dart View 1 chunk +1 line, -2 lines 0 comments Download
M packages/csslib/pubspec.yaml View 1 chunk +4 lines, -4 lines 0 comments Download
packages/csslib/test/compiler_test.dart View 5 chunks +5 lines, -15 lines 0 comments Download
M packages/csslib/test/error_test.dart View 13 chunks +24 lines, -72 lines 0 comments Download
M packages/csslib/test/extend_test.dart View 13 chunks +14 lines, -28 lines 0 comments Download
M packages/csslib/test/mixin_test.dart View 30 chunks +34 lines, -68 lines 0 comments Download
M packages/csslib/test/var_test.dart View 3 chunks +4 lines, -8 lines 0 comments Download
packages/csslib/test/visitor_test.dart View 1 chunk +1 line, -3 lines 0 comments Download
packages/dart_style/._AUTHORS View 0 chunks +-1 lines, --1 lines 0 comments Download
packages/dart_style/._LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
packages/dart_style/._PATENTS View 0 chunks +-1 lines, --1 lines 0 comments Download
D packages/dart_style/lib/src/._error_listener.dart View Binary file 0 comments Download
D packages/dart_style/test/selections/._selections.stmt View Binary file 0 comments Download
packages/dart_style/test/splitting/._arrows.unit View 0 chunks +-1 lines, --1 lines 0 comments Download
D packages/dart_style/test/whitespace/._do.stmt View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._try.stmt View Binary file 0 comments Download
packages/glob/.analysis_options View 1 chunk +0 lines, -2 lines 0 comments Download
packages/glob/CHANGELOG.md View 1 chunk +11 lines, -0 lines 0 comments Download
packages/glob/lib/glob.dart View 4 chunks +5 lines, -2 lines 0 comments Download
packages/glob/lib/src/ast.dart View 11 chunks +32 lines, -26 lines 0 comments Download
packages/glob/lib/src/list_tree.dart View 11 chunks +100 lines, -44 lines 0 comments Download
M packages/glob/lib/src/parser.dart View 2 chunks +3 lines, -4 lines 0 comments Download
packages/glob/lib/src/stream_pool.dart View 1 chunk +1 line, -2 lines 0 comments Download
M packages/glob/lib/src/utils.dart View 1 chunk +3 lines, -4 lines 0 comments Download
packages/glob/pubspec.yaml View 1 chunk +7 lines, -7 lines 0 comments Download
packages/glob/test/list_test.dart View 3 chunks +186 lines, -219 lines 0 comments Download
packages/glob/test/match_test.dart View 5 chunks +26 lines, -25 lines 0 comments Download
M packages/initialize/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
packages/initialize/lib/build/initializer_plugin.dart View 3 chunks +5 lines, -6 lines 0 comments Download
packages/initialize/lib/src/init_method.dart View 1 chunk +1 line, -0 lines 0 comments Download
M packages/initialize/lib/src/initializer.dart View 1 chunk +5 lines, -2 lines 0 comments Download
packages/initialize/lib/src/mirror_loader.dart View 4 chunks +13 lines, -10 lines 0 comments Download
packages/initialize/lib/transformer.dart View 4 chunks +8 lines, -5 lines 0 comments Download
packages/initialize/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M packages/initialize/test/deferred_library_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
packages/initialize/test/initializer_custom_filter_test.dart View 1 chunk +22 lines, -14 lines 0 comments Download
packages/initialize/test/initializer_cycle_error_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
packages/initialize/test/initializer_from_test.dart View 1 chunk +5 lines, -4 lines 0 comments Download
packages/initialize/test/initializer_super_test.dart View 1 chunk +7 lines, -1 line 0 comments Download
M packages/initialize/test/initializer_type_filter_test.dart View 3 chunks +19 lines, -10 lines 0 comments Download
packages/initialize/test/transformer_test.dart View 3 chunks +14 lines, -4 lines 0 comments Download
packages/initialize/tool/all_tests.sh View 1 chunk +2 lines, -0 lines 0 comments Download
packages/matcher/.analysis_options View 1 chunk +0 lines, -2 lines 0 comments Download
packages/matcher/CHANGELOG.md View 1 chunk +20 lines, -0 lines 0 comments Download
M packages/matcher/lib/src/core_matchers.dart View 7 chunks +71 lines, -58 lines 0 comments Download
M packages/matcher/lib/src/interfaces.dart View 2 chunks +2 lines, -1 line 0 comments Download
packages/matcher/lib/src/iterable_matchers.dart View 3 chunks +55 lines, -49 lines 0 comments Download
packages/matcher/lib/src/map_matchers.dart View 1 chunk +1 line, -1 line 0 comments Download
packages/matcher/lib/src/numeric_matchers.dart View 3 chunks +22 lines, -19 lines 0 comments Download
packages/matcher/lib/src/string_matchers.dart View 1 chunk +8 lines, -7 lines 0 comments Download
packages/matcher/lib/src/util.dart View 2 chunks +7 lines, -2 lines 0 comments Download
M packages/matcher/pubspec.yaml View 1 chunk +2 lines, -3 lines 0 comments Download
M packages/matcher/test/core_matchers_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
packages/matcher/test/string_matchers_test.dart View 1 chunk +10 lines, -0 lines 0 comments Download
packages/meta/.packages View 1 chunk +0 lines, -2 lines 0 comments Download
packages/meta/CHANGELOG.md View 1 chunk +0 lines, -3 lines 0 comments Download
M packages/meta/pubspec.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/package_config/.travis.yml View 1 chunk +15 lines, -2 lines 0 comments Download
packages/package_config/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/package_config/lib/discovery.dart View 3 chunks +4 lines, -2 lines 0 comments Download
packages/package_config/lib/discovery_analysis.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M packages/package_config/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
packages/package_config/test/discovery_analysis_test.dart View 1 chunk +1 line, -1 line 0 comments Download
packages/package_config/test/discovery_test.dart View 4 chunks +8 lines, -3 lines 0 comments Download
packages/package_config/test/parse_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M packages/package_config/test/parse_write_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
packages/package_config/tool/travis.sh View 1 chunk +0 lines, -17 lines 0 comments Download
packages/plugin/.gitignore View 1 chunk +0 lines, -1 line 0 comments Download
D packages/plugin/analysis_options.yaml View 1 chunk +0 lines, -2 lines 0 comments Download
packages/plugin/pubspec.yaml View 1 chunk +3 lines, -3 lines 0 comments Download
M packages/plugin/test/plugin_impl_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
packages/pool/.analysis_options View 1 chunk +0 lines, -2 lines 0 comments Download
packages/pool/CHANGELOG.md View 1 chunk +10 lines, -0 lines 0 comments Download
packages/pool/README.md View 1 chunk +1 line, -1 line 0 comments Download
M packages/pool/lib/pool.dart View 4 chunks +17 lines, -16 lines 0 comments Download
M packages/pool/pubspec.yaml View 1 chunk +3 lines, -3 lines 0 comments Download
packages/pool/test/pool_test.dart View 7 chunks +40 lines, -28 lines 0 comments Download
packages/stack_trace/.travis.yml View 2 chunks +6 lines, -2 lines 0 comments Download
M packages/stack_trace/CHANGELOG.md View 1 chunk +10 lines, -0 lines 0 comments Download
M packages/stack_trace/lib/src/chain.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M packages/stack_trace/lib/src/stack_zone_specification.dart View 5 chunks +14 lines, -12 lines 0 comments Download
M packages/stack_trace/pubspec.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
packages/watcher/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
packages/watcher/lib/src/directory_watcher/windows.dart View 1 chunk +408 lines, -408 lines 0 comments Download
packages/watcher/pubspec.yaml View 2 chunks +2 lines, -3 lines 0 comments Download
packages/watcher/test/directory_watcher/windows_test.dart View 1 chunk +25 lines, -25 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698