unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41443: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded.
@ 2020-05-21 23:40 Kazuhiro Ito
  2020-06-03  8:28 ` Kazuhiro Ito
  0 siblings, 1 reply; 2+ messages in thread
From: Kazuhiro Ito @ 2020-05-21 23:40 UTC (permalink / raw)
  To: 41443


Byte compiled file with byte-compile-dynamic feature can't be loaded
since below commit.

commit f0b0105d913a94c66f230874c9269b19dbbc83bd
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Tue May 19 23:22:40 2020 -0700

    Hoist some byte-code checking out of eval


1. create below file.

test1.el
-------------------------------------
;;; -*-byte-compile-dynamic: t;-*-

(defun test1-test ())
-------------------------------------

2. Byte-compile the file.
3. Load test1.elc file.  When I load from Dired by 'L', "Load error for /home/kazuhiro/test1.elc" message was displayed.

-- 
Kazuhiro Ito





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#41443: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded.
  2020-05-21 23:40 bug#41443: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded Kazuhiro Ito
@ 2020-06-03  8:28 ` Kazuhiro Ito
  0 siblings, 0 replies; 2+ messages in thread
From: Kazuhiro Ito @ 2020-06-03  8:28 UTC (permalink / raw)
  To: 41443-done

Fixed by the commit 188dc2e5a3cb2de69ec14715ba288ab1e30da6eb .

> 1. create below file.
> 
> test1.el
> -------------------------------------
> ;;; -*-byte-compile-dynamic: t;-*-
> 
> (defun test1-test ())
> -------------------------------------
> 
> 2. Byte-compile the file.
> 3. Load test1.elc file.  When I load from Dired by 'L', "Load error for /home/kazuhiro/test1.elc" message was displayed.

-- 
Kazuhiro Ito





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-03  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21 23:40 bug#41443: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded Kazuhiro Ito
2020-06-03  8:28 ` Kazuhiro Ito

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).