snoyberg / tar-conduit

Conduit based tar extraction mechanism
MIT License
8 stars 9 forks source link

Lenient untaring with error reporting. #23

Closed lehins closed 5 years ago

lehins commented 5 years ago

Major contribution is proper implementation of extractTarballLenient. Restoring of files and folders is now done in such a way that on demand either an error gets thrown or all errors on individual tar objects get collected and reported back to the user as a list of exceptions.