unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: feature/native-comp d9cd55a: Implement `no-native-compile' (bug#46983)
       [not found] ` <20210312122316.DBAB620B2E@vcs0.savannah.gnu.org>
@ 2021-05-03  4:24   ` Tatsuya Kinoshita
  2021-05-03 19:24     ` Andrea Corallo via Emacs development discussions.
  0 siblings, 1 reply; 4+ messages in thread
From: Tatsuya Kinoshita @ 2021-05-03  4:24 UTC (permalink / raw)
  To: akrl; +Cc: emacs-devel

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.

Thanks,
-- 
Tatsuya Kinoshita



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: feature/native-comp d9cd55a: Implement `no-native-compile' (bug#46983)
  2021-05-03  4:24   ` feature/native-comp d9cd55a: Implement `no-native-compile' (bug#46983) Tatsuya Kinoshita
@ 2021-05-03 19:24     ` Andrea Corallo via Emacs development discussions.
  2021-05-04 19:50       ` Andrea Corallo via Emacs development discussions.
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Corallo via Emacs development discussions. @ 2021-05-03 19:24 UTC (permalink / raw)
  To: Tatsuya Kinoshita; +Cc: emacs-devel

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.

Andrea



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: feature/native-comp d9cd55a: Implement `no-native-compile' (bug#46983)
  2021-05-03 19:24     ` Andrea Corallo via Emacs development discussions.
@ 2021-05-04 19:50       ` Andrea Corallo via Emacs development discussions.
  2021-05-05  5:26         ` Tatsuya Kinoshita
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Corallo via Emacs development discussions. @ 2021-05-04 19:50 UTC (permalink / raw)
  To: Andrea Corallo via Emacs development discussions.; +Cc: Tatsuya Kinoshita

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: feature/native-comp d9cd55a: Implement `no-native-compile' (bug#46983)
  2021-05-04 19:50       ` Andrea Corallo via Emacs development discussions.
@ 2021-05-05  5:26         ` Tatsuya Kinoshita
  0 siblings, 0 replies; 4+ messages in thread
From: Tatsuya Kinoshita @ 2021-05-05  5:26 UTC (permalink / raw)
  To: emacs-devel; +Cc: akrl

On 2021-05-04 at 19:50 +0000, Andrea Corallo wrote:
> >> 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"`.
> d6ddc97884 should fix your issue let us know.

It works fine, thank you.  I've confirmed that the .el files with
`-*- no-native-compile: t;-*-` appeared and disappeared in
comp-files-queue without errors.

Thanks,
-- 
Tatsuya Kinoshita



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-05  5:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210312122315.26917.75880@vcs0.savannah.gnu.org>
     [not found] ` <20210312122316.DBAB620B2E@vcs0.savannah.gnu.org>
2021-05-03  4:24   ` feature/native-comp d9cd55a: Implement `no-native-compile' (bug#46983) Tatsuya Kinoshita
2021-05-03 19:24     ` Andrea Corallo via Emacs development discussions.
2021-05-04 19:50       ` Andrea Corallo via Emacs development discussions.
2021-05-05  5:26         ` Tatsuya Kinoshita

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).