1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00
emacs/test/lisp/emacs-lisp/eieio-tests
Brandon 6c47931a1a Make EIEIO ':accessor' behave like ':reader' when reading (bug#66938)
Clones of instances of subclasses of 'eieio-instance-inheritor' didn't
delegate to their ':parent-instance' field when reading object fields
using ':accessor'.

* lisp/emacs-lisp/eieio.el (defclass): Remove 'slot-boundp' check for
:accessor's getter
* test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
(eieio-test-use-accessor-function-with-cloned-object): New test.

Copyright-paperwork-exempt: yes
2023-11-26 08:51:27 -05:00
..
eieio-test-methodinvoke.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eieio-test-persist.el ; eieio-test-persist.el: namespace hygiene 2023-05-25 16:06:07 +02:00
eieio-tests.el Make EIEIO ':accessor' behave like ':reader' when reading (bug#66938) 2023-11-26 08:51:27 -05:00