|
Validate packages against their SDK constraints.
After running pub install or update, it will look at all of the
selected packages and see if their SDK constraints match the
current SDK. If not, it will show a (hopefully) helpful error
message.
BUG=dartbug.com/6285
Committed: https://code.google.com/p/dart/source/detail?r=18014
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+332 lines, -52 lines) |
Patch |
 |
M |
utils/pub/command_install.dart
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
utils/pub/command_update.dart
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
utils/pub/entrypoint.dart
|
View
|
1
2
|
2 chunks |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/git_source.dart
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/hosted_source.dart
|
View
|
1
2
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
utils/pub/io.dart
|
View
|
1
2
|
4 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/package.dart
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/pub/pubspec.dart
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/pub/source.dart
|
View
|
|
2 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
utils/pub/system_cache.dart
|
View
|
1
2
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/utils.dart
|
View
|
1
2
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/install/git/check_out_transitive_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/install/pub_install_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/install/sdk/check_out_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/install/sdk/check_out_transitive_test.dart
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/pub_test.dart
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
A |
utils/tests/pub/sdk_constraint_test.dart
|
View
|
1
2
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/test_pub.dart
|
View
|
1
2
|
2 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/update/pub_update_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/validator_test.dart
|
View
|
1
2
|
11 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|