From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 F38CC445320 for ; Mon, 13 Jul 2020 21:33:22 +0300 (MSK) References: <1594199230-26036-1-git-send-email-alyapunov@tarantool.org> <1594199230-26036-2-git-send-email-alyapunov@tarantool.org> <4107c5fb-11af-16df-26e2-2c134dc0a46b@tarantool.org> From: Vladislav Shpilevoy Message-ID: <6a5719b6-0f51-e209-b777-a3e7f3b8d241@tarantool.org> Date: Mon, 13 Jul 2020 20:33:20 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Tarantool-patches] [PATCH 1/2] alter: use good c++ style List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandr Lyapunov , tarantool-patches@dev.tarantool.org On 13.07.2020 15:36, Aleksandr Lyapunov wrote: > Hi! Thanks for the review! all good except one more question below? > > On 11.07.2020 22:53, Vladislav Shpilevoy wrote: >> >>>   void >>> -UpdateSchemaVersion::alter(struct alter_space *alter) >>> +UpdateSchemaVersion::alter(struct alter_space *alter) noexcept >>>   { >>> -    (void)alter; >>> -    ++schema_version; >>> +    (void) alter; >>> +    ++schema_version; >> 3. This change seems not to be related. > What are you suggesting to do with it? create separate commit? or don't touch it? I hope I haven't to have an gh issue for that. I would just drop it. It is not needed. Not visually nor functionally nothing changes. But whatever. Keep if you want.