|
Make pub publish more user friendly:
- Show the contents of their package.
- Let the confirm the upload even if there are no warnings.
- Make the error/warning text less scary.
- Validate that the pubspec has a version client-side.
Addresses #7175 and #7219.
Committed: https://code.google.com/p/dart/source/detail?r=16068
Total comments: 33
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+449 lines, -67 lines) |
Patch |
|
M |
utils/pub/command_lish.dart
|
View
|
1
2
3
4
|
6 chunks |
+62 lines, -25 lines |
0 comments
|
Download
|
|
A |
utils/pub/directory_tree.dart
|
View
|
1
2
3
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/pub/io.dart
|
View
|
1
2
3
4
5
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
|
M |
utils/pub/path.dart
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
utils/pub/validator.dart
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
utils/pub/validator/lib.dart
|
View
|
1
2
3
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
utils/pub/validator/license.dart
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
utils/pub/validator/name.dart
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
utils/pub/validator/pubspec_field.dart
|
View
|
|
3 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
A |
utils/tests/pub/directory_tree_test.dart
|
View
|
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/tests/pub/oauth2_test.dart
|
View
|
|
6 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
utils/tests/pub/path/path_posix_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
utils/tests/pub/path/path_windows_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
utils/tests/pub/pub_lish_test.dart
|
View
|
|
19 chunks |
+45 lines, -9 lines |
0 comments
|
Download
|
|
M |
utils/tests/pub/test_pub.dart
|
View
|
1
2
3
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|