Skip to content
Snippets Groups Projects
  1. Oct 01, 2010
  2. Sep 28, 2010
  3. Sep 23, 2010
  4. Aug 25, 2010
  5. Aug 20, 2010
    • Francois-Rene Rideau's avatar
      2.122: changes requested by sds. · efd9f80f
      Francois-Rene Rideau authored
      * use only one package for everything: ASDF. This simplifies the upgrade a bit.
      * export component-visited-p, record an index rather than a boolean.
      
      Also
      * On CLISP, only use custom:*module-provider-functions* when defined (2.49+)
      * In Makefile, mrproper before debian package.
      * Document that CLISP and SCL now support REQUIREing through ASDF.
      * Fix mistake in run-tests that made it always use sbcl
  6. Aug 18, 2010
  7. Aug 13, 2010
  8. Aug 12, 2010
  9. Aug 07, 2010
  10. 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.
  11. Jun 19, 2010
  12. Jun 16, 2010
  13. 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
  14. May 31, 2010
  15. May 25, 2010
  16. May 04, 2010
  17. May 03, 2010
  18. May 02, 2010
  19. Apr 30, 2010
  20. Apr 28, 2010
  21. Apr 25, 2010
  22. 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
  23. Apr 13, 2010
  24. Apr 12, 2010
  25. Apr 05, 2010
  26. Mar 23, 2010
  27. Mar 21, 2010
  28. Mar 19, 2010
  29. Mar 18, 2010
  30. Mar 17, 2010
  31. Mar 16, 2010
Loading