Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 08, 2010
  3. Jun 04, 2010
  4. May 31, 2010
  5. May 26, 2010
  6. May 25, 2010
  7. May 21, 2010
  8. May 20, 2010
  9. May 19, 2010
  10. May 18, 2010
  11. May 15, 2010
  12. May 14, 2010
  13. May 12, 2010
  14. May 11, 2010
    • Francois-Rene Rideau's avatar
      Remove desperately outdated files. · 43ece156
      Francois-Rene Rideau authored
      Show a good example: use (require :asdf) instead or (require 'asdf).
      43ece156
    • Francois-Rene Rideau's avatar
      1.721: integrate feedback from rtoym, p_l. · b8f0d69d
      Francois-Rene Rideau authored
      * for configuration directories, only match files in .conf
       that are not unix hidden files. This notably takes care of backups.
       (Solves issue found by p_l.)
      
      * Before calling the provide hook, CMUCL normalizes its argument to a string
       (as allowed per CLHS), which means symbols become uppercase strings
       before they reach ASDF that would downcase symbols. I've decided to always
       downcase the argument provided to this hook. (Solves issue raised by rtoym.)
       Note that are hook itself doesn't (PROVIDE ...) anything
       to be pushed onto *MODULES*. Maybe we should:
       (a) only try find-system when (equal (string arg) (string-upcase arg))
       (b) always string-downcase when calling find-system and
       (c) string-upcase again and provide.
       Not done in this commit, though.
      
      * Add #+cmu (:tree #p"modules:") to the wrapping-source-registry. (rtoym)
  15. May 07, 2010
  16. May 06, 2010
  17. May 05, 2010
  18. May 04, 2010
  19. May 03, 2010
  20. May 02, 2010
  21. May 01, 2010
  22. Apr 30, 2010
  23. Apr 29, 2010
  24. Apr 28, 2010
  25. Apr 25, 2010
  26. Apr 21, 2010
    • Francois-Rene Rideau's avatar
      1.705: · 03be449f
      Francois-Rene Rideau authored
      * rename :system-dependencies to :defsystem-depends-on. Beware, controversy.
       janderson suggests we should be using defstruct-like options in the name field.
      * reorganize a bit the lisp-version-string, include fasl version for CCL
       (more useful than a PPC-only 64-bit flag that should already be redundant with architecture).
      * reinstate the perform-with-restarts method for compile-op removed in 1.661:
       it might seem redundant in nested calls, but it actually isn't.
      03be449f
  27. Apr 19, 2010
  28. Apr 16, 2010
  29. Apr 15, 2010
Loading