You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a OnDiskOutputBackend to write cached outputs. Currently, the cached
output is written to a FileOutputBuffer, which means if it is writing to
an existing location, the existing file might be removed on creation of
the buffer and create a window of invalid file before the output is
commited.
Using an ondisk output backend (default to atomic write) will make sure
the file didn't get overwritten until the file is completed, thus the
file is always valid.
rdar://137080508
(cherry picked from commit 031a781)
0 commit comments