[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: feature/native-comp d9cd55a: Implement `no-native-compile' (bug#4698
From: |
Andrea Corallo |
Subject: |
Re: feature/native-comp d9cd55a: Implement `no-native-compile' (bug#46983) |
Date: |
Tue, 04 May 2021 19:50:52 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Andrea Corallo via "Emacs development discussions."
<emacs-devel@gnu.org> writes:
> Tatsuya Kinoshita <tats@vega.ocn.ne.jp> writes:
>
>> On 2021-03-12 at 07:23 -0500, Andrea Corallo wrote:
>>> commit d9cd55a4f1c3f391b996dfbe77ed24306b37ac9f
>>> Author: Andrea Corallo <akrl@sdf.org>
>>> Implement `no-native-compile' (bug#46983)
>>
>> Even if I set `-*- no-native-compile: t;-*-` in the .el file, the .el
>> filename is added to comp-files-queue, and then comp-run-async-workers()
>> fails with an error `Native elisp load failed: "file does not exists"`.
>> I hope this error won't happen.
>
> Yep I can reproduce it, I'll have a look at this tomorrow thanks.
Hi Tatsuya,
d6ddc97884 should fix your issue let us know.
In case it does not could you open a bug (M-x report-emacs-bug) with a
detailed reproducer so we can handle it there?
Thanks!
Andrea