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 26B2270202; Wed, 24 Feb 2021 18:36:33 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 26B2270202 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1614180993; bh=eqYDJSMXm6SKbuvAp/e4zeQPMydjrAcTrXsD4LFvRxI=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=jjKxzqa1VFZGoZa4jZbnp6b0ZaJeB/K3AVAnuE4HlWn/at9HqTYdvCeOIRgogGOAK rzBYWJ2ikNUeqdlJsfQs/+6RVnH8SJxwgxLuzV4eA4gL3Xev3xheGK6a64FbjMNQMP 6XFP7vgi3v8fWLKC0yHV/qPIjui2+XfpVLslBWxA= Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (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 7FC2C70202 for ; Wed, 24 Feb 2021 18:36:31 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 7FC2C70202 Received: by mail-lf1-f44.google.com with SMTP id z11so3637626lfb.9 for ; Wed, 24 Feb 2021 07:36:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=nZAeV46bFGtWXM+cD5N03I7bGoKTDQ4J8u/8UmT8bcY=; b=QRG4Txezo9EQXytmp6l+IR0g0GR/NVJEC895HzIu2euYmK0ERcIRz7rLKhSB7/wzHZ r5/l/DQCSMfuK3tVj0DBNWRIOo6HCO96+UMfHDAQibsm/KxxrJtddmEFGXXZFkrGbNb8 pyCem02wn8xbS0JwAYU3ZuNaXjKwqU3T/0e2MwYEp3AGGsYRvuezahValJmyhf3Cm1Rc Ce4fYY9ODy/mV5qVoEp10RM+kIXtsvJSBmRErau5n0wZ4ZkvJy2FPZ0CTqe32hJeVQhg eFEQD8MtBZeYK/vqqcXMomqTEgTxt09Fyi6LutsCUpQWwztMBHmPYElUEZn5Pe7AUwjM tSKg== X-Gm-Message-State: AOAM530WWz4K3P2rJN/jTDCP195tRqrwLrDQexhFDGwxFHp4dQfbu2WZ 0Hq8nP01Ez1Cyqj1oZ4vK1buOy8GPvP5pw== X-Google-Smtp-Source: ABdhPJzvm28nQnJBkaf4TaObt8VR7LAfrkFhqQhvpeQKbOdzQGGtANOQkI+3w2o7Xv5ae4c0Kixylw== X-Received: by 2002:a19:942:: with SMTP id 63mr20350752lfj.152.1614180990222; Wed, 24 Feb 2021 07:36:30 -0800 (PST) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id x31sm556440lfu.10.2021.02.24.07.36.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Feb 2021 07:36:29 -0800 (PST) Received: by grain.localdomain (Postfix, from userid 1000) id C0D1956007E; Wed, 24 Feb 2021 18:36:28 +0300 (MSK) To: tml Date: Wed, 24 Feb 2021 18:36:16 +0300 Message-Id: <20210224153626.121506-1-gorcunov@gmail.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210222182030.76232-1-gorcunov@gmail.com> References: <20210222182030.76232-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 00/10] say: fix format strings 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 Cc: Vladislav Shpilevoy Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" When been fixing issue 5846 we've found that our format specification test simply doesn't work. Lets use proper formatting and turn it back on. Guys, I split the series per-file for better review and probably fixups if there will be a need. After all committer may simply merge all them except the first one. issue https://github.com/tarantool/tarantool/issues/5846 branch gorcunov/gh-5846-fid-name-2 v2: - add changelog - revisit CFORMAT - fix all warnings covered so far Cyrill Gorcunov (10): say: use unsigned format for fiber()->fid popen: fix say_x format arguments raft: fix say_x arguments box/error: fix argument for CustomError xlog: fix say_x format box/vynil: fix say_x format txn: fix say_x format limbo: fix say_x format wal: fix say_x format say: fix CFORMAT specification changelogs/unreleased/fix-fiber-fid-log.md | 5 +++++ src/box/error.cc | 2 +- src/box/txn.c | 3 ++- src/box/txn_limbo.c | 2 +- src/box/vy_scheduler.c | 2 +- src/box/wal.c | 15 ++++++++------- src/box/xlog.c | 4 ++-- src/lib/core/popen.c | 4 ++-- src/lib/core/say.c | 6 +++--- src/lib/core/say.h | 2 +- src/lib/raft/raft.c | 5 +++-- 11 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 changelogs/unreleased/fix-fiber-fid-log.md base-commit: 6610bce9bf43a139043518cd76d3c0c81c981ce2 -- 2.29.2