From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Removing the locale warning? Date: Mon, 16 Dec 2019 15:10:20 +0100 Message-ID: <87pngoxsxf.fsf@igalia.com> References: <87mubuyks9.fsf@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="81469"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: Guile Devel To: Ludovic =?utf-8?Q?Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Dec 16 15:18:00 2019 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1igrCB-000L2Z-05 for guile-devel@m.gmane.org; Mon, 16 Dec 2019 15:17:59 +0100 Original-Received: from localhost ([::1]:54550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igrC9-0005rd-La for guile-devel@m.gmane.org; Mon, 16 Dec 2019 09:17:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60439) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igr5L-0005rr-7m for guile-devel@gnu.org; Mon, 16 Dec 2019 09:10:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igr5J-0001O4-4t for guile-devel@gnu.org; Mon, 16 Dec 2019 09:10:54 -0500 Original-Received: from fanzine.igalia.com ([178.60.130.6]:47467) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igr5I-0000lM-Ga; Mon, 16 Dec 2019 09:10:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=1nz50lPkpd7c4Q4DPPW07De52aLW2IotUZmPL3735gY=; b=FlmjX8J4+02+uVnRcpp3HiAuYp33whlbi+asZSla/hynxXYXRW1tNCZwADY885VvQ4yH06SEjoSHl83snmmBRFZ4UQ2M88SFr1Rqo8rPCYh8B0hDyoitfur7CwbtRXrgWaaURV2jXHRYuCP3+W+iL09ILYcHMG8NbMPOhShZK44CnM+LFeRZwLLshs9XofHGMYVTIL50GGZvfEVyKQ++SppPwQC1rK86IgTh8ic6LbBCoajJRb4keSMEhP7i7t81UsFrpbckKpqyFSOfokJmubYwSKCbwmadhE24hg7gZb5TIW0g0/THczqdaBEEvvRf5AQfyQRlAHWMvfg5TYYH8g==; Original-Received: from lfbn-ann-1-376-195.w86-200.abo.wanadoo.fr ([86.200.91.195] helo=milano) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1igr4y-0002Tn-PP; Mon, 16 Dec 2019 15:10:32 +0100 In-Reply-To: <87mubuyks9.fsf@inria.fr> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Sat, 14 Dec 2019 16:44:06 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 178.60.130.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:20197 Archived-At: On Sat 14 Dec 2019 16:44, Ludovic Court=C3=A8s writes: > What about getting rid of the locale warning? > > More generally, I'm in favor of reducing run-time warnings to a bare > minimum, because application users often don=E2=80=99t care about them (p= lus > they=E2=80=99re not i18n=E2=80=99d), and because application developers c= annot silence > them or handle them in a way that is more suitable for the application. > > Thoughts? Funny, I find them really useful as they let me know when my environment isn't correctly configured, so I can then take action. How can we resolve these two use cases? Andy