Details
Details
- Reviewers
olasd - Group Reviewers
Reviewers - Maniphest Tasks
- T928: Rewrite the Vault Cookers I/O pipeline with file objects
- Commits
- rDVAUc5b309cbb3ed: cookers: unify tar building in directory and revision_flat
rDVAU66531b6768a8: revision_gitfast: leverage generators freed by the new IO pipeline for…
rDVAU6253f49f9a2a: cookers: rewrite the I/O pipeline with file objects instead of generators
Diff Detail
Diff Detail
- Repository
- rDVAU Software Heritage Vault
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
This does look cleaner than the previous iteration. A simple nitpick inline for you :)
I could bikeshed the BytesIOBundleSizeLimit class name as well (why "Bundle"?), but it's not terribly important.
swh/vault/cookers/base.py | ||
---|---|---|
45 | shouldn't this call __init__ on the parent class as well? |