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

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

bug#28587: 26.0.60; Don't write object name strings in object-write meth


From: Stefan Monnier
Subject: bug#28587: 26.0.60; Don't write object name strings in object-write method
Date: Wed, 08 Nov 2017 15:31:07 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> So where we're at now is, the previous chunk has gone into both master
> and emacs-26.

Yay!

> The next patch (below) would only go into master, so as to
> be more conservative about what's emitted. Everything defaults to
> current behavior.

Looks good, except for:

> +  "When non-nil write the object name in `object-write'.
> +Does not affect objects subclassing `eieio-named'.  Writing
> +object names is deprecated as of Emacs 24.4; consider setting
> +this to nil.")

AFAIK names are deprecated in calls to EIEIO constructors since
Emacs-25 (rather 24.4), and it's only since Emacs-26 that they are
optional in "eieio-presistent" written representations.


        Stefan





reply via email to

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