Skip to content
Snippets Groups Projects
  1. Dec 01, 2003
  2. Oct 17, 2003
  3. Oct 09, 2003
  4. Jul 17, 2003
    • Christophe Rhodes's avatar
      Fix the remaining FORMAT bogosities · 0b181e7a
      Christophe Rhodes authored
      * make the "warned while..." and "failed while..." arguments go the
        right way round
      * use pretty printing (and the FORMATTER trick to keep CLISP happy)
      
      Tidy up the RESTARTs
      * new names, exported (RETRY and ACCEPT)
      * descriptions of the restarts for the debugger
      * set COMPONENT-OPERATION-TIMES in the ACCEPT restart
      0b181e7a
  5. 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
  6. Jun 03, 2003
  7. May 28, 2003
  8. May 19, 2003
  9. May 13, 2003
  10. May 06, 2003
  11. Mar 19, 2003
  12. Mar 17, 2003
    • Daniel Barlow's avatar
      Bug fix: When we get to a file that needs recompilation, usually we · 9de67ba5
      Daniel Barlow authored
      set :forced on operation-ancestor, to ensure that subsequent
      components are rebuilt.  However, touching a random file in db-sockets
      is not usually a convincing reason to rebuild all of araneida and all
      of cliki, so when we do this cross-system leap, we remove the parent
      link
      
      Unfortunately, that breaks the what-have-we-done-so-far information,
      which is also kept in the ancestor operation.  So, let's not
      do that any more.  Compilations will be slower than intended, but faster than
      the infinite circular compilation behaviour that users of 1.65 observed
      9de67ba5
  13. Mar 16, 2003
  14. Mar 07, 2003
  15. Mar 04, 2003
  16. Mar 03, 2003
  17. Feb 13, 2003
    • Christophe Rhodes's avatar
      Make messages that asdf prints slightly nicer, by using pretty-printer · a5a00774
      Christophe Rhodes authored
      justification routines.
      
      Sucky thing I: CLISP dislikes calls to FORMAT with pretty-print format
      strings.  Bizarrely, though, it accepts calls to FORMATTER with the
      same format strings.  So use FORMATTER everywhere to keep clisp happy.
      
      Sucky thing II: CMUCL can't do ENOUGH-NAMESTRING, because it has this
      weird ~UNSPECIFIC~ thing in its *DEFAULT-PATHNAME-DEFAULTS*.  So don't
      use ENOUGH-NAMESTRING, even though it's crying out for it.
      a5a00774
  18. 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
  19. 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
  20. Jan 28, 2003
  21. Dec 09, 2002
  22. Dec 02, 2002
  23. Nov 23, 2002
  24. Nov 18, 2002
  25. Nov 12, 2002
    • Daniel Barlow's avatar
      More frobbing of TRAVERSE · ae9d0db6
      Daniel Barlow authored
       - now it takes two arguments not three
       - and returns (operation . component) pairs
       - which don't include pruned-ops
      
      Sorted out some load-op methods to use input-files instead of faking their
      own compile-ops just to find out what the input files are
      ae9d0db6
  26. 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
  27. Sep 20, 2002
  28. Sep 17, 2002
  29. Sep 13, 2002
Loading