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

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

bug#16980: eieio-generic-call shouldn't load libraries


From: Jonas Bernoulli
Subject: bug#16980: eieio-generic-call shouldn't load libraries
Date: Sun, 16 Aug 2020 21:40:59 +0200

Jonas Bernoulli <jonas@bernoul.li> writes:

> eieio-generic-call loads the respective library when the first method
> argument is a symbol which also happens to be the name of an autoloaded
> function.

This function does not exist anymore and this behavior does not appear
to have survived all the major refactorings.  I also tried to reproduce
the old behavior, but that too indicates that the issue is gone:

,----
| (cl-defmethod testibus ((arg (eql battery)))
|   arg)
| 
| (list (featurep 'battery)
|       (testibus 'battery)
|       (featurep 'battery)
|       (require  'battery))
| => (nil battery nil battery)
`----

So this can be close.  Thanks.





reply via email to

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