From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Marius Bakke Newsgroups: gmane.lisp.guile.bugs Subject: bug#48480: [a-Z] is not a valid regex range in 3.0.7 Date: Mon, 17 May 2021 17:57:05 +0200 Message-ID: <87wnrxgxpq.fsf@gnu.org> References: <87zgwtgzwm.fsf@gnu.org> <440824ad-07a1-9204-5435-5e34ac387abe@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36566"; mail-complaints-to="usenet@ciao.gmane.io" To: Taylan Kammer , 48480-done@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Mon May 17 17:59:48 2021 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 1lifel-0009P3-Na for guile-bugs@m.gmane-mx.org; Mon, 17 May 2021 17:59:47 +0200 Original-Received: from localhost ([::1]:40948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lifek-0001Ew-Pl for guile-bugs@m.gmane-mx.org; Mon, 17 May 2021 11:59:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lifd4-0007YH-Ki for bug-guile@gnu.org; Mon, 17 May 2021 11:58:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42066) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lifd4-00077l-6k for bug-guile@gnu.org; Mon, 17 May 2021 11:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lifd4-00082p-6o for bug-guile@gnu.org; Mon, 17 May 2021 11:58:02 -0400 Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Mon, 17 May 2021 15:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 48480 X-GNU-PR-Package: guile Mail-Followup-To: 48480@debbugs.gnu.org, marius@gnu.org, marius@gnu.org Original-Received: via spool by 48480-done@debbugs.gnu.org id=D48480.162126703530864 (code D ref 48480); Mon, 17 May 2021 15:58:02 +0000 Original-Received: (at 48480-done) by debbugs.gnu.org; 17 May 2021 15:57:15 +0000 Original-Received: from localhost ([127.0.0.1]:53611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lifcJ-00081k-7H for submit@debbugs.gnu.org; Mon, 17 May 2021 11:57:15 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lifcI-00081Z-6q for 48480-done@debbugs.gnu.org; Mon, 17 May 2021 11:57:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48672) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lifcC-0006Xd-Ii; Mon, 17 May 2021 11:57:08 -0400 Original-Received: from host-37-191-231-185.lynet.no ([37.191.231.185]:60378 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lifcB-0000pf-Gz; Mon, 17 May 2021 11:57:08 -0400 In-Reply-To: <440824ad-07a1-9204-5435-5e34ac387abe@gmail.com> 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:10081 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Taylan Kammer skriver: > On 17.05.2021 17:09, Marius Bakke wrote: >> Hello, >>=20 >> (make-regexp "[a-Z]") fails in Guile 3.0.7 with "Invalid range end". >>=20 >> This is a regression since 3.0.5. >>=20 > > I think that's normal. > > $ grep -E '[a-Z]' > grep: Invalid range end > > You're supposed to use [a-zA-Z] or better yet, something locale-aware > such as [[:alpha:]]. > > I get the same error on Guile 2.2, are you sure that it ever worked? Oh indeed, this appears to be because of a behavior change in glibc. Closing the issue, thanks for the prompt feedback! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYKKSUQ8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHceEgEAnZwmXco8jKBN9Z6KMmLnEih8ukenGWMsQ05M eoOCMHABANtxXbAMBVKsWcbsO0M24a0cMYdmBLPxFZQL2Ri9neoJ =Vzw3 -----END PGP SIGNATURE----- --=-=-=--