From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by sourceware.org (Postfix) with ESMTPS id EA1353858422 for ; Tue, 9 Nov 2021 10:00:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EA1353858422 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 64FA124001F; Tue, 9 Nov 2021 10:00:12 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 64D0958010A; Tue, 9 Nov 2021 11:00:11 +0100 (CET) From: Dodji Seketeli To: tangmeng Cc: libabigail@sourceware.org Subject: Re: [PATCH] abilint: Add prompt message for abnormal operation Organization: Me, myself and I References: <20211105091718.13221-1-tangmeng@uniontech.com> X-Operating-System: Fedora 36 X-URL: http://www.seketeli.net/~dodji Date: Tue, 09 Nov 2021 11:00:11 +0100 In-Reply-To: <20211105091718.13221-1-tangmeng@uniontech.com> (tangmeng@uniontech.com's message of "Fri, 5 Nov 2021 17:17:18 +0800") Message-ID: <87fss58x90.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2021 10:00:19 -0000 Hello, tangmeng a =C3=A9crit: > When using abilint, if the uses the --stdin option and also > provides a file path on the command line, the file path is silently > ignored. > > This patch provides a warning to notify the user that the file path is > ignored in that case. > > * tools/abilint.cc (parse_command_line): Notify the user when > the path to the file is ignored because the --stdin option > was provided. > > Signed-off-by: tangmeng Applied to master, thanks! Cheers, --=20 Dodji