[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More reliable byte compilation, take 45
From: |
Steingold |
Subject: |
Re: More reliable byte compilation, take 45 |
Date: |
Mon, 04 Oct 2021 14:59:05 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) |
> * Lars Ingebrigtsen <ynefv@tahf.bet> [2021-10-04 19:35:36 +0200]:
>
> Steingold <sds@gnu.org> writes:
>
>> When the byte compiler sees `(require 'foo)`, it will check that `foo.ell`
>> has changed since last loaded and will reload it automatically.
>
> Nothing requires subr.el -- it's prebuilt, but everything uses functions
> from it. Recompiling everything after changing anything in subr.el
> would make development impossible.
Change subr.el.
Recompile it.
See if subr.ell has changed (the compiler should not change subr.ell
unless necessary, including the timestamp).
If it did, everything needs to be recompiled.
If it did not, no action is necessary.
--
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1894
http://childpsy.net http://calmchildstories.com http://steingoldpsychology.com
https://www.peaceandtolerance.org/ https://camera.org
This message is rot13 encrypted (twice!); reading it violates DMCA.
- Re: More reliable byte compilation, take 45, (continued)
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/04
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/04
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/05
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/05
- Re: More reliable byte compilation, take 45, Adam Porter, 2021/10/05
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/05
Re: More reliable byte compilation, take 45, Steingold, 2021/10/04
Re: More reliable byte compilation, take 45, Steingold, 2021/10/05