bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26068: [PATCH] bug in generator function with pcase


From: Paul Pogonyshev
Subject: bug#26068: [PATCH] bug in generator function with pcase
Date: Sun, 12 Mar 2017 09:51:23 +0100

To reproduce:

(iter-next (funcall (iter-lambda () (pcase (list 1 2)
                                      (`(,a ,b) (iter-yield (+ a b)))))))

Patch is attached. I have no idea if it affects something else, but
matching symbols with `eq' on their names (`eq' on strings?!) seems
outright wrong to me.

On a side note: bug report I sent yesterday with M-x report-emacs-bug
was silently lost.

Paul

Attachment: cl-macs.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]