From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?ISO-8859-1?Q?J=E9r=E9my_Korwin-Zmijowski=2Efr?= Newsgroups: gmane.lisp.guile.user Subject: srfi64 test group Date: Thu, 17 Aug 2023 15:54:53 +0200 Message-ID: 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="10652"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: K-9 Mail for Android To: Mailing list Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Aug 17 15:55:32 2023 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 1qWdTI-0002bp-Lq for guile-user@m.gmane-mx.org; Thu, 17 Aug 2023 15:55:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWdSn-00070U-SD; Thu, 17 Aug 2023 09:55:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWdSm-00070F-7V for guile-user@gnu.org; Thu, 17 Aug 2023 09:55:00 -0400 Original-Received: from relay8-d.mail.gandi.net ([2001:4b98:dc4:8::228]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWdSi-0007U4-Rz for guile-user@gnu.org; Thu, 17 Aug 2023 09:54:59 -0400 Original-Received: from [IPv6:::1] (unknown [IPv6:2a01:cb18:8ac4:d100:d545:bd61:4565:f8cf]) by relay.mail.gandi.net (Postfix) with ESMTPSA id 0302D1BF206 for ; Thu, 17 Aug 2023 13:54:52 +0000 (UTC) X-GND-Sasl: jeremy@korwin-zmijowski.fr Received-SPF: none client-ip=2001:4b98:dc4:8::228; envelope-from=jeremy@korwin-zmijowski.fr; helo=relay8-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19172 Archived-At: Hello Guilers, As I understand, a test-group form should work as follow: (use-module (srfi srfi-64)) (test-group "foo" (test-assert #t)) But evaluating the previous expressions raises an exception=2E Same for test-group-with-cleanup=2E I will reach srfi64 maintainers and keep you up=2E J=C3=A9r=C3=A9my