Skip to content
  1. Jan 27, 2024
  2. Dec 14, 2023
  3. Jun 03, 2021
  4. Apr 30, 2020
    • Robert Goldman's avatar
      Ignore spurious errors in SBCL compilation. · 2411d116
      Robert Goldman authored
      Ignore errors in sb-grovel-unknown-constant-condition-p.
      
      An error is raised if `simple-condition-format-control` is a formatter
      functionand is is passed to `string`. This now mirrors
      `match-condition-p` which also ignores errors when comparing a simple
      condition to a string.
      
      Test added to test-utilities.script for this issue.
      
      Thanks to Eric Timmons for the fix.
      2411d116
  5. 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
  6. Jan 30, 2020
    • Eric Timmons's avatar
      Do not test for sb-eval feature · 6b1918b7
      Eric Timmons authored
      SBCL 2.0.1 removed :sb-eval from *features* (and added it to an internal
      features list). Additionally the #+ reader macro now produces a full warning if
      a feature present on the internal features list is tested for.
      
      This commit tests for the presence of sb-kernel:lexical-environment-too-complex
      directly instead of looking at the sb-eval feature.
      6b1918b7
  7. Jan 13, 2020
  8. Aug 22, 2018
  9. Jun 02, 2018
    • Robert P. Goldman's avatar
      Update reify-undefined-warning for SBCL 1.4.7+ · 1cb16802
      Robert P. Goldman authored
      REIFY-UNDEFINED-WARNING uses SB-C internals to "dehydrate"
      SB-C::COMPILER-ERROR-CONTEXT structures, but those structures have
      changed.
      Merge (squashed) of topic branch fix-sbcl-deferred-warnings
      Eric Timmons found the bug, and Fare and Attila Lendvai improved the
      initial fix substantially.
      1cb16802
  10. May 23, 2017
  11. Feb 17, 2017
  12. Oct 06, 2016
    • Elias Pipping's avatar
      Clean up use of *features* · 7e361dc2
      Elias Pipping authored and Robert Goldman's avatar Robert Goldman committed
      In particular:
       - clasp does not define :ecl
       - use :os-unix instead of :unix
       - use :os-windows instead of :mswindows or :windows
       - use :os-macosx instead of :darwin
       - use :lispworks7+ instead of :lispworks7
      7e361dc2
  13. Sep 02, 2016
  14. Aug 27, 2016
  15. Jan 28, 2016
  16. Nov 29, 2015
  17. Nov 18, 2015
  18. Sep 14, 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 18, 2015
  21. May 07, 2015
  22. Mar 12, 2015
  23. Apr 07, 2014
  24. Apr 06, 2014
  25. Mar 17, 2014
  26. Nov 25, 2013
  27. Nov 18, 2013
  28. Nov 16, 2013
  29. Nov 15, 2013
  30. Nov 12, 2013