(defmacro with-tal-compilation-unit (pathname &body body) (rebinding (pathname) `(let ((*tal-truename* (truename ,pathname))) ,@body)))