From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (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 6DA32469719 for ; Fri, 20 Mar 2020 11:59:19 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id 19so5544475ljj.7 for ; Fri, 20 Mar 2020 01:59:19 -0700 (PDT) Date: Fri, 20 Mar 2020 11:59:16 +0300 From: Cyrill Gorcunov Message-ID: <20200320085916.GB8326@uranus> References: <20200320081956.30650-1-gorcunov@gmail.com> <20200320081956.30650-9-gorcunov@gmail.com> <20200320084619.GA8326@uranus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200320084619.GA8326@uranus> 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 , tml On Fri, Mar 20, 2020 at 11:46:19AM +0300, Cyrill Gorcunov wrote: > 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. Fixed commit log and force-pushed into the branch. Cyrill