ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.59k stars 232 forks source link

Fix deletion of preprocessor output file after usage #1801

Open jboillot opened 4 months ago

jboillot commented 4 months ago

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.