JuliaIO / Tar.jl

TAR files: create, list, extract them in pure Julia
MIT License
79 stars 19 forks source link

read_standard_header: always keep reading to the end #114

Closed StefanKarpinski closed 3 years ago

StefanKarpinski commented 3 years ago

If we don't do this then reading a tarball from a process and ending early will cause a SIGPIPE, which we don't want to do, and which we recently made an error (again) on Julia master.

codecov[bot] commented 3 years ago

Codecov Report

Merging #114 (6e7940c) into master (fdeec31) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 6e7940c differs from pull request most recent head 0284853. Consider uploading reports for the commit 0284853 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   96.05%   96.05%           
=======================================
  Files           4        4           
  Lines         685      685           
=======================================
  Hits          658      658           
  Misses         27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fdeec31...0284853. Read the comment docs.