On Thu, Mar 18, 2010 at 2:55 PM, james anderson <james.anderson@setf.de> wrote:
if asdf were to adopt an 11.1.2.1.2-rule, asdf-ecl.lisp would require a change.it would not be supported for an extension to extend 'asdf:load-op such that load-op itself specialized an operation-done-p :around method which forced complete traversal results. it would be be necessary to specialize the load-op class as, for example, collect-op, and specialize operation-done-p on that class. in which case its own primary method could always return nil and an :around method would not be necessary.