I don't see how can you manipulate things by defining subclasses of cl-source-file.
I have to admit that I don't understand how components are created in asdf. My best guess (by looking at the class-for-type function) is that everything defined in the defsystem by :file and having .lisp extension becomes *default-component-class* which is cl-source-file. And I neither want to introduce a new syntax next to :file, nor change my lisp file extensions to something else. So I don't see how your components can become subclasses of cl-source-file at all. `bg` 2011/10/17 Faré <[email protected]> > NB: I committed this :around-compile feature with some minimal > documentation as 2.017.18. > > —♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• > http://fare.tunes.org > Foreign aid might be defined as a transfer from poor people in rich > countries > to rich people in poor countries. — Douglas Casey >
_______________________________________________ asdf-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
