From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 482A92FDB9 for ; Fri, 31 May 2019 04:13:14 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oW-srZHvEdKI for ; Fri, 31 May 2019 04:13:14 -0400 (EDT) Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 079502FDA7 for ; Fri, 31 May 2019 04:13:13 -0400 (EDT) Date: Fri, 31 May 2019 11:13:10 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v2] core: Non-blocking io.popen Message-ID: <20190531081309.GB31572@atlas> References: <20190529070809.18962-1-szudin@tarantool.org> <20190530183438.m7p4mj6zzekdmfr3@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190530183438.m7p4mj6zzekdmfr3@esperanza> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: Stanislav Zudin * Vladimir Davydov [19/05/30 22:40]: > > number handle:get_stdin() > > I'm not quite sure about this, but it looks like we don't typically use > get_ prefix for getter functions in Lua, i.e. we would write simply > status(), stdin(), etc. Not insisting though - the API is up to Georgy > and Alexander mainly. We add get_ prefix only if there is a set_ in the same api, otherwise not. -- Konstantin Osipov, Moscow, Russia