[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 0b7f649614d: Fix a Tramp bug when running several asynchronou
From: |
Michael Albinus |
Subject: |
Re: master 0b7f649614d: Fix a Tramp bug when running several asynchronous processes |
Date: |
Mon, 09 Sep 2024 15:38:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Andrea Corallo <acorallo@gnu.org> writes:
Hi Andrea,
>> Fix a Tramp bug when running several asynchronous processes
>>
>> * lisp/net/tramp-cache.el (tramp-get-hash-table):
>> Add ;;;###tramp-autoload cookie.
>>
>> * lisp/net/tramp.el (tramp-file-name-handler): Flush connection
>> properties "process-name" and "process-buffer".
>>
>> * test/lisp/net/tramp-tests.el
>> (tramp--test-deftest-direct-async-process): Skip when underlying
>> TEST has taken too much time.
>> (tramp--test-with-proper-process-name-and-buffer): Remove.
>> (tramp-test45-asynchronous-requests): Remove callees.
>
> Hi Michael,
>
> I believe this commit is introducing during the build the following
> warning:
>
> INFO Scraping 1544 files for loaddefs...60%
> INFO Scraping 1544 files for loaddefs...70%
> tramp-cache: Warning: Unknown defun property ‘tramp-suppress-trace’
> tramp: Warning: Unknown defun property ‘tramp-suppress-trace’
> INFO Scraping 1544 files for loaddefs...80%
> INFO Scraping 1544 files for loaddefs...90%
> INFO Scraping 1544 files for loaddefs...100%
> INFO Scraping 1544 files for loaddefs...done
Thanks for the heads-up. Should be fixed now.
> Thanks
>
> Andrea
Best regards, Michael.