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

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

bug#41443: closed (28.0.50; byte-compiled file with byte-compile-dynamic


From: GNU bug Tracking System
Subject: bug#41443: closed (28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded.)
Date: Wed, 03 Jun 2020 08:29:01 +0000

Your message dated Wed, 03 Jun 2020 17:28:18 +0900
with message-id <86blm0a6zh.wl--xmue@d1.dion.ne.jp>
and subject line Re: bug#41443: 28.0.50; byte-compiled file with 
byte-compile-dynamic can't be loaded.
has caused the debbugs.gnu.org bug report #41443,
regarding 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41443: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41443
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded. Date: Fri, 22 May 2020 08:40:20 +0900 User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/28.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#41443: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded. Date: Wed, 03 Jun 2020 17:28:18 +0900 User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/28.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)
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


--- End Message ---

reply via email to

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