On Mon, Mar 29, 2010 at 5:37 PM, Robert Goldman rpgoldman@sift.info wrote:
Is this an alternative syntax? Do you expect:
(asdf:oos 'asdf:monolithic-binary-op :my-system :move-here "./")
to work as well?
No. The operations do not have a notion of "destination", because I did not want to mess up with pathname translations again. MOVE-HERE is implemented by MAKE-BUNDLE. I agree that we could find another way, perhaps writing an output-files that makes use of the new features (second value T = no translation), but I wanted to keep it as simple as possible as well as decoupled right now.
Juanjo