]> git.eshelyaron.com Git - emacs.git/commit
test/eieio: Silence warnings about slots and obsolete name arg
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 7 Apr 2025 03:49:37 +0000 (23:49 -0400)
committerEshel Yaron <me@eshelyaron.com>
Tue, 8 Apr 2025 05:49:53 +0000 (07:49 +0200)
commit9ce0e07f0f06fdeba2576c05f3f038d5d9c6af22
tree284cd4554c7fb5ecc69d49d961d934021f2c9dfb
parentab641fe97ee85c5b4b34bb70951f07222ba91f62
test/eieio: Silence warnings about slots and obsolete name arg

* test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el
(eieio-test-method-order-list-3, eieio-test-method-order-list-6)
(eieio-test-method-order-list-7, eieio-test-method-order-list-8):
Delete obsolete name argument to constructors.
(eieio-test-method-order-list-4): Make sure backward compatibility is
active when testing the obsolete name arg.

* test/lisp/jsonrpc-tests.el (jsonrpc--call-with-emacsrpc-fixture):
Delete obsolete name argument to constructor.

* test/lisp/emacs-lisp/eieio-tests/eieio-tests.el (derived-value):
Silence unknown slot warning.

(cherry picked from commit 31c5fd3bfba31687de31e1e4c3d3501401f023bc)
test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el
test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
test/lisp/jsonrpc-tests.el