Andy Wingo <wi...@pobox.com> writes:

> (define-syntax foo ...)
> (load "file-that-needs-foo")
>
> The load needs to be done relative to the current module, which it is --
> unless it's autocompiling, in which case we go through the autocompile
> case in boot-9.scm:924 (not the one in load.c), which is missing an
> #:env (current-module).
>
> Probably needs to be fixed before today's release.

Yes indeed.

Thanks,
Ludo'.


Reply via email to