-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stdlib] tempfile and tempdir #2352
Conversation
I opened the pull to have some feedback, some points to discuss:
|
Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
a0b40cc
to
a8d1ea3
Compare
Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
a8d1ea3
to
551fc19
Compare
Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
#2439 must be merged first |
Sorry for the delay here. Is it possible to decouple this PR from #2439? I think temporary file things would be useful even outside of the FYI @laszlokindrat @Dan13llljws @ConnorGray as we were talking about temp files today. |
I completely agree. @artemiogr97 Can you please rebase this on the latest nightly, and maybe start splitting it up? Also one concrete suggestion: could you please start with the low level This super cool btw, we're very happy that you are pushing this forward! |
@laszlokindrat I started working on this, I'm having some issues with
I tried doing Edit: I just realized that returning only the file handle is not useful, there would not be a way to delete the file after using it |
@JoeLoser, @laszlokindrat I opened another PR #2762 for Also I guess I can close this PR and also #2439 since everything is now splitted in #2742, #2743 and #2762 |
Implementation for #2018