On Fri, 2013-07-26 at 14:47 -0400, Faré wrote: [...]
Since you're already depending on asdf3, what about instead have in your defsystem swap-bytes something like the following statements (untested): :in-order-to ((test-op (load-op swap-bytes/test))) :perform (test-op (o c) (uiop:symbol-call :5am :run! :swap-bytes))
I can't use :in-order-to because it doesn't allow me to specify :force