From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.devel Subject: RE: [PATCH] Make get-bytevector-all suspendable. Date: Sat, 1 Jun 2024 11:44:10 +0200 Message-ID: <20240601114411.W9kA2C00K4Gw7VF019kAch@laurent.telenet-ops.be> References: <20230720140103.23221-1-mail@cbaines.net> <87bk4lqb85.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_6AB1FB9B-7704-4AF5-8B6F-8E76F3F6A9B3_" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20183"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "guile-devel@gnu.org" To: =?utf-8?Q?Ludovic_Court=C3=A8s?= , Christopher Baines Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sat Jun 01 11:49:33 2024 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 1sDLMj-000521-3P for guile-devel@m.gmane-mx.org; Sat, 01 Jun 2024 11:49:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sDLMV-00033r-Hx; Sat, 01 Jun 2024 05:49:19 -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 1sDLMT-00033H-9p for guile-devel@gnu.org; Sat, 01 Jun 2024 05:49:17 -0400 Original-Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sDLMR-0008Sg-44 for guile-devel@gnu.org; Sat, 01 Jun 2024 05:49:16 -0400 Original-Received: from [IPv6:2a02:1811:8c0e:ef00:a025:1d00:d6fa:6b8e] ([IPv6:2a02:1811:8c0e:ef00:a025:1d00:d6fa:6b8e]) by laurent.telenet-ops.be with bizsmtp id W9kA2C00K4Gw7VF019kAch; Sat, 01 Jun 2024 11:44:11 +0200 Importance: normal X-Priority: 3 In-Reply-To: <87bk4lqb85.fsf@gnu.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=telenet.be; s=r24; t=1717235051; bh=8v1B6QHB2xs4RreG/NXZEv0PYA7mqijAbF6T29+VHUc=; h=To:Cc:From:Subject:Date:In-Reply-To:References; b=I9Hu/f9Iq3IxA5mnY4rSztMEScB/8iDXq7E8+sC/mhx31hEIUFkKYIBDmBKClSPxV 3vRWhSo+8GuRYLEyun3ZgaxHYhzq4MgQOSOaG5mqBFRQ70cBTwSk3wua9UWM7pJs+/ yAe3gSDtOUd6gW+M171IeZV6C78aB7UBLXCaKFu5DaBIJ3rxf/NY0NcLUfCtCKCdN4 +hR+fFnMkIdVqOqxXJK3XXehbROhBk6ZuvdrpXVt/6BljlznVRTCVdC/o0KTF/O1UE QlRiO73Q4EyDfpDHTRpMzN2cliHsJoIgnvQ4wdzzR+Z3mJl0QybwfOqiCuWCxTa7VY epWPXcA69lRqw== Received-SPF: pass client-ip=2a02:1800:110:4::f00:19; envelope-from=maximedevos@telenet.be; helo=laurent.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action 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-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22426 Archived-At: --_6AB1FB9B-7704-4AF5-8B6F-8E76F3F6A9B3_ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Adding to my previous response: Most (all?) tests for suspendable/non-suspendable are shared, and run in bo= th cases, so probably the suspendable get-bytevector-all already has tests. --_6AB1FB9B-7704-4AF5-8B6F-8E76F3F6A9B3_ Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="utf-8"

Addin= g to my previous response:

 

Most (all?) tests for suspendable/non-suspendable are sha= red, and run in both cases, so probably the suspendable get-bytevector-all = already has tests.

= --_6AB1FB9B-7704-4AF5-8B6F-8E76F3F6A9B3_--