Skip to content
Snippets Groups Projects
  1. Aug 27, 2016
  2. Aug 19, 2016
  3. Aug 18, 2016
  4. Aug 16, 2016
  5. Aug 15, 2016
  6. Aug 11, 2016
  7. Aug 03, 2016
  8. Aug 01, 2016
  9. 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
  10. Jul 24, 2016
  11. Jun 27, 2016
    • Robert Goldman's avatar
      Revise testing for ECL. · a6ed88c3
      Robert Goldman authored
      ECL version 16+ seems to have working encodings support.  So we check
      the ECL version early and either abort the test (successfully) if ECL is
      too old, or push on if ECL is version 16+
      a6ed88c3
    • Robert Goldman's avatar
      Fix pathname for loading asdf-encodings. · 38d61f3c
      Robert Goldman authored
      Looks like this didn't get updated after we installed the systems in the
      ext/ subdirectory of the asdf-directory.
      38d61f3c
    • 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
  12. Jun 24, 2016
  13. Jun 11, 2016
Loading