Skip to content

Fix deletion of preprocessor output file after usage#1801

Open
jboillot wants to merge 1 commit intoocaml:mainfrom
jboillot:bugfix/pp-delete-tmp-file-after-usage
Open

Fix deletion of preprocessor output file after usage#1801
jboillot wants to merge 1 commit intoocaml:mainfrom
jboillot:bugfix/pp-delete-tmp-file-after-usage

Conversation

@jboillot
Copy link

When correctly read, the temporary file used to store the result of the preprocessor on the input file is never deleted, which leads to accumulation of files in the /tmp/ directory.

@jboillot jboillot force-pushed the bugfix/pp-delete-tmp-file-after-usage branch from 82bafbe to 560544a Compare July 17, 2024 13:52
@jboillot jboillot marked this pull request as ready for review July 17, 2024 13:52
@jboillot jboillot force-pushed the bugfix/pp-delete-tmp-file-after-usage branch from 560544a to 01ae643 Compare July 17, 2024 14:03
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.

Permissions and deletion of temporary files created by preprocessors (pp)

1 participant