unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
To: 41443@debbugs.gnu.org
Subject: bug#41443: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded.
Date: Fri, 22 May 2020 08:40:20 +0900	[thread overview]
Message-ID: <86imgo97rv.wl--xmue@d1.dion.ne.jp> (raw)


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





             reply	other threads:[~2020-05-21 23:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-21 23:40 Kazuhiro Ito [this message]
2020-06-03  8:28 ` bug#41443: 28.0.50; byte-compiled file with byte-compile-dynamic can't be loaded Kazuhiro Ito

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86imgo97rv.wl--xmue@d1.dion.ne.jp \
    --to=kzhr@d1.dion.ne.jp \
    --cc=41443@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).