Skip to content
Snippets Groups Projects
  1. Jan 27, 2010
  2. Jan 25, 2010
  3. Jan 22, 2010
  4. Jan 21, 2010
  5. Dec 18, 2009
  6. Dec 01, 2009
  7. 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
  8. Oct 14, 2009
    • Gary King's avatar
      * add `asdf-extensions` package and start to flesh it out · 0be782a4
      Gary King authored
      * apply patch to better handle relative source-file types (from Fare Rideau)
      
      * improve logic of tag updating in bump-revision-and-tag.sh
      
      * make test output nicer (from Fare Rideau)
      
      * improve test-module-pathnames (from Fare Rideau)
      0be782a4
  9. Sep 15, 2009
  10. Sep 13, 2009
  11. Sep 06, 2009
  12. Aug 12, 2009
  13. Jul 13, 2009
    • Gary King's avatar
      modest make improvements · 2a297f8a
      Gary King authored
      * extract LICENSE file out of asdf.lisp directly (DRY wins)
      
      * make `make-temporary-package` more mixed-case friendly
      2a297f8a
  14. Jul 11, 2009
  15. Jun 21, 2009
  16. May 20, 2009
  17. Apr 25, 2009
  18. 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
  19. 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
  20. Sep 06, 2008
  21. Jul 05, 2008
  22. Jun 29, 2008
  23. Jun 20, 2008
  24. Jun 19, 2008
  25. 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
  26. Sep 27, 2007
  27. Jul 27, 2007
  28. Jun 13, 2007
  29. 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
  30. 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
  31. 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
  32. May 30, 2006
  33. May 14, 2006
  34. Jul 10, 2003
    • Daniel Barlow's avatar
      Various fixes · f958539a
      Daniel Barlow authored
      - Export SYSTEM-* accessors, per Stig Sandø request
      - Change the CONPONENT-PROPERTY alist to use a #'EQUAL test, per request ditto
      - Export *ASDF-REVISION*
      - Export *SYSTEM-DEFINITION-SEARCH-FUNCTIONS*, per request from Christian Ohler
      f958539a
  35. Feb 09, 2003
  36. Feb 08, 2003
    • Daniel Barlow's avatar
      Make the :serial switch actually do something (useful for CLX systems) · d2063dd1
      Daniel Barlow authored
      Some glue that won't affect too many people but that lets ASDF cleanly
      hook the extensible PROVIDE/REQUIRE mechanism in upcoming SBCL 0.7.13
      
      Fix wild-modules to not object when we call (setf (module-components))
      on a new or about-to-be-reinitialised module.  We need to be able to
      do this to get the weeds out, so it should be legal
      d2063dd1
Loading