|
|
Add support for pub install.
This CL does several things:
* Adds explicit infrastructure for package sources.
* Adds the Dart SDK as such a source.
* Adds an explicit class for managing the packages/ directory (AppCache, as
opposed to SystemCache).
* Adds an "install" command that installs to packages/, backed up by the system
cache.
Committed: https://code.google.com/p/dart/source/detail?r=7398
Total comments: 12
Total comments: 37
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+567 lines, -182 lines) |
Patch |
 |
D |
utils/pub/cache.dart
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
A |
utils/pub/command_install.dart
|
View
|
1
2
3
4
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/command_list.dart
|
View
|
1
2
|
1 chunk |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
utils/pub/command_update.dart
|
View
|
|
1 chunk |
+3 lines, -22 lines |
0 comments
|
Download
|
 |
M |
utils/pub/io.dart
|
View
|
1
2
3
4
|
3 chunks |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/package.dart
|
View
|
1
2
3
|
5 chunks |
+60 lines, -47 lines |
0 comments
|
Download
|
 |
A |
utils/pub/packages_dir.dart
|
View
|
1
2
3
4
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/pub.dart
|
View
|
1
2
|
4 chunks |
+25 lines, -18 lines |
0 comments
|
Download
|
 |
A |
utils/pub/sdk_source.dart
|
View
|
1
2
3
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
utils/pub/source.dart
|
View
|
1
2
3
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
A |
utils/pub/system_cache.dart
|
View
|
1
2
3
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utils/pub/utils.dart
|
View
|
1
2
|
1 chunk |
+32 lines, -1 line |
0 comments
|
Download
|
 |
M |
utils/tests/pub/pub_test.dart
|
View
|
|
4 chunks |
+34 lines, -22 lines |
0 comments
|
Download
|
 |
M |
utils/tests/pub/test_pub.dart
|
View
|
1
2
|
5 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|