generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fallback to provided configuration path if canonicalisation fails Resolves #823 * Correct misleading logging from configuration sources Resolves #825 * Use tempfile::tempfile to ensure clean-up `tempfile::NamedTempFile` cleans up when dropped, but this can be circumvented if the destructor never runs (e.g., receiving a SIGINT signal). `tempfile::tempfile`, however, is automatically removed by the OS when its last file handle is closed. Note: This required re-implementing `OutputFile::persist` to copy the buffer contents from the staging file to the actual output. Resolves #843 * Flush before rewinding staged buffer * Update CHANGELOG
- Loading branch information
1 parent
b868a98
commit c96777e
Showing
3 changed files
with
53 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters