Skip to content
Snippets Groups Projects
  1. May 19, 2009
  2. May 08, 2009
  3. May 07, 2009
  4. May 06, 2009
  5. May 05, 2009
  6. 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
  7. Oct 15, 2008
  8. Oct 04, 2008
    • Gary King's avatar
      2007-10-04 10:55 gwking@metabang.com · 40bd6c35
      Gary King authored
      	Removed preference loading machinery completely. Also removed
      	the following test files that tested the machinery.
      
      	* test/test-preferences-1.lisp
      	* test/test-preferences-1.script
      	* test/test-preferences-system-1.asd
      	* test/test-preferences-system-load.lisp
      	* test/test-preferences-system-test.lisp
      	* test/test6.script
      	* test/test7.script
      40bd6c35
  9. Sep 09, 2008
  10. Sep 06, 2008
  11. Sep 04, 2008
  12. Jul 05, 2008
  13. Jun 29, 2008
  14. Jun 26, 2008
  15. Jun 20, 2008
  16. Jun 18, 2008
    • Gary King's avatar
      This patch · e57927a8
      Gary King authored
      * updates the copyright
      * unexports test-system-version
      * moves the defgeneric for component-visited-p prior to the function's first use.
      e57927a8
  17. May 29, 2008
  18. May 10, 2008
    • Gary King's avatar
      CVS: ---------------------------------------------------------------------- · 23d62d02
      Gary King authored
      	CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
      Added *load-preference-files* variable (which defaults to nil). This
      controls whether or not the ASDF preference file machinery gets run.
      The rest of the preference machinery will be removed from ASDF
      sometime in the future.
      
      Also added several new test files.
      23d62d02
  19. May 03, 2008
  20. Feb 15, 2008
  21. Feb 02, 2008
  22. Dec 14, 2007
  23. Sep 27, 2007
  24. Jul 27, 2007
  25. Jun 13, 2007
  26. Mar 21, 2007
    • Gary King's avatar
      main change is the addition of system-relative-pathname function. This takes a · 9804b01a
      Gary King authored
      system name and a partial pathname and combines them to return a new pathname
      _relative_ to the system. This is exported and lightly documented.
      
      this patch also updates preference-file-for-system/operation in an effort
      to prevent it from being confused by *default-pathname-defaults* that include
      a specific name and type.
      9804b01a
  27. Feb 14, 2007
  28. Feb 06, 2007
  29. Jan 23, 2007
  30. Jan 21, 2007
  31. Nov 07, 2006
  32. Aug 21, 2006
    • Christophe Rhodes's avatar
      Be a little bit more defensive about looking up classes for component · 3bc52526
      Christophe Rhodes authored
      types.
      
      It seems regrettably common for system authors, despite the
      documentation, to place their system in CL-USER, where the user can
      quite legitimately add symbols.  Adjust the lookup code in
      CLASS-FOR-TYPE to ignore symbols not naming subclasses of
      ASDF:COMPONENT, and also to try the symbol itself first if it's not
      a keyword.  Also adjust the documentation slightly to make this slightly
      clearer.
      
      Add test files, and make the clisp test-harness work for me.
      3bc52526
  33. Jul 06, 2006
    • Gary King's avatar
      Added load-preferences and preference-file-for-system/operation. Specialized · d6c42afd
      Gary King authored
      them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default
      and are loaded on either a load-op or a load-source-op. Refactored load-op and
      load-source-op to both be subclasses of basic-load-op to facilitate this.
      
      Added test case in test directory.
      
      Still need to add to documentation of ASDF and will once I figure out where such
      a beast truely lives.
      d6c42afd
  34. Jun 16, 2006
  35. May 30, 2006
Loading