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
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 1155 Build 1499: arc lint + arc unit
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? |