|
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
Committed: https://code.google.com/p/dart/source/detail?r=12517
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+264 lines, -166 lines) |
Patch |
 |
M |
utils/pub/command_help.dart
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/command_version.dart
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/entrypoint.dart
|
View
|
|
4 chunks |
+3 lines, -26 lines |
0 comments
|
Download
|
 |
M |
utils/pub/git_source.dart
|
View
|
|
2 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
 |
M |
utils/pub/hosted_source.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
utils/pub/lock_file.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
utils/pub/package.dart
|
View
|
|
6 chunks |
+48 lines, -25 lines |
0 comments
|
Download
|
 |
M |
utils/pub/pub.dart
|
View
|
1
|
3 chunks |
+27 lines, -6 lines |
0 comments
|
Download
|
 |
M |
utils/pub/pubspec.dart
|
View
|
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
utils/pub/source.dart
|
View
|
|
4 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
M |
utils/pub/system_cache.dart
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/pub/version_solver.dart
|
View
|
|
12 chunks |
+18 lines, -16 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/lock_file_test.dart
|
View
|
|
3 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/pub_install_git_test.dart
|
View
|
|
13 chunks |
+102 lines, -19 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/pub_install_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/pub_update_git_test.dart
|
View
|
|
6 chunks |
+20 lines, -10 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/pub_update_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/test_pub.dart
|
View
|
|
1 chunk |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/version_solver_test.dart
|
View
|
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|