Re: [PATCH v2 0/6] fix pipe_command() deadlock
From: Jeff King <hidden>
Date: 2022-08-20 07:04:54
From: Jeff King <hidden>
Date: 2022-08-20 07:04:54
On Fri, Aug 19, 2022 at 11:19:08PM +0200, René Scharfe wrote:
Am 17.08.2022 um 08:04 schrieb Jeff King:quoted
On Wed, Aug 17, 2022 at 01:39:32AM -0400, Jeff King wrote:quoted
I wouldn't be opposed to that, in the sense that it's supposed to be a black box to the caller, and it's relatively small in size. But I think we're pretty close to having something usable without that, so I'd like to pursue a smaller fix in the interim.So here's what I came up with. Most of the changes are done as preparatory steps, so I believe the final commit should just work out of the box for you, as well as on Windows CI (which I just kicked off).Indeed: This series passes the test suite for me on Windows 11.
Yay. :) -Peff