[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33340: named match-let doesn't work
From: |
Mark H Weaver |
Subject: |
bug#33340: named match-let doesn't work |
Date: |
Sun, 11 Nov 2018 23:26:17 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Alex Kost <address@hidden> 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