From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 2CFE66F3E5; Sun, 7 Nov 2021 23:19:22 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 2CFE66F3E5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1636316362; bh=amAkAy9PV5wLgyEyu0N482zbvJmesmVQ88/sGs7O+Zs=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=NXWq5b/b00GUXW9eNKvvfG3PR0XDiRNV2kT41F5hzBqXdvdIo6Ce1hFvrOS1tplYW 8097lMpBle5FiG48oU6Eus1YKnKDmkzRBx6EZEL50VrjZazJWs0YIgzc7T8ds57fRw wp89E2CQpyPwju/H4cMdu0Ux5riQDYFVB1AIjaNc= Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A4EAC6F3E5 for ; Sun, 7 Nov 2021 23:19:19 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org A4EAC6F3E5 Received: by mail-lf1-f52.google.com with SMTP id f3so31471987lfu.12 for ; Sun, 07 Nov 2021 12:19:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Pb683wV8kDE+vm3gGcTooddNGT0L8nsIdzvRKb+dVPE=; b=mESY+ZIuU9yaJPCSLPV9wgtcoRDIY97tYkMXbXOMD4L69yYuSJlrZZWYUcBAOfp7Db ptoXsB4WZNVKhYah9e3pnXCuWAVPQYHQpXftHWCflV20EfVzcryR/wxGctqoZhv24uCJ 0M/nVJeYrIF7Hf3N1RXzlxNx0PsDXMZtMG25xc7H9WfnSg97So3wWFf5t0L3BFNdGTLe EwDEvoUFotFyH5YkjM5ACSk62f6ZUhjwrlKVkukKkbq7MeRyqOJbZg0W8C5s5TAxHdw6 f7TUXNZYpRYdvDKw4iWCRVz+cbQ+nz57jFjU9hHNfpvVMgp6rl30v11m2QjCAL19vfTP N92A== X-Gm-Message-State: AOAM5332EmJ8IDiXsvGLHEvK/fcin8OhZ1OLbVTDXfUthUmkpG6+DyQC nd0olrTOJ7k781I65XcQj+8qtkCDiuU= X-Google-Smtp-Source: ABdhPJx/P+dPpktiQl7AZVqneKNjix6JXJqnx09sczowtZzBEHhIPna3G72DBMc22K+xWklb6BUxNw== X-Received: by 2002:a19:7b1b:: with SMTP id w27mr27256069lfc.379.1636316358429; Sun, 07 Nov 2021 12:19:18 -0800 (PST) Received: from grain.localdomain ([5.18.251.97]) by smtp.gmail.com with ESMTPSA id b12sm397410lfv.91.2021.11.07.12.19.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Nov 2021 12:19:17 -0800 (PST) Received: by grain.localdomain (Postfix, from userid 1000) id 57E0A5A0020; Sun, 7 Nov 2021 23:19:16 +0300 (MSK) Date: Sun, 7 Nov 2021 23:19:16 +0300 To: Vladislav Shpilevoy Cc: Vladislav Shpilevoy via Tarantool-patches Message-ID: References: <99799340f06652929897e363e42a5227d12277a1.1636156453.git.v.shpilevoy@tarantool.org> <4b4d9d85-09cd-22d4-172e-1268e921074a@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b4d9d85-09cd-22d4-172e-1268e921074a@tarantool.org> User-Agent: Mutt/2.0.7 (2021-05-04) Subject: Re: [Tarantool-patches] [PATCH 9/9] box: enrich ER_READONLY with new details X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Sun, Nov 07, 2021 at 05:45:04PM +0100, Vladislav Shpilevoy wrote: > > > > And here too. Just wondering. > > I like to avoid '->' when it is used for the same member > more than once. I see, thanks for info, so it is just a habbit. > > Also it shrinks the code a bit, yes. +1