Skip to content
Snippets Groups Projects
  1. Sep 19, 2016
  2. Sep 18, 2016
    • Francois-Rene Rideau's avatar
      Fix test-require · 70b9388c
      Francois-Rene Rideau authored
      Make it more robust on various CLISP, ECL, MKCL, SBCL:
      disable the source-registry so ASDF won't override a module with a system,
      try harder to find modules that will be provided by the implementation.
      70b9388c
  3. Sep 17, 2016
  4. Sep 16, 2016
  5. Sep 15, 2016
  6. Sep 14, 2016
    • Robert Goldman's avatar
      Make "make clean" more chatty. · fcdb823b
      Robert Goldman authored
      This seems to have the side-effect on Windows (cygwin) of making "make
      clean" terminate, instead of hanging.  Since hanging on clean can cause
      bad failures, I'm committing this, even though I don't have a theory
      about why it improves things.
      fcdb823b
    • Francois-Rene Rideau's avatar
      Fix component-loaded-p to not load asd files · 7f6e4fac
      Francois-Rene Rideau authored
      Add find-component keyword argument registered to not load asd files.
      Use it in component-loaded-p so we query what's registered but don't load asds.
      
      Many thanks to Daniel Kochmanski for identifying and helping solve the problem.
      7f6e4fac
    • Francois-Rene Rideau's avatar
      Eagerly register preloaded systems · d33ab0bc
      Francois-Rene Rideau authored
      Change clear-system accordingly, and simplify how we handle immutable systems.
      Add or improve documentation for several of the functions involved.
      
      Also stop advertising asdf::*immutable-systems*;
      instead promote asdf:register-immutable-system.
      
      This is a preliminary to fixing component-loaded-p for preloaded systems.
      d33ab0bc
  7. Sep 13, 2016
    • Francois-Rene Rideau's avatar
      Refactoring: introduce the function REGISTERED-SYSTEM · 7b7b9f0c
      Francois-Rene Rideau authored
      Introduce the function REGISTERED-SYSTEM to abstract over finding a registered
      system by name, without having to take the CDR of the pair with timestamp.
      
      Also, add or improve docstrings for several functions.
      
      This refactoring should not modify any semantics,
      except for introducing this new function.
      7b7b9f0c
    • Robert Goldman's avatar
      Simplify TOUCH-FILE. · 08d59a6d
      Robert Goldman authored
      There was a very complex conditional in the middle controlling how it
      was implemented.  I simplified the conditions to make it easier to
      understand how it works.
      I also modified it so that if you tell TOUCH-FILE to use the cache, and
      the cache hasn't been initialized, it will raise an error.
      08d59a6d
    • Francois-Rene Rideau's avatar
  8. Sep 12, 2016
Loading