Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Gary King's avatar
    d6c42afd
    Added load-preferences and preference-file-for-system/operation. Specialized · d6c42afd
    Gary King authored
    them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default
    and are loaded on either a load-op or a load-source-op. Refactored load-op and
    load-source-op to both be subclasses of basic-load-op to facilitate this.
    
    Added test case in test directory.
    
    Still need to add to documentation of ASDF and will once I figure out where such
    a beast truely lives.
    d6c42afd
    History
    Added load-preferences and preference-file-for-system/operation. Specialized
    Gary King authored
    them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default
    and are loaded on either a load-op or a load-source-op. Refactored load-op and
    load-source-op to both be subclasses of basic-load-op to facilitate this.
    
    Added test case in test directory.
    
    Still need to add to documentation of ASDF and will once I figure out where such
    a beast truely lives.