Don't extract the name of a package from its description.
Instead, the pubspec is considered to be the canonical name. This has the side effect of requiring that all dependencies have a pubspec with a name field. BUG=5205 Review URL: https://chromiumcodereview.appspot.com//10938003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@12517 260f80e4-7a28-3924-810f-c04153c831b5
Showing
- lib/src/command_help.dart 1 addition, 0 deletionslib/src/command_help.dart
- lib/src/command_version.dart 1 addition, 0 deletionslib/src/command_version.dart
- lib/src/entrypoint.dart 3 additions, 26 deletionslib/src/entrypoint.dart
- lib/src/git_source.dart 4 additions, 11 deletionslib/src/git_source.dart
- lib/src/hosted_source.dart 1 addition, 1 deletionlib/src/hosted_source.dart
- lib/src/lock_file.dart 1 addition, 1 deletionlib/src/lock_file.dart
- lib/src/package.dart 48 additions, 25 deletionslib/src/package.dart
- lib/src/pub.dart 27 additions, 6 deletionslib/src/pub.dart
- lib/src/pubspec.dart 1 addition, 8 deletionslib/src/pubspec.dart
- lib/src/source.dart 4 additions, 14 deletionslib/src/source.dart
- lib/src/system_cache.dart 2 additions, 1 deletionlib/src/system_cache.dart
- lib/src/version_solver.dart 18 additions, 16 deletionslib/src/version_solver.dart
- test/lock_file_test.dart 5 additions, 17 deletionstest/lock_file_test.dart
- test/pub_install_git_test.dart 102 additions, 19 deletionstest/pub_install_git_test.dart
- test/pub_install_test.dart 1 addition, 1 deletiontest/pub_install_test.dart
- test/pub_update_git_test.dart 20 additions, 10 deletionstest/pub_update_git_test.dart
- test/pub_update_test.dart 1 addition, 1 deletiontest/pub_update_test.dart
- test/test_pub.dart 16 additions, 1 deletiontest/test_pub.dart
- test/version_solver_test.dart 8 additions, 8 deletionstest/version_solver_test.dart
Loading
Please register or sign in to comment