guix-devel
[Top][All Lists]
Advanced

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

Re: Commit 958dd3ce68 will break emacs interface after "guix pull"


From: Alex Kost
Subject: Re: Commit 958dd3ce68 will break emacs interface after "guix pull"
Date: Mon, 09 May 2016 11:43:35 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ludovic Courtès (2016-05-08 19:04 +0300) wrote:

> Alex Kost <address@hidden> skribis:
>
>> Ludovic Courtès (2016-05-06 13:36 +0300) wrote:
 [...]
>>> What about simply #:re-export (memoize) in (guix utils) for now?
>>
>> Oh, indeed, this is a good workaround, thanks!  OK for the attached
>> patch or should I add some comment there?
>
> [...]
>
>> --- a/guix/utils.scm
>> +++ b/guix/utils.scm
>> @@ -44,6 +44,7 @@
>>    #:use-module (ice-9 format)
>>    #:use-module ((ice-9 iconv) #:select (bytevector->string))
>>    #:use-module (system foreign)
>> +  #:re-export (memoize)
>
> Just add a comment there, like “for backwards compatibility”.

Done and commited, thanks.

-- 
Alex



reply via email to

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