GNU bug report logs -
#51308
29.0.50; A number of tests fail with AOT
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Wed, 20 Oct 2021 18:21:02 UTC
Severity: normal
Merged with 52138
Found in version 29.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 51308 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> 5 files contained unexpected results:
> lisp/net/socks-tests.log
This is now fixed.
> lisp/loadhist-tests.log
This is a bug-ish. If dired isn't natively-compiled:
(locate-file "dired" load-path (get-load-suffixes))
=> "/home/larsi/src/emacs/trunk/lisp/dired.elc"
But if it is, then we return the .el file instead:
(locate-file "dired" load-path (get-load-suffixes))
=> "/home/larsi/src/emacs/trunk/lisp/dired.el"
But load-history has:
("/home/larsi/src/emacs/emacs-28/lisp/dired.elc"
Which means that we can't find the .elc file by looking into
load-history based on locate-file.
Returning the .elc file would fix this, but I don't know what other
repercussions there might be.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.