atomist-attic / artifact-source

ArtifactSource abstraction for source code
GNU General Public License v3.0
2 stars 3 forks source link

The content of zip files should be lazily loaded when converted to an ArtifactSource #26

Closed alankstewart closed 7 years ago

alankstewart commented 7 years ago

Currently, zip files are read with the file content materialised and returned in the artifact source, causing memory issues. This will be changed to write the zip out to a temporary directory and return a FileSystemArtifactSource with lazy loading