Skip to content
Snippets Groups Projects
  1. Aug 07, 2010
  2. Jun 24, 2010
    • Francois-Rene Rideau's avatar
      2.103: several bug fixes · 69cd9c97
      Francois-Rene Rideau authored
      * fix sysdef-find-asdf (bug found by Attila Lendvai). Test case added.
      * make compile-file* nicer wrt *compile-file-{failure|warnings}-behaviour*
       test case thanks to Stas Boukarev (lp#598018) + working around CLISP bug.
      * allow for (setf (find-class asdf::foo) ...) to work more portably,
       to make cffi-grovel happy.
  3. Jun 19, 2010
  4. Jun 16, 2010
  5. Jun 09, 2010
    • Robert P. Goldman's avatar
      Added test attempting to validate bug 590517. · 4711ad45
      Robert P. Goldman authored
      Added a test in which the system (test-redundant-recompile) is intended to
      have :in-order-to values that echo the ones reported to cause redundant
      recompilation in bug 590517.
      
      I have still been unable to replicate this phenomenon, however.
      4711ad45
  6. May 31, 2010
  7. May 25, 2010
  8. May 04, 2010
  9. May 03, 2010
  10. May 02, 2010
  11. Apr 30, 2010
  12. Apr 28, 2010
  13. Apr 25, 2010
  14. 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
  15. Apr 13, 2010
  16. Apr 12, 2010
  17. Apr 05, 2010
  18. Mar 23, 2010
  19. Mar 21, 2010
  20. Mar 19, 2010
  21. Mar 18, 2010
  22. Mar 17, 2010
  23. Mar 16, 2010
  24. Mar 15, 2010
  25. Mar 13, 2010
  26. Mar 11, 2010
  27. Mar 06, 2010
  28. Feb 28, 2010
Loading