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

Issue 291843011: Run pub tests against older versions of barback. (Closed)

Created:
6 years, 7 months ago by nweiz
Modified:
6 years, 6 months ago
Reviewers:
ricow1, Bob Nystrom
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Run pub tests against older versions of barback. If we're going to claim to support older versions of barback indefinitely, we need to test that support. This will become increasingly important as the glue code for more recent versions becomes more and more distinct from that for older versions. This does slow down the time it takes to run all the pub tests by about 20%. It may be worth considering only running a subset of barback tests against all versions when running locally. R=rnystrom@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=36707

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2897 lines, -1919 lines) Patch
M sdk/lib/_internal/pub/test/build/allows_arbitrary_modes_test.dart View 1 chunk +26 lines, -24 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/defaults_to_release_mode_test.dart View 1 chunk +26 lines, -24 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/outputs_error_to_json_test.dart View 1 chunk +34 lines, -32 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/compiles_generated_dart_file_test.dart View 1 chunk +20 lines, -18 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart View 1 chunk +23 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/compiles_generated_file_from_dependency_test.dart View 1 chunk +29 lines, -27 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/compiles_imported_generated_file_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart View 1 chunk +0 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_environment_type_test.dart View 1 chunk +0 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_option_test.dart View 1 chunk +1 line, -6 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/doesnt_support_invalid_type_for_boolean_option_test.dart View 1 chunk +0 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/minify_configuration_overrides_mode_test.dart View 1 chunk +1 line, -6 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/output_can_be_consumed_by_successive_phases.dart View 1 chunk +19 lines, -17 lines 0 comments Download
M sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart View 1 chunk +1 line, -6 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/allows_arbitrary_modes_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/defaults_to_debug_mode_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart View 1 chunk +22 lines, -20 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/supports_user_defined_declaring_transformers_test.dart View 1 chunk +30 lines, -28 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/supports_user_defined_lazy_transformers_test.dart View 1 chunk +24 lines, -22 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 1 3 chunks +67 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/transformer/asset_not_found_exceptions_are_detectable_test.dart View 1 chunk +25 lines, -23 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/can_log_messages_test.dart View 1 chunk +23 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/can_use_consume_primary_test.dart View 1 chunk +22 lines, -20 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/can_use_has_input_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/can_use_read_input_as_string_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/can_use_read_input_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart View 1 chunk +23 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart View 1 chunk +25 lines, -23 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart View 1 chunk +31 lines, -29 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/detects_an_ordering_dependency_cycle_test.dart View 1 chunk +47 lines, -45 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/does_not_run_a_transform_on_an_input_in_another_package_test.dart View 1 chunk +26 lines, -24 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/exclude_asset_list_test.dart View 1 chunk +31 lines, -29 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/exclude_asset_string_test.dart View 1 chunk +28 lines, -26 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/include_asset_list_test.dart View 1 chunk +31 lines, -29 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/include_asset_string_test.dart View 1 chunk +28 lines, -26 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/includes_before_excludes_test.dart View 1 chunk +29 lines, -27 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/works_on_dart2js_test.dart View 1 chunk +36 lines, -34 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/works_on_lazy_transformer_test.dart View 1 chunk +37 lines, -35 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/exclusion/works_on_transformer_group_test.dart View 1 chunk +32 lines, -30 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_file_that_defines_no_transforms_test.dart View 1 chunk +18 lines, -16 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_non_existent_transform_test.dart View 1 chunk +13 lines, -11 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_test.dart View 1 chunk +19 lines, -17 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_from_a_non_dependency_test.dart View 1 chunk +15 lines, -13 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_a_syntax_error_test.dart View 1 chunk +18 lines, -16 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart View 1 chunk +17 lines, -14 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_an_unconfigurable_transformer_when_config_is_passed_test.dart View 1 chunk +18 lines, -16 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test.dart View 1 chunk +62 lines, -60 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/loads_a_transformer_defined_in_an_exported_library_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/loads_ordering_dependencies_in_the_correct_order_test.dart View 1 chunk +38 lines, -36 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/prefers_transformer_to_library_name_test.dart View 1 chunk +23 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/prints_a_transform_error_in_apply_test.dart View 1 chunk +23 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/prints_a_transform_interface_error_test.dart View 1 chunk +24 lines, -22 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/runs_a_local_transform_on_the_application_package_test.dart View 1 chunk +19 lines, -17 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/runs_a_third_party_transform_on_the_application_package_test.dart View 1 chunk +23 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/runs_a_third_party_transformer_on_a_local_transformer_test.dart View 1 chunk +27 lines, -25 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/runs_a_transform_on_a_dependency_test.dart View 1 chunk +23 lines, -21 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/runs_a_transformer_group_test.dart View 1 chunk +22 lines, -20 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart View 1 chunk +38 lines, -36 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/supports_a_transformer_that_doesnt_return_futures_test.dart View 1 chunk +21 lines, -19 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/CHANGELOG.md View 1 chunk +0 lines, -44 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/markdown_converter/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/markdown_converter/lib/transformer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/markdown_converter/pubspec.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/markdown_converter/web/images/bison.jpg View Binary file 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/markdown_converter/web/index.markdown View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/markdown_converter/web/test2.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/simple_transformer/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/simple_transformer/lib/transformer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/simple_transformer/pubspec.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/examples/simple_transformer/web/test.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/pkg/barback-0.13.0/lib/barback.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/asset.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/asset_cascade.dart View 5 chunks +33 lines, -28 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/asset_forwarder.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/asset_id.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/asset_node.dart View 11 chunks +18 lines, -27 lines 0 comments Download
A third_party/pkg/barback-0.13.0/lib/src/asset_node_set.dart View 1 chunk +24 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/asset_set.dart View 2 chunks +1 line, -4 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/barback.dart View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/barback_settings.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/base_transform.dart View 5 chunks +18 lines, -36 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/build_result.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/cancelable_future.dart View 1 chunk +1 line, -1 line 0 comments Download
A third_party/pkg/barback-0.13.0/lib/src/declaring_transform.dart View 1 chunk +47 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/declaring_transformer.dart View 2 chunks +2 lines, -5 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/errors.dart View 2 chunks +4 lines, -9 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/file_pool.dart View 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/group_runner.dart View 4 chunks +22 lines, -16 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/internal_asset.dart View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/lazy_transformer.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/log.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/multiset.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/package_graph.dart View 5 chunks +16 lines, -20 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/package_provider.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/phase.dart View 12 chunks +111 lines, -111 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/phase_forwarder.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A third_party/pkg/barback-0.13.0/lib/src/phase_input.dart View 1 chunk +111 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/phase_output.dart View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/pool.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/serialize.dart View 2 chunks +4 lines, -2 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/stream_pool.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/stream_replayer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/transform.dart View 5 chunks +55 lines, -43 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/transform_logger.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A third_party/pkg/barback-0.13.0/lib/src/transform_node.dart View 1 chunk +515 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/transformer.dart View 3 chunks +9 lines, -15 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/transformer_group.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/lib/src/utils.dart View 1 chunk +0 lines, -17 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/pubspec.yaml View 1 chunk +4 lines, -3 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/asset_id_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/asset_set_test.dart View 1 chunk +0 lines, -10 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/asset_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/barback_mode_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/cancelable_future_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/logger_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/multiset_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/add_remove_transform_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/collisions_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/errors_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/get_all_assets_test.dart View 2 chunks +0 lines, -23 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/group_test.dart View 1 chunk +0 lines, -21 lines 0 comments Download
A third_party/pkg/barback-0.13.0/test/package_graph/lazy_transformer_test.dart View 1 chunk +232 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/many_parallel_transformers_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/repetition_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/source_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/transform/concurrency_test.dart View 1 chunk +0 lines, -49 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/transform/consume_input_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/transform/cross_package_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/transform/pass_through_test.dart View 1 chunk +18 lines, -0 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/package_graph/transform/transform_test.dart View 1 chunk +0 lines, -9 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/stream_pool_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/stream_replayer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/too_many_open_files_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/bad.dart View 2 chunks +14 lines, -9 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/bad_log.dart View 2 chunks +13 lines, -8 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/catch_asset_not_found.dart View 2 chunks +3 lines, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/check_content.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/check_content_and_rename.dart View 1 chunk +4 lines, -8 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/conditionally_consume_primary.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/create_asset.dart View 2 chunks +9 lines, -4 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/emit_nothing.dart View 2 chunks +5 lines, -4 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/has_input.dart View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/lazy_bad.dart View 2 chunks +15 lines, -8 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/lazy_many_to_one.dart View 2 chunks +3 lines, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/lazy_rewrite.dart View 1 chunk +12 lines, -2 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/log.dart View 1 chunk +16 lines, -14 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/many_to_one.dart View 1 chunk +2 lines, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/mock.dart View 1 chunk +2 lines, -8 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/one_to_many.dart View 1 chunk +2 lines, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer/rewrite.dart View 1 chunk +2 lines, -1 line 0 comments Download
A + third_party/pkg/barback-0.13.0/test/transformer_test.dart View 3 chunks +18 lines, -11 lines 0 comments Download
A + third_party/pkg/barback-0.13.0/test/utils.dart View 5 chunks +31 lines, -41 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
6 years, 7 months ago (2014-05-22 01:05:57 UTC) #1
Bob Nystrom
+ricow for the heads up. Couple of nits, but LGTM! This looks very nice. https://codereview.chromium.org/291843011/diff/1/sdk/lib/_internal/pub/test/test_pub.dart ...
6 years, 7 months ago (2014-05-27 17:49:46 UTC) #2
nweiz
https://codereview.chromium.org/291843011/diff/1/sdk/lib/_internal/pub/test/test_pub.dart File sdk/lib/_internal/pub/test/test_pub.dart (right): https://codereview.chromium.org/291843011/diff/1/sdk/lib/_internal/pub/test/test_pub.dart#newcode80 sdk/lib/_internal/pub/test/test_pub.dart:80: /// A map from barback versions to their locations ...
6 years, 7 months ago (2014-05-27 20:40:47 UTC) #3
nweiz
Committed patchset #2 manually as r36707 (presubmit successful).
6 years, 7 months ago (2014-05-27 20:42:42 UTC) #4
ricow1
First of, testing against older versions of bareback seems really good moving forward. A few ...
6 years, 6 months ago (2014-05-28 06:43:56 UTC) #5
nweiz
6 years, 6 months ago (2014-05-28 20:29:19 UTC) #6
Message was sent while issue was closed.
On 2014/05/28 06:43:56, ricow1 wrote:
> First of, testing against older versions of bareback seems really good moving
> forward.
> A few comments:
> Please don't check directly into third_party under bleeding_edge, see
> https://code.google.com/p/dart/wiki/ThirdPartyAndBinaryData
> for instructions (check it into https://dart.googlecode.com/svn/third_party
and
> add a DEPS dependency pinned at the revision you are using)
> 
> I actually have a nicer solution in this specific case:
> Simply add a dependency to the deps file pulling in the old version, something
> like this:
> https://codereview.chromium.org/302773007/

I can do that. I'm a bit confused, though: it looks like none of the other
packages in third_party/pkg are controlled by DEPS. I don't see them n DEPS, and
third_party/pkg/.gitignore doesn't ignore them, unlike the other directories in
third_party.

Powered by Google App Engine
This is Rietveld 408576698