From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thomas White Newsgroups: gmane.lisp.guile.bugs Subject: bug#55568: (no subject) Date: Thu, 22 Sep 2022 20:42:56 +0200 Message-ID: <20220922204256.4f44fe95@dorian> References: <20220522010444.6bea02a1@dorian> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22644"; mail-complaints-to="usenet@ciao.gmane.io" To: 55568@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Thu Sep 22 20:52:27 2022 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 1obRJD-0005fK-T0 for guile-bugs@m.gmane-mx.org; Thu, 22 Sep 2022 20:52:27 +0200 Original-Received: from localhost ([::1]:57744 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1obRJB-00005q-Hy for guile-bugs@m.gmane-mx.org; Thu, 22 Sep 2022 14:52:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38818) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obRIo-0008Se-QN for bug-guile@gnu.org; Thu, 22 Sep 2022 14:52:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39471) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1obRIo-00056m-I3 for bug-guile@gnu.org; Thu, 22 Sep 2022 14:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1obRIo-0006h5-Df for bug-guile@gnu.org; Thu, 22 Sep 2022 14:52:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <20220522010444.6bea02a1@dorian> Resent-From: Thomas White Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 22 Sep 2022 18:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55568 X-GNU-PR-Package: guile Original-Received: via spool by 55568-submit@debbugs.gnu.org id=B55568.166387267025671 (code B ref 55568); Thu, 22 Sep 2022 18:52:02 +0000 Original-Received: (at 55568) by debbugs.gnu.org; 22 Sep 2022 18:51:10 +0000 Original-Received: from localhost ([127.0.0.1]:38549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obRHx-0006fy-NS for submit@debbugs.gnu.org; Thu, 22 Sep 2022 14:51:10 -0400 Original-Received: from mx1.mythic-beasts.com ([46.235.224.141]:46329) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obRAE-0006RG-DT for 55568@debbugs.gnu.org; Thu, 22 Sep 2022 14:43:12 -0400 Original-Received: from [2.206.196.94] (port=58614 helo=dorian) by mailhub-cam-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1obRA7-005ElW-SR for 55568@debbugs.gnu.org; Thu, 22 Sep 2022 19:43:04 +0100 X-Mailer: Claws Mail 4.0.0git382 (GTK+ 3.24.34; x86_64-pc-linux-gnu) X-BlackCat-Spam-Score: 24 X-Mailman-Approved-At: Thu, 22 Sep 2022 14:51:08 -0400 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:10377 Archived-At: We discussed this again on IRC yesterday, see logs here: https://logs.guix.gnu.org/guile/2022-09-21.log#120814 We realised that the *real* underlying issue is that false-if-exception is not working in the context of my test code, i.e. when another exception handler is set up. See further info here: https://issues.guix.gnu.org/57095#5 It would still be possible to work around the immediate issue by modifying terminal-width to check the return value of getenv instead of catching the exception in string->number. However the underlying issue will be difficult to solve.