Skip to content

Use std::tmpfile for file creation on POSIX#213

Merged
bugdea1er merged 3 commits into
mainfrom
std-tmpfile
Jun 5, 2025
Merged

Use std::tmpfile for file creation on POSIX#213
bugdea1er merged 3 commits into
mainfrom
std-tmpfile

Conversation

@bugdea1er
Copy link
Copy Markdown
Owner

@bugdea1er bugdea1er commented Jun 4, 2025

Smae as #215, but for POSIX: do not deal with signals and stuff, delegate it to the std::tmpfile

Closes #193

@bugdea1er bugdea1er requested a review from Copilot June 4, 2025 20:08

This comment was marked as off-topic.

Comment thread src/create.cpp Outdated
@bugdea1er bugdea1er changed the title Use std::tmpfile for file creation Use std::tmpfile for file creation on POSIX Jun 5, 2025
@bugdea1er bugdea1er marked this pull request as ready for review June 5, 2025 17:03
@bugdea1er bugdea1er merged commit 8da90d1 into main Jun 5, 2025
16 checks passed
@bugdea1er bugdea1er deleted the std-tmpfile branch June 5, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check that there are no hard links to the file

2 participants