From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 384A6469719 for ; Fri, 20 Mar 2020 11:46:22 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id o10so5508949ljc.8 for ; Fri, 20 Mar 2020 01:46:22 -0700 (PDT) Date: Fri, 20 Mar 2020 11:46:19 +0300 From: Cyrill Gorcunov Message-ID: <20200320084619.GA8326@uranus> References: <20200320081956.30650-1-gorcunov@gmail.com> <20200320081956.30650-9-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v15 08/11] box/txn: unweave txn_commit from txn_commit_async List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Babin Cc: tml On Fri, Mar 20, 2020 at 11:34:13AM +0300, Oleg Babin wrote: > Hi! > > > Fixes #4031 > > > Does it really resolve #4031 (Non-blocking io.popen)? I assume that it's a > mistake. Oh, thanks a huge! Of course you're right. It fixes #4776. I'll update commit log and force re-push once the whole series is Ack'ed.