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
Currently, we are rolling our own implementation of tempdir and duplicated the code in multiple places. In addition, I don't like the struct implements using option<path> and the path() has a expect() which can panic if called after remove. The proposed solution is to use tempfile crate. https://github.com/Stebalien/tempfile
Currently, we are rolling our own implementation of tempdir and duplicated the code in multiple places. In addition, I don't like the struct implements using
option<path>
and thepath()
has aexpect()
which can panic if called after remove. The proposed solution is to usetempfile
crate. https://github.com/Stebalien/tempfiletempfile
forlibcontainer
andyouki
crate #1887tempfile
forlibcontainer
andyouki
crate #1887The text was updated successfully, but these errors were encountered: