Skip to content
Snippets Groups Projects
  1. Nov 19, 2002
  2. Nov 18, 2002
  3. 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
  4. Nov 08, 2002
    • Kevin Rosenberg's avatar
      remove load-compile-op from .asd file · ac9f529f
      Kevin Rosenberg authored
      ac9f529f
    • 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
  5. Oct 12, 2002
  6. Sep 27, 2002
  7. Sep 25, 2002
  8. Sep 20, 2002
  9. Sep 18, 2002
  10. Sep 17, 2002
  11. Sep 16, 2002
  12. Sep 15, 2002
  13. Sep 14, 2002
  14. Sep 13, 2002
  15. Sep 12, 2002
  16. Sep 11, 2002
  17. Sep 09, 2002
  18. Sep 06, 2002
  19. Aug 30, 2002
  20. Aug 29, 2002
  21. Aug 28, 2002
Loading