Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Francois-Rene Rideau's avatar
    59bf377f
    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
    History
    Fix tmpize-pathname to address race condition (lp#1483948).
    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.