From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 335FC469719 for ; Mon, 16 Mar 2020 19:01:27 +0300 (MSK) Date: Mon, 16 Mar 2020 18:58:18 +0300 From: Kirill Yukhin Message-ID: <20200316155818.y3ttzndcexg4vm7x@tarantool.org> References: <20200302201227.31785-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200302201227.31785-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/7] popen: various fixes and a test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml Hello, On 02 мар 23:12, Cyrill Gorcunov wrote: > Here are a few fixes for popen engine I discovered during > testing on macos. Now the unit test passes. > > branch gorcunov/gh-4031-popen-fixup > > Cyrill Gorcunov (7): > core/say: Export logger fd > popen: allow accessing environ variable > popen: close_inherited_fds - add support for macos/freebsd > popen: log errors if popen creation failed > popen: add logging in child process > popen: handle setsid os specifics > test/unit: add popen test I've checked your patchset into master. -- Regards, Kirill Yukhin