Enhancement: add component type for lisp files that are not to be compiled
Bug #515807 reported by
Robert P. Goldman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ASDF |
Opinion
|
Wishlist
|
Faré |
Bug Description
This is a reasonably common thing to want to do in an ASDF system, and I have seen what must be half a dozen different implementations, many slightly buggy.
There was some discussion of this earlier (in 2009, I believe) in the ASDF-devel mailing list, but one or two approaches proved abortive, and then the matter was dropped.
To post a comment you must log in.
Yes, that would be a good thing to add.
Actually, I was think of having LOAD-OP in general delegate its job on any given CL-SOURCE-FILE to either LOAD-SOURCE-OP or LOAD-FASL-OP based on the component's data.