[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs.pdmp not always rebuilt
From: |
Lars Ingebrigtsen |
Subject: |
Re: emacs.pdmp not always rebuilt |
Date: |
Sun, 03 Oct 2021 16:38:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> This is oddly short: there's clearly something missing between the last
> two lines. Indeed, I think we have a bug when the dump process signals
> an error, where it looks like the dump silently exits without any
> error report.
Yup. And it depends on the error. Put the following into simple.el,
and you'll get a warning from the byte compiler, but you won't get any
errors when building:
(error)
Loading abbrev...
Loading simple...
cp -f emacs.pdmp bootstrap-emacs.pdmp
With
(error "foo")
instead, you get the expected error:
Loading abbrev...
Loading simple...
foo
make[1]: *** [Makefile:587: emacs.pdmp] Error 255
make[1]: Leaving directory '/home/larsi/src/emacs/trunk/src'
make: *** [Makefile:449: src] Error 2
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- emacs.pdmp not always rebuilt, Lars Ingebrigtsen, 2021/10/03
- Re: emacs.pdmp not always rebuilt, Eli Zaretskii, 2021/10/03
- Re: emacs.pdmp not always rebuilt, Lars Ingebrigtsen, 2021/10/03
- Re: emacs.pdmp not always rebuilt, Stefan Monnier, 2021/10/03
- Re: emacs.pdmp not always rebuilt,
Lars Ingebrigtsen <=
- Re: emacs.pdmp not always rebuilt, Gregory Heytings, 2021/10/03
- Re: emacs.pdmp not always rebuilt, Stefan Kangas, 2021/10/03
- Re: emacs.pdmp not always rebuilt, Eli Zaretskii, 2021/10/03
- Re: emacs.pdmp not always rebuilt, Gregory Heytings, 2021/10/04
- Re: emacs.pdmp not always rebuilt, Lars Ingebrigtsen, 2021/10/04
- Re: emacs.pdmp not always rebuilt, Stefan Kangas, 2021/10/04
- Re: emacs.pdmp not always rebuilt, Eli Zaretskii, 2021/10/04
- Re: emacs.pdmp not always rebuilt, Eli Zaretskii, 2021/10/04
- Re: emacs.pdmp not always rebuilt, Gregory Heytings, 2021/10/04
- Re: emacs.pdmp not always rebuilt, Gregory Heytings, 2021/10/04