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 08, 2013
  3. Jan 07, 2013
  4. Jan 02, 2013
  5. Mar 31, 2011
  6. Feb 22, 2010
  7. Feb 06, 2010
  8. Feb 04, 2010
  9. Dec 18, 2009
  10. Oct 27, 2009
    • Gary King's avatar
      Test improvements from Fare Rideau. · 40f7802a
      Gary King authored
      * work with Common Lisp Controller by disabling it for testing
      
      * tweak test-retry-loading-component test
      
      * tweak test-module-pathnames for CLISP (which can return
        `nil` for component's relative-pathname)
      
      * refactor `component-relative-pathname` for source-file's
        slightly
      40f7802a
  11. Sep 06, 2009
  12. Aug 12, 2009
  13. May 20, 2009
  14. Jan 10, 2009
    • Gary King's avatar
      2009-01-10 gwking@metabang.com · e7e46819
      Gary King authored
      	added make-defined-systems-table (unexported)
      	(re)applied Luis Oliveria's patch to add a restart for missing
      	components. This patch works in SBCL but not in Allegro Common
      	Lisp or CLISP. The problem has to do with the computation of
      	restarts and I'm still trying to figure it out. Since the
      	failure doesn't cause any _new_ problems (it just means that
      	the putative new restart isn't listed), I'm still committing.
      
      	* asdf.lisp
      
      	tests for the above
      
      	(new) test/test-retry-loading-component-1.script
      	(new) test/try-reloading-1.asd
      	(new) test/try-reloading-dependency.hidden
      e7e46819