[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The emacs-28 release branch has been created
From: |
Andrea Corallo |
Subject: |
Re: The emacs-28 release branch has been created |
Date: |
Mon, 04 Oct 2021 16:15:35 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
>> Cc: kbrown@cornell.edu, emacs-devel@gnu.org
>> Date: Mon, 04 Oct 2021 14:45:21 +0000
>> From: Andrea Corallo via "Emacs development discussions."
>> <emacs-devel@gnu.org>
>>
>> thanks for the reduced reproducer, I will start having a look this
>> evening.
>
> Thanks. To clarify: this is in the emacs-28 branch, not on master
> (although on master things should be very similar for now).
>
Okay I see what's the issue. In `comp-final' we spawn a child process
to run the final pass or not discriminating on the `byte+native-compile'
var. This is wrong cause this is not bound when using
`batch-native-compile'.
When spawning the sub-process we print the limple dump in a file and this
gets in this case truncated (still to be understood why) leading to the
error.
Will come with patch after dinner.
BR
Andrea
- Re: The emacs-28 release branch has been created, (continued)
- Re: The emacs-28 release branch has been created, Ken Brown, 2021/10/04
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/04
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/04
- Re: The emacs-28 release branch has been created, Andrea Corallo, 2021/10/04
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/04
- Re: The emacs-28 release branch has been created, Andrea Corallo, 2021/10/04
- Re: The emacs-28 release branch has been created,
Andrea Corallo <=
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/04
- Re: The emacs-28 release branch has been created, Andrea Corallo, 2021/10/04
- Re: The emacs-28 release branch has been created, Andrea Corallo, 2021/10/04
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/04
- Re: The emacs-28 release branch has been created, Ken Brown, 2021/10/04
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/05
- Re: The emacs-28 release branch has been created, Andrea Corallo, 2021/10/05
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/05
- Re: The emacs-28 release branch has been created, Andrea Corallo, 2021/10/05
- Re: The emacs-28 release branch has been created, Eli Zaretskii, 2021/10/05