From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (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 69379469719 for ; Thu, 20 Feb 2020 17:16:12 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id s23so1241080lfs.10 for ; Thu, 20 Feb 2020 06:16:12 -0800 (PST) Date: Thu, 20 Feb 2020 17:16:10 +0300 From: Cyrill Gorcunov Message-ID: <20200220141610.GF2788@uranus> References: <20200219183713.17646-1-gorcunov@gmail.com> <20200219183713.17646-2-gorcunov@gmail.com> <20200220141048.GG40100@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200220141048.GG40100@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 01/14] box/txn: fix void args mess List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tml On Thu, Feb 20, 2020 at 05:10:48PM +0300, Nikita Pettik wrote: > On 19 Feb 21:37, Cyrill Gorcunov wrote: > > Using void explicitly in functions which take > > no arguments allows to optimize code a bit and > > don't assume if there might be variable args. > > > > Moreover in commit e070cc4d9 we dropped arguments > > from txn_begin but didn't update vy_scheduler.c. > > The compiler didn't complain because it assumed > > there are vargs. > > > > Acked-by: Konstantin Osipov > > Signed-off-by: Cyrill Gorcunov > > LGTM. I assume you can push such patches aimed solely at refactoring > (taking into account second ack). Thanks, the first 4 patches are just namings and ect, no functional changes. Actually I've prepared the branch for this and gave it to Kirill. Letme talk to him, I think I'll push myself and add your Acks as well.