Open reynir opened 2 months ago
This is WIP to address #148. It implements fold_gz and extract_gz, and create_gz is stubbed out. I notice create doesn't use Tar.t or Tar.out for writing the archive. It's probably an oversight when write support was added. I will look into that.
fold_gz
extract_gz
create_gz
create
Tar.t
Tar.out
I rewrote Tar_lwt_unix.create to use Tar.out. An issue I haven't solved is how to ensure the dir_handle is closed if there is an error.
This is WIP to address #148. It implements
fold_gz
andextract_gz
, andcreate_gz
is stubbed out. I noticecreate
doesn't useTar.t
orTar.out
for writing the archive. It's probably an oversight when write support was added. I will look into that.