From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs Subject: bug#47031: False positives for =?UTF-8?Q?=E2=80=98-Wunbound-variable=E2=80=99?= in 3.0.5 Date: Sun, 02 May 2021 01:26:43 +0200 Message-ID: <87sg36593g.fsf@gnu.org> References: <87im606kes.fsf@inria.fr> <878s4y6vmv.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="23439"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) To: 47031-done@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Sun May 02 01:27:09 2021 Return-path: Envelope-to: guile-bugs@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 1lcz0u-0005yv-GT for guile-bugs@m.gmane-mx.org; Sun, 02 May 2021 01:27:08 +0200 Original-Received: from localhost ([::1]:56058 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcz0t-00062W-JC for guile-bugs@m.gmane-mx.org; Sat, 01 May 2021 19:27:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcz0o-000609-FV for bug-guile@gnu.org; Sat, 01 May 2021 19:27:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55693) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lcz0o-00045B-8V for bug-guile@gnu.org; Sat, 01 May 2021 19:27:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lcz0o-0006z1-5t for bug-guile@gnu.org; Sat, 01 May 2021 19:27:02 -0400 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Sat, 01 May 2021 23:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 47031 X-GNU-PR-Package: guile Mail-Followup-To: 47031@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Original-Received: via spool by 47031-done@debbugs.gnu.org id=D47031.161991161226829 (code D ref 47031); Sat, 01 May 2021 23:27:01 +0000 Original-Received: (at 47031-done) by debbugs.gnu.org; 1 May 2021 23:26:52 +0000 Original-Received: from localhost ([127.0.0.1]:39005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcz0d-0006yf-Sq for submit@debbugs.gnu.org; Sat, 01 May 2021 19:26:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcz0c-0006yV-P7 for 47031-done@debbugs.gnu.org; Sat, 01 May 2021 19:26:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51037) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcz0X-0003vI-Hq for 47031-done@debbugs.gnu.org; Sat, 01 May 2021 19:26:45 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46124 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lcz0W-0002h6-S3 for 47031-done@debbugs.gnu.org; Sat, 01 May 2021 19:26:45 -0400 In-Reply-To: <878s4y6vmv.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Sat, 01 May 2021 22:34:32 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:10027 Archived-At: Ludovic Court=C3=A8s skribis: > The problem was that =E2=80=98make-compound-condition=E2=80=99 is re-expo= rted from (srfi > srfi-35) and this particular case was not handled. > > The attached patch fixes it. Let me know what you think! Pushed as 5969490f55e5a167a3eb2573a3c5241c0ce079f3 following the IRC=E2=80=99d LGTM. :-) Ludo=E2=80=99.