bug#22925: ice-9/match named match-let is not working

2018-11-11 Thread Mark H Weaver
Stefan Israelsson Tampe writes: > This is fixed in the latest upstream match.scm released in the chibi > repo. Thanks, and sorry for the long delay. This is now fixed in commit 8e86dd93a0640161fe0098a80ccc9b814280 on the stable-2.2 branch. That commit also includes several other fixes from

bug#33340: named match-let doesn't work

2018-11-11 Thread Mark H Weaver
Alex Kost 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

bug#33340: named match-let doesn't work

2018-11-11 Thread Alex Kost
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 Sorry, I am just reporting about the repeated bug, I don't know what should be done about it :-) -