-
Notifications
You must be signed in to change notification settings - Fork 653
Implement cross-platform mkdtemp #1315
Comments
I'd be OK with it. @indutny? |
/me too. |
Are you going to submit a patch for libuv? |
@txdv Sorry I was quite busy last month. I hope that I can make a patch in the near future. |
With the intent to close this issue if you leave it unresolved. I'm currently working on tcp/udp so I have enough on my plate already. @Hinidu are you going to come up with a patch? |
@txdv you don't need to do it yourself. I also wanted to close all unresolved issues but then we might lose track. So I'll leave them open for now. |
@saghul "you don't need to do it yourself." - you mean like going through all the issues and read them up? |
@txdv no, I mean implement the requested feature. I would like to have this feature implemented, but if we close the issue we'll forget about it. I do feel distressed about the 100+ issues, but well, there so much that can be done. |
This looks similar to this issue: #1277 |
Closing, continues on #1368. |
We at https://github.com/neovim/neovim have faced with the need of porting glibc's mkdtemp to Windows. Would it make sense to make PR in your project for this? Perhaps introducing
uv_fs_mkdtemp
function.The text was updated successfully, but these errors were encountered: