Skip to content
Snippets Groups Projects
  1. Jul 25, 2016
    • 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
      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
  4. Jun 24, 2016
  5. Jun 11, 2016
  6. May 25, 2016
  7. May 17, 2016
  8. May 16, 2016
  9. Apr 28, 2016
    • Robert Goldman's avatar
      Merge branch 'master' of common-lisp.net:asdf/asdf · a0dc95e6
      Robert Goldman authored
      * 'master' of common-lisp.net:asdf/asdf:
        Tweak asdf-tools so it can be built by bazel
        Canonicalize system names to strings in asdf.asd
        Fix link to run-program.lisp
        ext: Update closer2mop. Also, tweak comment in make.sh
      a0dc95e6
  10. Apr 13, 2016
  11. Apr 08, 2016
  12. Apr 07, 2016
    • Francois-Rene Rideau's avatar
      Canonicalize system names to strings in asdf.asd · 36e63221
      Francois-Rene Rideau authored
      ASDF has been canonicalizing system names to string with COERCE-NAME since its
      very beginning.
      
      Working at Google, which uses automatic formatters to keep all its source code
      as canonical as possible, convinced me that keeping things canonical is better.
      I've been applying this style to my own systems and recommending it to others.
      stassats noticed that asdf.asd was failing to lead by example -- so I'm fixing
      it accordingly.
      36e63221
  13. Mar 30, 2016
  14. Mar 24, 2016
  15. Mar 23, 2016
  16. Mar 21, 2016
  17. Mar 20, 2016
    • Robert Goldman's avatar
      Allow ASDF directory to be found by environment variable. · 32eef692
      Robert Goldman authored
      Trying to test ASDF on Windows, running the makefile in cygwin was
      ending up causing troubles where the cygwin pathnames would get into
      lisp, where they would be useless. So we allow the tester to specify the
      location of ASDF with an environment variable instead.
      32eef692
Loading