From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id DF63E469710 for ; Mon, 8 Jun 2020 21:59:21 +0300 (MSK) Date: Mon, 8 Jun 2020 21:59:06 +0300 From: Alexander Turenko Message-ID: <20200608185906.qrktq7r4jpyj6wib@tkn_work_nb> References: <59dfb8a35bff974f53943342fb08b1a32c71d0bd.1589321083.git.alexander.turenko@tarantool.org> <20200603224155.GG5745@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200603224155.GG5745@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 3/3] box: always reconfigure box at non-first box.cfg() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: Vladislav Shpilevoy , tarantool-patches@dev.tarantool.org > > +-- gh-4231: box.cfg is another function (so called ) > > +-- before box is loaded. Usually a user calls box.cfg({<...>}), > > +-- it configures box and replaces box.cfg implementation to one > > +-- that performs box reconfiguration: so further calls to > > +-- box.cfg({<...>}) reconfigures box. > > Typo: s/reconfigures/reconfigure/. Fixed. > > > +-- > > +-- However it is possible to save box.cfg value () > > +-- before box loading and call it after box loading: the behaviour > > +-- should be the same as for box.cfg call: box should be > > Typo: There are two colons in one sentence, so I propose simply to > s/:/and/ the last one. Replaced the first colon with a period.