Skip to content
Snippets Groups Projects
Commit e745241c authored by Daniel Barlow's avatar Daniel Barlow
Browse files

component gains a slot:

 +   (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
parent b96263a9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment