Skip to content
  • Francois-Rene Rideau's avatar
    Fix tmpize-pathname to address race condition (lp#1483948). · 59bf377f
    Francois-Rene Rideau authored
    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.
    59bf377f