emacs-devel
[Top][All Lists]
Advanced

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

Re: master 9dfd945: Fix byte compilation of package built-ins


From: Lars Ingebrigtsen
Subject: Re: master 9dfd945: Fix byte compilation of package built-ins
Date: Wed, 10 Nov 2021 02:02:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

larsi@gnus.org (Lars Ingebrigtsen) writes:

>     (package-test-macro-compilation-gz): Test (bug#49708).

This seems to fail when using native compilation:

Test package-test-macro-compilation-gz backtrace:
  require(macro-builtin)
  (let ((load-path load-path)) (add-to-list 'load-path (directory-file
  (unwind-protect (let ((load-path load-path)) (add-to-list 'load-path
  (let ((dir (expand-file-name "macro-builtin-package-1.0"))) (unwind-
  (progn nil (let ((dir (expand-file-name "macro-builtin-package-1.0")

Which may be a bug in native-comp.

The situation is:  You have a directory (in load-path) with

foo.el.gz
foo.elc

and then say (require 'foo), and that fails?  I haven't tried to debug
further; perhaps it's obvious to somebody what's failing here.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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