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

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

bug#19620: 25.0.50; Eieio constructor behaviour changed and broke pcache


From: Noam Postavsky
Subject: bug#19620: 25.0.50; Eieio constructor behaviour changed and broke pcache.el
Date: Tue, 28 Nov 2017 21:04:05 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

tags 19620 fixed
close 19620 25.1
quit

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> (defmethod constructor :static ((x testing) newname &rest args)
>>   (message "Constructor")
>>   (call-next-method))
>
> Indeed, in Emacs-25, EIEIO's object names have been mostly dropped
> (with some backward compatibility).  In this case, the backward
> compatibility was broken.
>
> Hmm... let me see if we can try to better preserve the backward
> compatibility here.  OK, I installed the patch below which should help.

Seems this was fixed in 25.1 then.





reply via email to

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