GNU bug report logs - #33340
named match-let doesn't work

Previous Next

Package: guile;

Reported by: Ernesto Gabriel <q09yyd4t1ph7a1 <at> gmail.com>

Date: Sun, 11 Nov 2018 06:31:01 UTC

Severity: normal

Done: Mark H Weaver <mhw <at> netris.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ernesto Gabriel <q09yyd4t1ph7a1 <at> gmail.com>
Subject: bug#33340: closed (Re: bug#33340: named match-let doesn't work)
Date: Mon, 12 Nov 2018 04:28:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#33340: named match-let doesn't work

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 33340 <at> debbugs.gnu.org.

-- 
33340: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33340
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mark H Weaver <mhw <at> netris.org>
To: Alex Kost <alezost <at> gmail.com>
Cc: Ernesto Gabriel <q09yyd4t1ph7a1 <at> gmail.com>, 33340-done <at> debbugs.gnu.org
Subject: Re: bug#33340: named match-let doesn't work
Date: Sun, 11 Nov 2018 23:26:17 -0500
Alex Kost <alezost <at> gmail.com> writes:

> Ernesto Gabriel (2018-11-11 00:44 -0300) wrote:
>
>> match-let works as advertised, but a named match-let gives errors
>
> I think this is the same as:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22925

Indeed, thanks for pointing that out.  The bug is now fixed by commit
8e86dd93a0640161fe0098a80ccc9b814dddd280 on the stable-2.2 branch.  That
commit also includes several other fixes from the upstream match.scm in
Chibi-Scheme.

      Mark

[Message part 3 (message/rfc822, inline)]
From: Ernesto Gabriel <q09yyd4t1ph7a1 <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: named match-let doesn't work
Date: Sun, 11 Nov 2018 00:44:22 -0300
[Message part 4 (text/plain, inline)]
match-let works as advertised, but a named match-let gives errors
for example
(match-let (((a . b) '(1 . 2))) (list a b)) => (1 2)
but
(match-let loop (((a . b) '(1 . 2))) (list a b))
does not work, even though it's basically the above code but instead it's
named

syntax according to the reference
match-let ((pattern expression) …) body
match-let variable ((pattern init) …) body

this is guile 2.2.4
[Message part 5 (text/html, inline)]

This bug report was last modified 6 years and 191 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.