Skip to content
Snippets Groups Projects
  1. May 02, 2010
  2. Apr 30, 2010
  3. Apr 28, 2010
  4. Apr 25, 2010
  5. Apr 15, 2010
    • Francois-Rene Rideau's avatar
      1.700: big rewrite of TRAVERSE. · 3a1b88bb
      Francois-Rene Rideau authored
      * split traverse into multiple functions.
      * don't append things all over traverse, use a collector function
      * don't insert and remove prune-op to indicate something needs be done
       even when the collected list is empty... use a boolean flag in all cases.
      * fix the age-old broken :force (system1 ... system2) feature... with a cerror!
      * fix the age-old broken (:feature :foo dependency) feature... with a cerror!
      * tighten :version syntax to only accept the keyword, not any same-named symbol.
      * use hash-tables for O(1) access where linear search was previously used,
       notably in visited-nodes and in components-by-name.
      * use more uniform #+ features for windows.
      * modify defclass to make POIU happier (hopefully).
      * factor probe-asd out of sysdef-source-registry-search and sysdef-central-registry-search
      * fix safe-file-write-date, which I had previously broken when accepting a null pathname.
      * have serial-depends-on only name the previous thing to depend on.
      
      Passes tests on sbcl, clisp, ecl, lispworks, allegro.
      Fails on gclcvs: bind stack overflow. Is that a regression?
      
      small website updates.
      3a1b88bb
    • Robert P. Goldman's avatar
      Added new test for missing source files. · 9fcec4c2
      Robert P. Goldman authored
      When trying to explore the behavior of ASDF2 in connection with
      rewriting that involves Lisp files, I was testing to verify that
      ASDF will notice if we lose a .lisp file.  It does.  This test
      checks that.
      9fcec4c2
  6. Apr 13, 2010
  7. Apr 12, 2010
  8. Apr 05, 2010
  9. Mar 23, 2010
  10. Mar 21, 2010
  11. Mar 19, 2010
  12. Mar 18, 2010
  13. Mar 17, 2010
  14. Mar 16, 2010
  15. Mar 15, 2010
  16. Mar 13, 2010
  17. Mar 11, 2010
  18. Mar 06, 2010
  19. Feb 28, 2010
  20. Feb 22, 2010
  21. Feb 13, 2010
  22. Feb 12, 2010
Loading