Skip to content
  1. Aug 10, 2023
    • Robert Goldman's avatar
      Fix issue 142 and add test. · fa9d0d1d
      Robert Goldman authored
      Add test that verifies the existence of issue 142.
      Then fix the issue -- style warning when `with-temporary-file` does not use the pathname variable in code following the `:close-stream` form.
      fa9d0d1d
  2. Jun 03, 2021
  3. Apr 30, 2021
  4. Nov 25, 2020
  5. Nov 17, 2020
    • Gary Palter's avatar
      Fix bug which causes compilation to leave empty temporary files on Genera · 6cc44d02
      Gary Palter authored and Robert Goldman's avatar Robert Goldman committed
      Genera uses versioned pathnames. TMPIZE-PATHNAME creates a temporary file
      to ensure a unique name. If we leave that file, Genera will create a new
      version (i.e., version 2) when its caller opens the file for output. After
      that file is renamed, the original temporary file remains. Since Genera runs
      on a single core processor, the possibility of a name collision is minimal
      if not nil. So, don't keep the temporary file.
      6cc44d02
  6. Apr 29, 2020
  7. Apr 28, 2020
  8. Feb 03, 2020
    • Robert Goldman's avatar
      Fix for issue 23. · c213e319
      Robert Goldman authored
      Correct the dependency logic for `deliver-asd-op`.
      Add a test to verify the issue and the fix.
      Incorporate fixes to the related operations.
      c213e319
  9. Sep 25, 2016
  10. Sep 24, 2016
  11. Sep 10, 2016
  12. Sep 02, 2016
  13. Aug 27, 2016
  14. Apr 13, 2016
  15. Jan 28, 2016
  16. Nov 18, 2015
  17. Nov 17, 2015
  18. Aug 15, 2015
  19. Aug 12, 2015
    • 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
  20. May 07, 2015
  21. Mar 29, 2015
    • Francois-Rene Rideau's avatar
      Introduce macro os-cond · 38eb8a7c
      Francois-Rene Rideau authored and Robert Goldman's avatar Robert Goldman committed
      On ABCL, os testing is at runtime.
      On all other implementations, it's at compile-time.
      SBCL can optimize some runtime tests and then complain about unreachable code.
      os-cond abstracts over OS conditionalization and makes everyone happy.
      Needed by an upcoming configuration change.
      
      Plus minor typographical fixes.
      38eb8a7c
  22. Mar 12, 2015
  23. Aug 05, 2014
  24. May 18, 2014
  25. Apr 28, 2014
  26. Mar 21, 2014
  27. Mar 04, 2014
  28. Mar 02, 2014
  29. Feb 28, 2014
  30. Feb 21, 2014
  31. Jan 01, 2014
  32. Dec 20, 2013
  33. Nov 20, 2013
  34. Nov 16, 2013
  35. Nov 12, 2013
  36. Oct 21, 2013