Fix tmpize-pathname to address race condition (lp#1483948).
Have it use ASDF3.1-era get-temporary-file instead of ASDF2-like add-pathname-suffix, so if two cl-launch scripts try to compile at the same time, it causes extra work but not failure or corruption (at least on reasonable OS). This does NOT address the issue of extensions that fail to use tmpize-pathname and rename-file-overwriting-target.
Loading
Please register or sign in to comment