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

Issue 11093012: Update pub to use new import syntax. (Closed)

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

Description

Update pub to use new import syntax. Committed: https://code.google.com/p/dart/source/detail?r=13391

Patch Set 1 #

Patch Set 2 : Update git.dart to new import syntax. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -364 lines) Patch
M utils/pub/command_help.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/command_install.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M utils/pub/command_update.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M utils/pub/command_version.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/entrypoint.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M utils/pub/exit_codes.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/git.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
M utils/pub/git_source.dart View 1 1 chunk +8 lines, -8 lines 0 comments Download
M utils/pub/hosted_source.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M utils/pub/io.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M utils/pub/lock_file.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M utils/pub/package.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M utils/pub/pub.dart View 1 1 chunk +22 lines, -22 lines 0 comments Download
M utils/pub/pubspec.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M utils/pub/root_source.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/pub/sdk_source.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M utils/pub/source.dart View 1 1 chunk +6 lines, -6 lines 0 comments Download
M utils/pub/source_registry.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/system_cache.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M utils/pub/utils.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M utils/pub/version.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M utils/pub/version_solver.dart View 1 1 chunk +12 lines, -12 lines 0 comments Download
M utils/tests/pub/install/git/check_out_and_update_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_branch_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_revision_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_transitive_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_twice_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/dependency_name_match_pubspec_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/different_repo_name_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/lock_version_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/require_pubspec_name_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/require_pubspec_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/stay_locked_if_compatible_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/unlock_if_incompatible_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/check_out_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/check_out_transitive_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/fail_gracefully_on_url_resolve_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/remove_removed_dependency_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/resolve_constraints_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_if_compatible_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/unlock_if_incompatible_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/pub_install_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/sdk/check_out_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/install/sdk/check_out_transitive_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/lock_file_test.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M utils/tests/pub/pub_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/pubspec_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 1 1 chunk +16 lines, -16 lines 0 comments Download
M utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/git/update_locked_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/git/update_one_locked_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/git/update_to_incompatible_pubspec_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/git/update_to_nonexistent_pubspec_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/fail_gracefully_on_url_resolve_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/remove_removed_dependency_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/remove_removed_transitive_dependency_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/unlock_dependers_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/unlock_if_necessary_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/update_removed_constraints_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/update/pub_update_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/pub/version_solver_test.dart View 1 chunk +15 lines, -15 lines 0 comments Download
M utils/tests/pub/version_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Bob Nystrom
Exciting!
8 years, 2 months ago (2012-10-09 00:10:39 UTC) #1
nweiz
8 years, 2 months ago (2012-10-09 00:12:33 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698