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 7E4156F3C4; Tue, 11 May 2021 00:41:44 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 7E4156F3C4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1620682904; bh=ZNrWDv7IY6S+69NT03/oPBQQ19Q8Gt02v0UTLbAttU8=; 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=h+IyX0c+wqvUyOVm6LHU/zB1NLpHVKzKqm4XDRzSWmllXls8fGDCx19nPMrlQH39L AWsIKmxz8VvXnJMJp1kRjaSoa/lQZphjo0DTJgZYfcD+8ONO0E9WHCticZGlOMu+v+ r1SZWXw8i8dT9FUTJETqB66Btg2E2X1qZSN9HegI= Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (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 0E0146F3C4 for ; Tue, 11 May 2021 00:41:43 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 0E0146F3C4 Received: by mail-lf1-f53.google.com with SMTP id a2so4572276lfc.9 for ; Mon, 10 May 2021 14:41:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=VEgvyWpiDp5iejInYfmuqsHwe1xsP4Wmdn7N9tSFHeg=; b=Gfjfzjl+rESQDYXL2uFyHRxAwwy6F+glOAaLbwj5b6sCRHCZ5l1vqeOxlu3kFPqEb2 4A/vqeD12Zz091eslnaBdi5kN7njPmP5e6TSAYvoV2L9cD5SYHqCiTgVBMqxB6F0PVD8 pxW8cY6Cg4SfxIcIgbecSokKnvhpw126gue4GBbhMPf4xUQeryO6hJgBJGHmfDq/vH8y ZBw3Qe3Bgvu3+JSp6kFZNrdNeUzFC1OY4hFg4aNhMKEkw6pEBMGiNRaUgR73HCus6QFT WO/aeASYY2qgzAY7HJECaDYXYLQDdUzvEwMW+tOvl/Y2aog1gH7hDtAxhWTqIoaejzLr MCbg== X-Gm-Message-State: AOAM533fJCBPT2G4CdB8ZaFW6aHdrkdLLWVvwTTEhya/ui5R1srPL6NL 6a6ir1cK+M2C8emPZuaPE8Ld+Auubhk= X-Google-Smtp-Source: ABdhPJxbtqin4rkqFcKZb+EnPWZUD2cEBE2TdudiZmq85NoWGiIXMplUGE6WVoj6ExP2QXj73LzVdg== X-Received: by 2002:ac2:47f5:: with SMTP id b21mr18297082lfp.300.1620682902183; Mon, 10 May 2021 14:41:42 -0700 (PDT) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id h21sm1050159ljh.108.2021.05.10.14.41.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 14:41:41 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 66BDD5A0019; Tue, 11 May 2021 00:41:40 +0300 (MSK) Date: Tue, 11 May 2021 00:41:40 +0300 To: Vladislav Shpilevoy Cc: tml Message-ID: References: <20210504155819.290874-1-gorcunov@gmail.com> <20210504155819.290874-3-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.6 (2021-03-06) Subject: Re: [Tarantool-patches] [PATCH v3 02/10] popen: fix say_x format arguments 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 Mon, May 10, 2021 at 08:40:23PM +0200, Vladislav Shpilevoy wrote: > Thanks for working on this! > > On 04.05.2021 17:58, Cyrill Gorcunov via Tarantool-patches wrote: > > - drop redundant %p > > - use %zd for size_t > > > > Part-of #5846 > > The issue was closed in the previous commit, newer commits can't be > a part of it. Besides, if you open the ticket and read the description - > it is not related to this commit and all the next ones. The ticket was > only about fiber IDs, not about all the formats. > > You might need to either omit this link, or make it 'Follow-up #5846'. Lets use Follow-up then