Closed dominik-korsa closed 6 months ago
This PR replaces all uses of the os_pipe crate with memfile/tempfile. (tempfile is only used on non-Linux builds)
os_pipe
memfile
tempfile
Bug: Compilation errors aren't displayed
This PR replaces all uses of the
os_pipe
crate withmemfile
/tempfile
. (tempfile
is only used on non-Linux builds)