load-source-op
Michael Livshin <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Organization | The Church of God the Utterly Indifferent |
| Message-ID | <[email protected]> |
the latest released asdf didn't have this operation defined at all. the latest CVS version has this defined, but very simplistically (it just loads all the components without checking dependencies). prior to downloading the latest CVS, I used my own hack that implements this operation (see attached), which basically does the same as load-op but without compiling. I need this because I'm currently using clisp, and clisp is pretty much useless at debugging compiled code. so the question is: is the current load-source-op implementation in asdf buggy, or do I misunderstand its intention? thanks, --m here's my hack: -- There are few personal problems which can't be solved by the suitable application of high explosives.
asdf-patch.lisp
(application/octet-stream, 1.1 KB) - not displayed