Closed
Description
We've recently added dependency on package:tar
to avoid using system tar implementation.
This means migrating into Dart SDK will involve a bit of moving around with dependencies.
Specifically:
- Land
ChunkedStreamReader
inpackage:async
(Add ChunkedStreamReader dart-archive/async#161) - Migrate
package:tar
to useChunkedStreamReader
frompackage:async
- Vendor
https://github.com/simolus3/tar/
inpub
- Re-land pub in Dart SDK (sdk/+/192304)
- Stop packaging 7zip with Dart SDK on Windows.
Metadata
Metadata
Assignees
Labels
No labels