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 7E8E1262AD for ; Thu, 17 Jan 2019 06:33:21 -0500 (EST) 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 45LQsfSu9-dE for ; Thu, 17 Jan 2019 06:33:21 -0500 (EST) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 3CFD9262AC for ; Thu, 17 Jan 2019 06:33:21 -0500 (EST) Received: by smtpng3.m.smailru.net with esmtpa (envelope-from ) id 1gk5vD-0004vv-Ei for tarantool-patches@freelists.org; Thu, 17 Jan 2019 14:33:19 +0300 Date: Thu, 17 Jan 2019 14:33:19 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 03/12] vinyl: rename dump/compact in/out to input/output Message-ID: <20190117113319.GG28204@chai> References: <8f7f7c0317cef74c3c56e4c814383b71485f84c8.1547558871.git.vdavydov.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f7f7c0317cef74c3c56e4c814383b71485f84c8.1547558871.git.vdavydov.dev@gmail.com> 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 * Vladimir Davydov [19/01/15 17:20]: > 'in' is a reserved keyword in Lua, so using 'in' as a map key was a bad > decision - one has to access it with [] rather than simply with dot. > Let's rename 'in' to 'input' and 'out' to 'output' both in the output > and in the code. OK to push. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov