all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Phil Sainty <psainty@orcon.net.nz>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 57627@debbugs.gnu.org, arash@gnu.org, monnier@iro.umontreal.ca,
	larsi@gnus.org, Andrea Corallo <acorallo@gnu.org>,
	akrl@sdf.org
Subject: bug#57627: 29.0.50; [native-compilation] cl-loaddefs.el recompiled on startup
Date: Sun, 15 Sep 2024 00:13:00 +1200	[thread overview]
Message-ID: <26e8c6a5ade1c40d841f27e85270b07c@webmail.orcon.net.nz> (raw)
In-Reply-To: <86tteihdxy.fsf@gnu.org>

On 2024-09-14 19:50, Eli Zaretskii wrote:
>> From: Andrea Corallo <acorallo@gnu.org>
>> Phil Sainty <psainty@orcon.net.nz> writes:
>> > https://emacs.stackexchange.com/questions/82010 indicates
>> > that this bug was fixed for *.el files, but remains in effect
>> > for the *.el.gz case.
>> 
>> Hi Phil,
>> can you reproduce this?  ATM I cannot with my emacs 30 installed.
> 
> Ping!  Phil, can you please respond?  I'd like to make some progress
> with this issue.

Hi Eli, Andrea,

I requested a follow-up from the reporter at emacs.stackexchange.com
after Andrea's initial response, but they have not replied.

However, I see the following in 30.0.91:

  (let* ((lib "cl-loaddefs")
         (dir (file-name-directory (locate-library lib))))
    (mapcar (lambda (f)
              (native--compile-async-skip-p (expand-file-name f dir) nil 
nil))
            (list lib
                  (concat lib ".el")
                  (concat lib ".elc")
                  (concat lib ".el.gz"))))

  (t t t nil)







      reply	other threads:[~2024-09-14 12:13 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06 11:38 bug#57627: 29.0.50; [native-compilation] cl-loaddefs.el recompiled on startup German Pacenza
2022-09-06 15:02 ` Lars Ingebrigtsen
2022-09-06 15:46   ` German Pacenza
2022-09-06 15:51     ` Lars Ingebrigtsen
2022-09-06 16:33       ` Andrea Corallo
2022-09-06 16:41         ` Eli Zaretskii
2022-09-06 19:23           ` Andrea Corallo
2022-09-06 20:40             ` Lars Ingebrigtsen
2022-09-07  2:33               ` Eli Zaretskii
2022-09-07 12:47                 ` Lars Ingebrigtsen
2022-09-07 13:01                   ` German Pacenza
2022-09-07 13:06                     ` Lars Ingebrigtsen
2022-09-07 13:41                       ` Lars Ingebrigtsen
2022-09-07 13:08                   ` Eli Zaretskii
2022-09-07 13:10                     ` Lars Ingebrigtsen
2022-09-07 18:06               ` Andrea Corallo
2022-09-08 11:57                 ` Lars Ingebrigtsen
2022-09-09 12:57                   ` Andrea Corallo
2022-09-09 17:09                     ` Lars Ingebrigtsen
2022-09-09 19:03                       ` Andrea Corallo
2022-09-10  4:33                         ` Lars Ingebrigtsen
2022-09-10  4:38                           ` Lars Ingebrigtsen
2022-10-14 10:53                           ` Lars Ingebrigtsen
2022-10-14 19:00                             ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 10:13                               ` Lars Ingebrigtsen
2022-10-15 14:19                                 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-16  8:21                                   ` Lars Ingebrigtsen
2022-10-17  7:47                                     ` Andrea Corallo
2022-10-17  8:49                                       ` Lars Ingebrigtsen
2022-10-17  8:52                                         ` Andrea Corallo
2022-10-17  9:06                                         ` Eli Zaretskii
2022-10-17  9:13                                           ` Lars Ingebrigtsen
2022-10-17 11:59                                     ` Arash Esbati
2022-10-17 12:01                                       ` Lars Ingebrigtsen
2022-10-17 12:09                                         ` Arash Esbati
2022-10-17 12:21                                           ` Lars Ingebrigtsen
2022-10-17 12:31                                             ` Lars Ingebrigtsen
2022-10-17 12:53                                               ` Arash Esbati
2022-10-17 12:59                                               ` German Pacenza
2024-08-28  2:04 ` Phil Sainty
2024-09-06  8:44   ` Andrea Corallo
2024-09-14  7:50     ` Eli Zaretskii
2024-09-14 12:13       ` Phil Sainty [this message]

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

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

  git send-email \
    --in-reply-to=26e8c6a5ade1c40d841f27e85270b07c@webmail.orcon.net.nz \
    --to=psainty@orcon.net.nz \
    --cc=57627@debbugs.gnu.org \
    --cc=acorallo@gnu.org \
    --cc=akrl@sdf.org \
    --cc=arash@gnu.org \
    --cc=eliz@gnu.org \
    --cc=larsi@gnus.org \
    --cc=monnier@iro.umontreal.ca \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.