Skip to content

Fix #375: Return the name of the temp file or directory

Raymond Toy requested to merge issue-375-mkstemp-return-filename into master

The functions unix-mkstemp and unix-mkdtemp are supposed to return the name of the temporary file or directory. They weren't.

Fix these functions so that they do.

Also add a new file, tests/unix.lisp, that tests these functions.

Finally, update the pot file for the updated docstrings.

Merge request reports

Loading