guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Compile in a fresh module by default


From: Ludovic Courtès
Subject: Re: [PATCH] Compile in a fresh module by default
Date: Thu, 15 Oct 2009 13:51:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Andy Wingo <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]