From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] ui: Add a 'define-diagnostic' macro. Date: Sat, 20 Apr 2013 21:55:22 +0200 Message-ID: <87wqrx6kph.fsf@gnu.org> References: <87li92alhe.fsf@karetnikov.org> <874nforp12.fsf@gnu.org> <8762015b0w.fsf@karetnikov.org> <874nflx8e3.fsf@gnu.org> <871ua85t4w.fsf@karetnikov.org> <87sj2o59zy.fsf@gnu.org> <877gjzd4gb.fsf@karetnikov.org> <87r4i7wo53.fsf@gnu.org> <8761zie0nz.fsf_-_@karetnikov.org> <874nf1bvll.fsf@karetnikov.org> <87mwstbm9g.fsf@gnu.org> <87a9otayzl.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTdsl-0006sn-7S for bug-guix@gnu.org; Sat, 20 Apr 2013 15:55:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTdsk-0002HP-80 for bug-guix@gnu.org; Sat, 20 Apr 2013 15:55:35 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=50842 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTdsk-0002Du-25 for bug-guix@gnu.org; Sat, 20 Apr 2013 15:55:34 -0400 In-Reply-To: <87a9otayzl.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 20 Apr 2013 21:33:18 +0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: >>> FYI, I forgot to add 'guix/gnu-maintenance.scm' to 'POTFILES.in'. > >> It doesn=E2=80=99t use gettext AFAICS, so that=E2=80=99s fine. > > I was talking about this: > > +++ b/guix/gnu-maintenance.scm > > [...] > > + (warning (_ "using Guile ~a, ~a ~s encoding~%") > + (version) > + "which does not support HTTP" > + (response-transfer-encoding resp)) > + (leave (_ "download failed; use a newer Guile") Ah, OK. > I guess it should be added. Am I mistaken? Then yes, although these messages are not here to stay. Ludo=E2=80=99.