Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Daniel Barlow's avatar
    e745241c
    component gains a slot: · e745241c
    Daniel Barlow authored
     +   (parent :initarg :parent :initform nil :reader component-parent)
    relevant other changes to accomodate and take advantage of this
    lose the *known-extensions* completely; we don't need a reversable
    mapping any more (we were only using the reverse half.  replaced with
    a nice sensible gf
    +(defgeneric source-file-type (component system))
    new static-file component that does nothing
    oos rewnamed to operate
    component name -> pathname case conversion issues finally specified
    
    (defun system-definition-pathname (system)
    break out the appropriate bit from find-system
    defsystem gets a new 'class' option so that systems can be subclassed.
    presently this is only specialised on in component-file-type, but more
    gfs will appear later I expect
    e745241c
    History
    component gains a slot:
    Daniel Barlow authored
     +   (parent :initarg :parent :initform nil :reader component-parent)
    relevant other changes to accomodate and take advantage of this
    lose the *known-extensions* completely; we don't need a reversable
    mapping any more (we were only using the reverse half.  replaced with
    a nice sensible gf
    +(defgeneric source-file-type (component system))
    new static-file component that does nothing
    oos rewnamed to operate
    component name -> pathname case conversion issues finally specified
    
    (defun system-definition-pathname (system)
    break out the appropriate bit from find-system
    defsystem gets a new 'class' option so that systems can be subclassed.
    presently this is only specialised on in component-file-type, but more
    gfs will appear later I expect