From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Commit 958dd3ce68 will break emacs interface after "guix pull" Date: Mon, 09 May 2016 11:43:35 +0300 Message-ID: <87twi7oc3s.fsf@gmail.com> References: <87d1p1fq4s.fsf@gnu.org> <87y47osvl0.fsf@gmail.com> <87bn4j79t7.fsf@gnu.org> <87k2j7m4bm.fsf@gmail.com> <87posw5yf1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azgn1-0001WJ-Jf for guix-devel@gnu.org; Mon, 09 May 2016 04:43:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azgmw-0005zd-AI for guix-devel@gnu.org; Mon, 09 May 2016 04:43:42 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-05-08 19:04 +0300) wrote: > Alex Kost skribis: > >> Ludovic Court=C3=A8s (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 =E2=80=9Cfor backwards compatibility=E2=80= =9D. Done and commited, thanks. --=20 Alex