GNU bug report logs -
#16980
eieio-generic-call shouldn't load libraries
Previous Next
Reported by: Jonas Bernoulli <jonas <at> bernoul.li>
Date: Mon, 10 Mar 2014 18:37:02 UTC
Severity: normal
Tags: fixed
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Jonas Bernoulli <jonas <at> 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.
This bug report was last modified 4 years and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.