From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: srfi-64 tests passing when they should not Date: Tue, 4 May 2021 11:36:10 +0000 Message-ID: <3b976e0a-3e71-5a4b-ad68-8343d6a66fc9@posteo.de> References: <40a496bb-c005-3c6f-2bf2-7025f3a234bb@posteo.de> <0eb1d990980678a000fa314c81715f5336e91f28.camel@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27279"; mail-complaints-to="usenet@ciao.gmane.io" To: =?UTF-8?Q?J=c3=a9r=c3=a9my_Korwin-Zmijowski?= , Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue May 04 13:36:39 2021 Return-path: Envelope-to: guile-user@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 1ldtLx-0006vt-EH for guile-user@m.gmane-mx.org; Tue, 04 May 2021 13:36:37 +0200 Original-Received: from localhost ([::1]:55604 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldtLv-0004J1-Hi for guile-user@m.gmane-mx.org; Tue, 04 May 2021 07:36:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldtLf-0004HR-AS for guile-user@gnu.org; Tue, 04 May 2021 07:36:19 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:58839) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldtLa-0006n3-BW for guile-user@gnu.org; Tue, 04 May 2021 07:36:19 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 7033A24002A for ; Tue, 4 May 2021 13:36:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1620128171; bh=lJ+qWfJ8x9UtYSzBIvOz/+ONzqL9Bkv8x9gNPfQC8y4=; h=Subject:To:From:Date:From; b=SNRisSSD8mDHCp4x3HkqA0Y3DpoXEMEFQ8yZgAvklS/cyAvqokfbROhj83chQ+XLx UqUgS+J1DtX5qv2My/2CVauzto1HQpALQ3hoO26R9nlJ3Q+ikk0RYc9EgJSkgwC8eo l5qBlisTGdxMp0Aa8RBH7+VsEVHm6zyE+uJXvVeM2BWBQzqekyS6nG8rAbNwKIkzJo keseSwhrHECtdZBCMGiIHWNhIdk/vpqiax4HWKvys6omNpEC03GWG23OBpL5031Sp1 QRxoZjcOM1SNaf6yAyUHoz1ywbd0KAvUq5L47A4N2sdrYeTBqsAbEOtlk8SgtyhSwa BLYD0HMAlMEDQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FZHpy5Wt7z9rxh; Tue, 4 May 2021 13:36:10 +0200 (CEST) In-Reply-To: <0eb1d990980678a000fa314c81715f5336e91f28.camel@korwin-zmijowski.fr> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17511 Archived-At: Hi Jérémy! Thanks for letting me know! I guess I can work around the issue like I did for now. Best wishes, Zelphir On 5/4/21 12:15 PM, Jérémy Korwin-Zmijowski wrote: > Hey Zelphir ! > > I think it is related to something I noticed few monthes ago : > https://lists.gnu.org/archive/html/guile-user/2021-02/msg00061.html > > I cross posted the message over here : > https://srfi-email.schemers.org/srfi-64/msg/16101182/ > > I got no responses from SRFI-64 mailing list. > > I think, when an expression throws an exception, it also returns #f. > Unfortunately, you expect #f as well in your test. > > Jérémy > -- repositories: https://notabug.org/ZelphirKaltstahl