Skip to content
Snippets Groups Projects
  1. Jul 25, 2016
    • Robert Goldman's avatar
    • Robert Goldman's avatar
      Redefined *FATAL-CONDITIONS* per 1605650. · 9fd59ed8
      Robert Goldman authored
      See https://bugs.launchpad.net/asdf/+bug/1605650
      
      According to the spec, SERIOUS-CONDITIONs are "All conditions serious
      enough to require interactive intervention if not handled should inherit
      from the type serious-condition."  This is almost exactly the definition
      of *FATAL-CONDITIONS*, so I substituted SERIOUS-CONDITION for ERROR
      here.
      
      Added exceptions to the set of *FATAL-CONDITIONS* in order to fix test
      condition handling for CCL.  The exceptions permit us to have a class of
      conditions (e.g., SERIOUS-CONDITION) that has a subclass that is not a
      FATAL-CONDITION, but that does not have an obvious more specific
      alternative.
      
      The specific example that caused me to add this: On shutdown, CCL
      signals CCL:PROCESS-RESET, a subclass of SERIOUS-CONDITION. So recent
      test harness modifications to handle SERIOUS-CONDITIONs caused the test
      scripts to mistakenly think there were failures because of calls to
      EXIT-LISP.
      9fd59ed8
  2. Jul 24, 2016
  3. Jun 27, 2016
    • Robert Goldman's avatar
      Fix typo. · b427599f
      Robert Goldman authored
      Mistakenly committed after refilling a comment and emacs refilled it
      wrong, so that comment was incorrectly not all prefixed by comment
      characters.
      b427599f
  4. Jun 24, 2016
  5. Jun 11, 2016
  6. May 25, 2016
    • Robert Goldman's avatar
      ENSURE-DIRECTORY-PATHNAME in SUBDIRECTORIES. · 61c5e895
      Robert Goldman authored
      In some cases a subdirectory pathname returned from this function was
      not a DIRECTORY-PATHNAME (i.e., leaf directory name was in the
      PATHNAME-NAME, not PATHNAME-DIRECTORY).  I used
      ENSURE-DIRECTORY-PATHNAME to avoid this happening.
      61c5e895
  7. Apr 13, 2016
  8. Mar 30, 2016
  9. Mar 23, 2016
  10. Mar 21, 2016
  11. Mar 07, 2016
  12. Feb 27, 2016
  13. Feb 25, 2016
  14. Feb 22, 2016
  15. Jan 28, 2016
  16. Jan 12, 2016
  17. Jan 10, 2016
  18. Jan 08, 2016
  19. Jan 07, 2016
  20. Jan 04, 2016
  21. Dec 20, 2015
  22. Dec 05, 2015
  23. Dec 01, 2015
  24. Nov 29, 2015
  25. Nov 21, 2015
  26. Nov 19, 2015
  27. Nov 18, 2015
  28. Nov 17, 2015
Loading