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 ECB844696C3 for ; Sat, 18 Apr 2020 09:57:50 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id k21so4342334ljh.2 for ; Fri, 17 Apr 2020 23:57:50 -0700 (PDT) Date: Sat, 18 Apr 2020 09:57:48 +0300 From: Cyrill Gorcunov Message-ID: <20200418065748.GY3072@uranus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 2/2] popen: add popen Lua module List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Sat, Apr 18, 2020 at 07:13:55AM +0300, Alexander Turenko wrote: > Co-developed-by: Cyrill Gorcunov > Co-developed-by: Igor Munkin > > Fixes #4031 > Brilliant! Acked-by: Cyrill Gorcunov