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

Issue 14297021: Move pub into sdk/lib/_internal. (Closed)

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

Description

Move pub into sdk/lib/_internal. This also converts pub to a more package-like layout, which will help in the eventual exposing of pub internals as a library. Since pub's sources are now in lib/src, this also makes them importable from the tests and entrypoint using "package:" imports. BUG=6619 Committed: https://code.google.com/p/dart/source/detail?r=21907

Patch Set 1 #

Total comments: 11

Patch Set 2 : Disallow package: imports of pub. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -16580 lines) Patch
M sdk/bin/pub View 1 chunk +2 lines, -3 lines 0 comments Download
M sdk/bin/pub.bat View 1 chunk +9 lines, -10 lines 0 comments Download
A + sdk/lib/_internal/pub/bin/pub.dart View 1 1 chunk +3 lines, -5 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command_cache.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command_help.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command_install.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command_lish.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command_update.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command_uploader.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/command_version.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/directory_tree.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/entrypoint.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/error_group.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/exit_codes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/git.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/git_source.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/hosted_source.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/http.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/io.dart View 3 chunks +11 lines, -12 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/lock_file.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/log.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/oauth2.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/package.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/path_source.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/pub.dart View 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/lib/src/pubspec.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/safe_http_server.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/sdk.dart View 1 chunk +2 lines, -4 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/solver/backtracking_solver.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/solver/version_solver.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/source.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/source_registry.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/system_cache.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/utils.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/compiled_dartdoc.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/dependency.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/directory.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/lib.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/license.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/name.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/pubspec_field.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/size.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/validator/utf8_readme.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/version.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/pub.status View 2 chunks +4 lines, -4 lines 0 comments Download
A + sdk/lib/_internal/pub/resource/certs/cert9.db View Binary file 0 comments Download
A + sdk/lib/_internal/pub/resource/certs/key4.db View Binary file 0 comments Download
A + sdk/lib/_internal/pub/resource/certs/pkcs11.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/command_line_config.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/descriptor.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/descriptor/git.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/descriptor/tar.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/dev_dependency_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/directory_tree_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/error_group_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/broken_symlink_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/check_out_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/check_out_transitive_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/check_out_twice_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/check_out_with_trailing_slash_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/dependency_name_match_pubspec_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/different_repo_name_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/lock_version_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/require_pubspec_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/stay_locked_if_compatible_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/git/unlock_if_incompatible_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/do_not_update_on_removed_constraints_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/fail_gracefully_on_missing_package_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/fail_gracefully_on_url_resolve_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/install_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/install_transitive_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/remove_removed_dependency_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/remove_removed_transitive_dependency_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/resolve_constraints_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_new_is_satisfied_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/stay_locked_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/unlock_if_incompatible_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/hosted/unlock_if_new_is_unsatisfied_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/absolute_path_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/absolute_symlink_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/no_pubspec_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/nonexistent_dir_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/relative_path_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/path/shared_dependency_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/pub_install_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/install/relative_symlink_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/install/switch_source_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/io_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/cloud_storage_upload_doesnt_redirect_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/lish/cloud_storage_upload_provides_an_error_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/lish/force_does_not_publish_if_there_are_errors_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/force_publishes_if_tests_are_no_warnings_or_errors_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/force_publishes_if_there_are_warnings_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/package_creation_provides_a_malformed_error_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/package_creation_provides_a_malformed_success_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/package_creation_provides_an_error_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/package_creation_provides_invalid_json_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/package_validation_has_a_warning_and_continues_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/package_validation_has_a_warning_and_is_canceled_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/package_validation_has_an_error_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/preview_package_validation_has_no_warnings_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/upload_form_fields_has_a_non_string_value_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/upload_form_is_missing_url_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/upload_form_url_is_not_a_string_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/lish/utils.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/lock_file_test.dart View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/utils.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/with_a_malformed_credentials_authenticates_again_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/with_a_server_rejected_refresh_token_authenticates_again_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_refreshes_and_saves_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/with_no_credentials_authenticates_and_saves_credentials_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/pub_cache_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/pub/test/pub_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/pub_uploader_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/test/pubspec_test.dart View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + sdk/lib/_internal/pub/test/real_version_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/test_pub.dart View 1 4 chunks +18 lines, -16 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/git/update_locked_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/git/update_to_nonexistent_pubspec_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/hosted/fail_gracefully_on_missing_package_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/hosted/fail_gracefully_on_url_resolve_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/hosted/remove_removed_dependency_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/hosted/remove_removed_transitive_dependency_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/hosted/unlock_dependers_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/hosted/unlock_if_necessary_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/hosted/update_removed_constraints_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/update/pub_update_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/compiled_dartdoc_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/dependency_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/directory_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/lib_test.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/license_test.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/name_test.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/pubspec_field_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/size_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/utf8_readme_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + sdk/lib/_internal/pub/test/validator/utils.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sdk/lib/_internal/pub/test/version_solver_test.dart View 1 1 chunk +10 lines, -10 lines 0 comments Download
A + sdk/lib/_internal/pub/test/version_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/create_sdk.py View 1 4 chunks +7 lines, -15 lines 0 comments Download
M tools/test.dart View 1 chunk +1 line, -1 line 0 comments Download
D utils/pub/command_cache.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D utils/pub/command_help.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D utils/pub/command_install.dart View 1 chunk +0 lines, -22 lines 0 comments Download
D utils/pub/command_lish.dart View 1 chunk +0 lines, -207 lines 0 comments Download
D utils/pub/command_update.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D utils/pub/command_uploader.dart View 1 chunk +0 lines, -83 lines 0 comments Download
D utils/pub/command_version.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D utils/pub/directory_tree.dart View 1 chunk +0 lines, -133 lines 0 comments Download
D utils/pub/entrypoint.dart View 1 chunk +0 lines, -220 lines 0 comments Download
D utils/pub/error_group.dart View 1 chunk +0 lines, -277 lines 0 comments Download
D utils/pub/exit_codes.dart View 1 chunk +0 lines, -55 lines 0 comments Download
D utils/pub/git.dart View 1 chunk +0 lines, -75 lines 0 comments Download
D utils/pub/git_source.dart View 1 chunk +0 lines, -211 lines 0 comments Download
D utils/pub/hosted_source.dart View 1 chunk +0 lines, -214 lines 0 comments Download
D utils/pub/http.dart View 1 chunk +0 lines, -201 lines 0 comments Download
D utils/pub/io.dart View 1 chunk +0 lines, -708 lines 0 comments Download
D utils/pub/lock_file.dart View 1 chunk +0 lines, -108 lines 0 comments Download
D utils/pub/log.dart View 1 chunk +0 lines, -258 lines 0 comments Download
D utils/pub/oauth2.dart View 1 chunk +0 lines, -206 lines 0 comments Download
D utils/pub/package.dart View 1 chunk +0 lines, -238 lines 0 comments Download
D utils/pub/path_source.dart View 1 chunk +0 lines, -128 lines 0 comments Download
D utils/pub/pub.dart View 1 chunk +0 lines, -348 lines 0 comments Download
D utils/pub/pubspec.dart View 1 chunk +0 lines, -302 lines 0 comments Download
D utils/pub/resource/certs/cert9.db View 0 chunks +-1 lines, --1 lines 0 comments Download
D utils/pub/resource/certs/key4.db View 0 chunks +-1 lines, --1 lines 0 comments Download
D utils/pub/resource/certs/pkcs11.txt View 1 chunk +0 lines, -5 lines 0 comments Download
D utils/pub/safe_http_server.dart View 1 chunk +0 lines, -143 lines 0 comments Download
D utils/pub/sdk.dart View 1 chunk +0 lines, -65 lines 0 comments Download
D utils/pub/sdk/pub View 1 chunk +0 lines, -11 lines 0 comments Download
D utils/pub/sdk/pub.bat View 1 chunk +0 lines, -16 lines 0 comments Download
D utils/pub/solver/backtracking_solver.dart View 1 chunk +0 lines, -603 lines 0 comments Download
D utils/pub/solver/version_solver.dart View 1 chunk +0 lines, -308 lines 0 comments Download
D utils/pub/source.dart View 1 chunk +0 lines, -222 lines 0 comments Download
D utils/pub/source_registry.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D utils/pub/system_cache.dart View 1 chunk +0 lines, -119 lines 0 comments Download
D utils/pub/utils.dart View 1 chunk +0 lines, -392 lines 0 comments Download
D utils/pub/validator.dart View 1 chunk +0 lines, -94 lines 0 comments Download
D utils/pub/validator/compiled_dartdoc.dart View 1 chunk +0 lines, -46 lines 0 comments Download
D utils/pub/validator/dependency.dart View 1 chunk +0 lines, -101 lines 0 comments Download
D utils/pub/validator/directory.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D utils/pub/validator/lib.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D utils/pub/validator/license.dart View 1 chunk +0 lines, -37 lines 0 comments Download
D utils/pub/validator/name.dart View 1 chunk +0 lines, -99 lines 0 comments Download
D utils/pub/validator/pubspec_field.dart View 1 chunk +0 lines, -61 lines 0 comments Download
D utils/pub/validator/size.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D utils/pub/validator/utf8_readme.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/pub/version.dart View 1 chunk +0 lines, -473 lines 0 comments Download
D utils/tests/pub/command_line_config.dart View 1 chunk +0 lines, -171 lines 0 comments Download
D utils/tests/pub/descriptor.dart View 1 chunk +0 lines, -178 lines 0 comments Download
D utils/tests/pub/descriptor/git.dart View 1 chunk +0 lines, -78 lines 0 comments Download
D utils/tests/pub/descriptor/tar.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D utils/tests/pub/dev_dependency_test.dart View 1 chunk +0 lines, -117 lines 0 comments Download
D utils/tests/pub/directory_tree_test.dart View 1 chunk +0 lines, -146 lines 0 comments Download
D utils/tests/pub/error_group_test.dart View 1 chunk +0 lines, -429 lines 0 comments Download
D utils/tests/pub/install/broken_symlink_test.dart View 1 chunk +0 lines, -63 lines 0 comments Download
D utils/tests/pub/install/git/check_out_and_update_test.dart View 1 chunk +0 lines, -64 lines 0 comments Download
D utils/tests/pub/install/git/check_out_branch_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/install/git/check_out_revision_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/install/git/check_out_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/install/git/check_out_transitive_test.dart View 1 chunk +0 lines, -52 lines 0 comments Download
D utils/tests/pub/install/git/check_out_twice_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D utils/tests/pub/install/git/dependency_name_match_pubspec_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/install/git/different_repo_name_test.dart View 1 chunk +0 lines, -41 lines 0 comments Download
D utils/tests/pub/install/git/lock_version_test.dart View 1 chunk +0 lines, -56 lines 0 comments Download
D utils/tests/pub/install/git/require_pubspec_name_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D utils/tests/pub/install/git/require_pubspec_test.dart View 1 chunk +0 lines, -30 lines 0 comments Download
D utils/tests/pub/install/git/stay_locked_if_compatible_test.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D utils/tests/pub/install/git/unlock_if_incompatible_test.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D utils/tests/pub/install/hosted/cached_pubspec_test.dart View 1 chunk +0 lines, -43 lines 0 comments Download
D utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D utils/tests/pub/install/hosted/fail_gracefully_on_url_resolve_test.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D utils/tests/pub/install/hosted/install_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D utils/tests/pub/install/hosted/install_transitive_test.dart View 1 chunk +0 lines, -30 lines 0 comments Download
D utils/tests/pub/install/hosted/remove_removed_dependency_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D utils/tests/pub/install/hosted/repair_cache_test.dart View 1 chunk +0 lines, -63 lines 0 comments Download
D utils/tests/pub/install/hosted/resolve_constraints_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/install/hosted/stay_locked_if_compatible_test.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart View 1 chunk +0 lines, -52 lines 0 comments Download
D utils/tests/pub/install/hosted/stay_locked_test.dart View 1 chunk +0 lines, -42 lines 0 comments Download
D utils/tests/pub/install/hosted/unlock_if_incompatible_test.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart View 1 chunk +0 lines, -56 lines 0 comments Download
D utils/tests/pub/install/path/absolute_path_test.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D utils/tests/pub/install/path/absolute_symlink_test.dart View 1 chunk +0 lines, -46 lines 0 comments Download
D utils/tests/pub/install/path/no_pubspec_test.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D utils/tests/pub/install/path/nonexistent_dir_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D utils/tests/pub/install/path/path_is_file_test.dart View 1 chunk +0 lines, -43 lines 0 comments Download
D utils/tests/pub/install/path/relative_path_test.dart View 1 chunk +0 lines, -73 lines 0 comments Download
D utils/tests/pub/install/path/relative_symlink_test.dart View 1 chunk +0 lines, -55 lines 0 comments Download
D utils/tests/pub/install/path/shared_dependency_symlink_test.dart View 1 chunk +0 lines, -60 lines 0 comments Download
D utils/tests/pub/install/path/shared_dependency_test.dart View 1 chunk +0 lines, -131 lines 0 comments Download
D utils/tests/pub/install/pub_install_test.dart View 1 chunk +0 lines, -309 lines 0 comments Download
D utils/tests/pub/install/relative_symlink_test.dart View 1 chunk +0 lines, -64 lines 0 comments Download
D utils/tests/pub/install/switch_source_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D utils/tests/pub/io_test.dart View 1 chunk +0 lines, -280 lines 0 comments Download
D utils/tests/pub/lish/archives_and_uploads_a_package_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D utils/tests/pub/lish/cloud_storage_upload_doesnt_redirect_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D utils/tests/pub/lish/cloud_storage_upload_provides_an_error_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D utils/tests/pub/lish/force_cannot_be_combined_with_dry_run_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D utils/tests/pub/lish/force_does_not_publish_if_there_are_errors_test.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D utils/tests/pub/lish/force_publishes_if_tests_are_no_warnings_or_errors_test.dart View 1 chunk +0 lines, -37 lines 0 comments Download
D utils/tests/pub/lish/force_publishes_if_there_are_warnings_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D utils/tests/pub/lish/package_creation_provides_a_malformed_error_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D utils/tests/pub/lish/package_creation_provides_a_malformed_success_test.dart View 1 chunk +0 lines, -37 lines 0 comments Download
D utils/tests/pub/lish/package_creation_provides_an_error_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D utils/tests/pub/lish/package_creation_provides_invalid_json_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D utils/tests/pub/lish/package_validation_has_a_warning_and_continues_test.dart View 1 chunk +0 lines, -41 lines 0 comments Download
D utils/tests/pub/lish/package_validation_has_a_warning_and_is_canceled_test.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D utils/tests/pub/lish/package_validation_has_an_error_test.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D utils/tests/pub/lish/preview_package_validation_has_a_warning_test.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D utils/tests/pub/lish/preview_package_validation_has_no_warnings_test.dart View 1 chunk +0 lines, -30 lines 0 comments Download
D utils/tests/pub/lish/upload_form_fields_has_a_non_string_value_test.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D utils/tests/pub/lish/upload_form_fields_is_not_a_map_test.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D utils/tests/pub/lish/upload_form_is_missing_fields_test.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D utils/tests/pub/lish/upload_form_is_missing_url_test.dart View 1 chunk +0 lines, -37 lines 0 comments Download
D utils/tests/pub/lish/upload_form_provides_an_error_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D utils/tests/pub/lish/upload_form_provides_invalid_json_test.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D utils/tests/pub/lish/upload_form_url_is_not_a_string_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D utils/tests/pub/lish/utils.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D utils/tests/pub/lock_file_test.dart View 1 chunk +0 lines, -186 lines 0 comments Download
D utils/tests/pub/oauth2/utils.dart View 1 chunk +0 lines, -62 lines 0 comments Download
D utils/tests/pub/oauth2/with_a_malformed_credentials_authenticates_again_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D utils/tests/pub/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D utils/tests/pub/oauth2/with_a_server_rejected_refresh_token_authenticates_again_test.dart View 1 chunk +0 lines, -55 lines 0 comments Download
D utils/tests/pub/oauth2/with_an_expired_credentials_refreshes_and_saves_test.dart View 1 chunk +0 lines, -60 lines 0 comments Download
D utils/tests/pub/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D utils/tests/pub/oauth2/with_no_credentials_authenticates_and_saves_credentials_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/oauth2/with_server_rejected_credentials_authenticates_again_test.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D utils/tests/pub/pub.status View 1 chunk +0 lines, -18 lines 0 comments Download
D utils/tests/pub/pub_cache_test.dart View 1 chunk +0 lines, -79 lines 0 comments Download
D utils/tests/pub/pub_test.dart View 1 chunk +0 lines, -153 lines 0 comments Download
D utils/tests/pub/pub_uploader_test.dart View 1 chunk +0 lines, -184 lines 0 comments Download
D utils/tests/pub/pubspec_test.dart View 1 chunk +0 lines, -212 lines 0 comments Download
D utils/tests/pub/real_version_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D utils/tests/pub/test_pub.dart View 1 chunk +0 lines, -637 lines 0 comments Download
D utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart View 1 chunk +0 lines, -64 lines 0 comments Download
D utils/tests/pub/update/git/update_locked_test.dart View 1 chunk +0 lines, -63 lines 0 comments Download
D utils/tests/pub/update/git/update_one_locked_test.dart View 1 chunk +0 lines, -63 lines 0 comments Download
D utils/tests/pub/update/git/update_to_incompatible_pubspec_test.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D utils/tests/pub/update/git/update_to_nonexistent_pubspec_test.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D utils/tests/pub/update/hosted/fail_gracefully_on_url_resolve_test.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D utils/tests/pub/update/hosted/remove_removed_dependency_test.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D utils/tests/pub/update/hosted/remove_removed_transitive_dependency_test.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D utils/tests/pub/update/hosted/unlock_dependers_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D utils/tests/pub/update/hosted/unlock_if_necessary_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D utils/tests/pub/update/hosted/update_removed_constraints_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D utils/tests/pub/update/pub_update_test.dart View 1 chunk +0 lines, -87 lines 0 comments Download
D utils/tests/pub/validator/compiled_dartdoc_test.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D utils/tests/pub/validator/dependency_test.dart View 1 chunk +0 lines, -250 lines 0 comments Download
D utils/tests/pub/validator/directory_test.dart View 1 chunk +0 lines, -46 lines 0 comments Download
D utils/tests/pub/validator/lib_test.dart View 1 chunk +0 lines, -62 lines 0 comments Download
D utils/tests/pub/validator/license_test.dart View 1 chunk +0 lines, -51 lines 0 comments Download
D utils/tests/pub/validator/name_test.dart View 1 chunk +0 lines, -107 lines 0 comments Download
D utils/tests/pub/validator/pubspec_field_test.dart View 1 chunk +0 lines, -102 lines 0 comments Download
D utils/tests/pub/validator/size_test.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D utils/tests/pub/validator/utf8_readme_test.dart View 1 chunk +0 lines, -43 lines 0 comments Download
D utils/tests/pub/validator/utils.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D utils/tests/pub/version_solver_test.dart View 1 chunk +0 lines, -998 lines 0 comments Download
D utils/tests/pub/version_test.dart View 1 chunk +0 lines, -476 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years, 8 months ago (2013-04-23 18:28:01 UTC) #1
Bob Nystrom
https://codereview.chromium.org/14297021/diff/1/sdk/bin/pub File sdk/bin/pub (right): https://codereview.chromium.org/14297021/diff/1/sdk/bin/pub#newcode11 sdk/bin/pub:11: exec "$BIN_DIR"/dart --package-root="$DART_SDK"/packages/ \ In a separate patch, can ...
7 years, 8 months ago (2013-04-23 19:41:19 UTC) #2
nweiz
I've updated this to remove the use of "package:" to import pub libraries. This was ...
7 years, 8 months ago (2013-04-23 19:56:27 UTC) #3
Bob Nystrom
LGTM. https://codereview.chromium.org/14297021/diff/1/sdk/bin/pub File sdk/bin/pub (right): https://codereview.chromium.org/14297021/diff/1/sdk/bin/pub#newcode11 sdk/bin/pub:11: exec "$BIN_DIR"/dart --package-root="$DART_SDK"/packages/ \ On 2013/04/23 19:56:27, nweiz ...
7 years, 8 months ago (2013-04-23 20:26:14 UTC) #4
nweiz
7 years, 8 months ago (2013-04-23 21:46:45 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r21907 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698