Skip to content
  1. Jan 13, 2013
    • Francois-Rene Rideau's avatar
      2.26.82: much cleanups and fixes on the driver. · 21594070
      Francois-Rene Rideau authored
      Tests: SBCL passes test-lisp and test-upgrade
      Also:
      * big refactoring of test infrastructure
      * contrib/debug.lisp and (asdf/driver:asdf-debug) for debugging.
      * remove aif and it, use the cleaner if-bind.
      * backtrace support, with improvements from trivial-backtrace.
      * integration of asdf-condition-control (originally from xcvb-driver)
      * simplify the upgrade heuristic: always tries to upgrade once.
        The previous heuristic was too complex with too many failure cases.
        You are thus assumed to want a given version asdf
        if and only if it is in your source-registry.
      21594070
  2. Jan 11, 2013
  3. Mar 31, 2011
  4. Aug 07, 2010
  5. Apr 15, 2010
    • Robert P. Goldman's avatar
      Added new test for missing source files. · 9fcec4c2
      Robert P. Goldman authored
      When trying to explore the behavior of ASDF2 in connection with
      rewriting that involves Lisp files, I was testing to verify that
      ASDF will notice if we lose a .lisp file.  It does.  This test
      checks that.
      9fcec4c2