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] Enable utf8->string to take a range Date: Fri, 21 Jan 2022 17:55:55 +0100 Message-ID: <59d91c9409ce2e6f130c29550e5dd31ba998bb23.camel@telenet.be> References: <87h79x6abc.fsf@vijaymarupudi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-+28h6irP0zKX8EHDaZJj" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="383"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Vijay Marupudi , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Jan 21 17:56:16 2022 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 1nAxCy-000AQa-3G for guile-devel@m.gmane-mx.org; Fri, 21 Jan 2022 17:56:16 +0100 Original-Received: from localhost ([::1]:44800 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAxCw-0007ta-QX for guile-devel@m.gmane-mx.org; Fri, 21 Jan 2022 11:56:14 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAxCg-0007r9-8y for guile-devel@gnu.org; Fri, 21 Jan 2022 11:55:58 -0500 Original-Received: from [2a02:1800:120:4::f00:15] (port=41686 helo=andre.telenet-ops.be) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nAxCe-0003bk-O0 for guile-devel@gnu.org; Fri, 21 Jan 2022 11:55:57 -0500 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id lUvv2600E4UW6Th01Uvv20; Fri, 21 Jan 2022 17:55:55 +0100 In-Reply-To: <87h79x6abc.fsf@vijaymarupudi.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1642784155; bh=Uxbx0w5iBJXrELoGvoXQ7TGfxdh51hpyXul1W61p42Q=; h=Subject:From:To:Date:In-Reply-To:References; b=B9YcGBsEuF1Sv7RnCYAEzde1CMh2zaE+SWXrCOLgaGarSDfCtlfvpHQSV74OiFVDx DmvXHlml7Ahu1Ip8iG/yBXFk1JZ/hXNINDzFsM14pEd3KZMmgvWmWbqKx4uT668dP7 iluXR7hD9KU0b6vqFIlvmcdO0u0y4qsAOdY0NreHvjhU9+Hn3TEpWNt0KKp8itJMAn wo9VJDxdc2ePgKFQwKVPfOBYw97VbKduJc1YEDfesYGC1+LhexdPIhFmEL8MKa3F+d 5K8SigMl3jvvm3Bnt0Qqn+a6+g7L2Nzo+Fmu9PlVOvE+3/QNEz1bXX3HU/L3vPXA21 ti+L97VW2HB3Q== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:120:4::f00:15 (failed) Received-SPF: pass client-ip=2a02:1800:120:4::f00:15; envelope-from=maximedevos@telenet.be; helo=andre.telenet-ops.be X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 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, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no 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" Xref: news.gmane.io gmane.lisp.guile.devel:21053 Archived-At: --=-+28h6irP0zKX8EHDaZJj Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Vijay Marupudi schreef op do 20-01-2022 om 22:23 [-0500]: > --- a/libguile/bytevectors.c > +++ b/libguile/bytevectors.c > [...] Boundary conditions can be tricky, I would recommend writing some tests. Greetings, Maxime. --=-+28h6irP0zKX8EHDaZJj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYerlmxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7nwqAQDisPAXFHGNsKhyB13rLUQyydNq m/jmrAH9ojDYq98IQgD9HtJFzlz8CB3AnEWiiceOHrJjAbRcAaHIkhKEdo9o+QE= =t50B -----END PGP SIGNATURE----- --=-+28h6irP0zKX8EHDaZJj--