aboutsummaryrefslogtreecommitdiff
path: root/src/os.cpp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-04-13 12:33:29 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2019-04-13 12:33:29 +0200
commit93e89b3b7efeaa41f4f11fbb022b962d2244dab2 (patch)
tree34229967212bca0f7ae05d6d34f91483cc4758dc /src/os.cpp
parentea5518f69edc51e8e70c2c4d4c4daa3ad9bcb242 (diff)
downloadzig-93e89b3b7efeaa41f4f11fbb022b962d2244dab2.tar.gz
zig-93e89b3b7efeaa41f4f11fbb022b962d2244dab2.zip
don't close cache manifest file prematurely
ErrorInvalidFormat is not a fatal error so don't close the cache manifest file right away but instead let cache_final() handle it. Fixes the following (very common) warning when running the test suite: Warning: Unable to write cache file [..]: unexpected seek failure The seek failure is an lseek() system call that failed with EBADF because the file descriptor had already been closed.
Diffstat (limited to 'src/os.cpp')
0 files changed, 0 insertions, 0 deletions