On Tue, Dec 11, 2018 at 5:23 PM Martin Thurn via RT
<bug-File-Slurper@rt.cpan.org> wrote:
Show quoted text> If the disk fills while write_text is writing, it leaves the file with partial data and DOES NOT THROW ANY ERROR. Incredibly bad behavior. You have to check for errors on every disk operation.
Hi Martin,
Well actually it is checking for errors on every disk operation (open,
print and close), so I'm not understanding how this can happen. Do you
have a simple test-case that allows you to reproduce this?
Leon