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

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

[debbugs-tracker] bug#26068: closed ([PATCH] bug in generator function w


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26068: closed ([PATCH] bug in generator function with pcase)
Date: Sun, 19 Mar 2017 19:19:01 +0000

Your message dated Sun, 19 Mar 2017 15:18:47 -0400
with message-id <address@hidden>
and subject line Re: bug#26068: [PATCH] bug in generator function with pcase
has caused the debbugs.gnu.org bug report #26068,
regarding [PATCH] bug in generator function with pcase
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26068: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26068
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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


--- End Message ---
--- Begin Message --- Subject: Re: bug#26068: [PATCH] bug in generator function with pcase Date: Sun, 19 Mar 2017 15:18:47 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
Paul Pogonyshev <address@hidden> writes:

> 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.

Applied as 0d112c00.


--- End Message ---

reply via email to

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