From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Re: bug#58109: simple-format vs (ice-9 format) bug in 3.0.7? Date: Wed, 12 Oct 2022 22:50:03 +0200 Message-ID: <87y1tku5qc.fsf@gnu.org> References: <00542b80-4511-f902-1f8d-a8c5d1645bc3@abou-samra.fr> <6396d555-17fe-dc16-970b-f1075e61131a@abou-samra.fr> <87ill3fyrh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36032"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) Cc: christopher.lck@gmail.com, 58109-done@debbugs.gnu.org, guile-devel@gnu.org To: Jean Abou Samra Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed Oct 12 22:50:51 2022 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oiigk-0009DP-K2 for guile-devel@m.gmane-mx.org; Wed, 12 Oct 2022 22:50:50 +0200 Original-Received: from localhost ([::1]:34288 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiigi-0006k6-3L for guile-devel@m.gmane-mx.org; Wed, 12 Oct 2022 16:50:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiig2-0006ix-Mq for guile-devel@gnu.org; Wed, 12 Oct 2022 16:50:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40896) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiig2-0006fI-6S; Wed, 12 Oct 2022 16:50:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Cn8TVau7eOsLpd3keNdueQzvMGaPgN29rgsuR4PoRAA=; b=SMcFttW0/e3Nz7NwMLtp wg3QSop782cyu315ng++arbaPJj2Bd/a6gjAFPGoTS6ClIDgYOpKpKWb4dY+MQVOMIB1qsStYTNNI +iLIrDLSJVLRMxnUUy1b9cfl5vkkuo6SiIwODvPb7EVgYbKWo+SVBxR3o6KXgorRLBza3f9pJBleO qne0JEfUEgf3vpoNOVmcSGkZ3PfoeoWKgdzjuJpJQZYqvA0ft2nu7WI+D+8pRDJgZrmgpHEL9MaFe VolheTP+KXS57pGsBiQQq8l04+sLJIz2RBrxFiF0/uwDKjY2H8DiAoV7/quTuVoXarL+9Lc3c9snJ ZA8WbhDdKO3Zkw==; Original-Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58645 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiig1-0004uZ-N5; Wed, 12 Oct 2022 16:50:05 -0400 In-Reply-To: (Jean Abou Samra's message of "Sat, 1 Oct 2022 16:14:17 +0200") X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21411 Archived-At: Hi, Jean Abou Samra skribis: > OK, understood. How about adding comments and documentation? That=E2=80=99s a good idea. Applied with minor tweaks and a commit log. Thanks! Ludo=E2=80=99.