Skip to content
Snippets Groups Projects
  1. Jul 27, 2007
  2. Jun 13, 2007
  3. 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
  4. 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
  5. 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
  6. May 30, 2006
  7. May 14, 2006
  8. 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
  9. Feb 09, 2003
  10. 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
  11. Feb 04, 2003
    • Daniel Barlow's avatar
      Rationalise the system-definition-finding machinery a bit. · 60e59ce3
      Daniel Barlow authored
      *central-registry* no longer takes functions (that feature was broken
      anyway), but a new list *system-definition-search-functions*
      does.  Its default content is a single function designator for
      sysdef-central-registry-search, which does the *central-registry*
      search
      
      Update documentation to match
      
      Fix test1.script to call the preferred OPERATE instead of OOS
      
      Update documentation to describe COMPONENT-PROPERTY method
      60e59ce3
  12. Nov 08, 2002
    • Daniel Barlow's avatar
      · d8bd7cfb
      Daniel Barlow authored
      shouldn't do global proclamations, that's bad karma (reported by Gary Byers)
      
      modules maybe now can have no components (Matthew Danish, SF bug id 625738)
      (added an :initform nil, haven't actually tested)
      
      significant reworking to handle recompilation of dependencies properly
       - use of component properties for last-compiled/last-loaded is gone
       - new internal gf INPUT-FILES (COMPONENT OPERATION)
       - TRAVERSE doesn't actually perform anything, but it now has a defined
         return value: a list of the ops and components that need doing.
         OPERATE loops over answers from TRAVERSE
       - intended to have no user-visible effects, but ICBW!
         May break existing systems!
       - still doesn't do cross-module dependencies properly, sigh.  but we're
         closer
       - default output-files method now returns NIL instead of causing an error
      d8bd7cfb
  13. Sep 20, 2002
  14. Sep 09, 2002
  15. Jun 08, 2002
    • Rahul Jain's avatar
      · dd2b8fe4
      Rahul Jain authored
      wild-pathname-based modules for asdf.
      (:wild-module "name" :pathname "foo/*.bar" :component-class 'bar-file), e.g.
      dd2b8fe4
  16. May 20, 2002
  17. Feb 28, 2002
  18. Feb 22, 2002
  19. Feb 20, 2002
Loading