guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] build: pull: Compile .scm files in one process.


From: Andy Wingo
Subject: Re: [PATCH] build: pull: Compile .scm files in one process.
Date: Thu, 12 Nov 2015 12:36:37 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Thu 12 Nov 2015 12:27, address@hidden (Taylan Ulrich "Bayırlı/Kammer") 
writes:

> First attempt: when I simply put
>
>       (for-each (lambda (file)
>                   (display file)
>                   (newline)
>                   (primitive-load file))
>                 files)
>
> before the named let loop, I get the following output (interesting bit
> at the end, but all output pasted just in case):

You'll want to do the primitive-load in a

  (save-module-excursion
    (lambda () (primitive-load file)))

Andy



reply via email to

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