bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53715: 29.0.50; [PATCH] Improve correctness of pipelines in Eshell


From: Jim Porter
Subject: bug#53715: 29.0.50; [PATCH] Improve correctness of pipelines in Eshell
Date: Wed, 2 Feb 2022 18:35:00 -0800

On 2/2/2022 1:01 PM, Jim Porter wrote:
Ah, I think I see the issue. I should have updated `eshell-wait-for-subprocess' in test/lisp/eshell/eshell-tests-helpers.el to use the new defsubst, which would have caused it to get recompiled. (Though manually recompiling it should also work.)

I've attached a fixed patch (the first one is the same; I only updated the second).

Here's a small additional improvement that I hope is correct. The third patch here changes how eshell-tests-helpers.el is loaded to that it uses `require'. This reduces some of the boilerplate and will hopefully prevent issues with this file not getting recompiled when it's updated.

The first two patches are the same as before. I've just included them for completeness/ease of applying.

Attachment: 0001-Ensure-that-tailproc-is-set-for-the-last-process-in-.patch
Description: Text document

Attachment: 0002-When-executing-an-Eshell-pipeline-send-input-to-the-.patch
Description: Text document

Attachment: 0003-Use-require-to-load-eshell-tests-helpers.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]