Comment 0 for bug 1007335

Revision history for this message
Tobias C. Rittweiler (tcr) wrote :

ASDF should either allow multiple :DEPENDS-ON clauses and accumulate the dependencies
specified in multiple clauses (just like :USE etc. work for DEFPACKAGE), OR explicitly
prohibit the use of multiple clauses.

Right now it depends on the semantics of DESTRUCTURING-BIND's &key parsing which
will make it just pick the first specified clause and ignore the others silently.