snoyberg / tar-conduit

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

Support for creating tar archives. #10

Closed lehins closed 6 years ago

lehins commented 6 years ago

This PR implements ability to create and restore tar files using a higher level abstraction that deals with file like data type FileInfo instead of Tar headers.

Other improvements are:

chrisdone commented 6 years ago

How come AppVeyor was removed? There's still Windows-specific support in the project, it seems prudent to continue testing it.

lehins commented 6 years ago

@chrisdone There was a quick attempt to configure AppVeyor at the beginning of the PR, i.e. it was never properly setup or even close to working condition. I just didn't have time to finish it as I was setting up 5 different CI environments at the same time and it was a bit too much. I do agree thought it be good to have it setup.

chrisdone commented 6 years ago

No problem, then, I can contribute an AppVeyor file myself to this repo. I'm reviewing this PR presently, as I have a bunch of time opened up.

snoyberg commented 6 years ago

OS X builds haven't even started yet, but everything else is green. I'm going to merge and release. Thank you!