From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by sourceware.org (Postfix) with ESMTPS id 71CBF39724AE for ; Fri, 4 Dec 2020 09:02:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 71CBF39724AE Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dodji@seketeli.org Received: from localhost (91-166-131-65.subs.proxad.net [91.166.131.65]) (Authenticated sender: dodj@seketeli.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id E6E5B200003; Fri, 4 Dec 2020 09:02:37 +0000 (UTC) Received: by localhost (Postfix, from userid 1001) id D88EA1A262F; Fri, 4 Dec 2020 10:02:35 +0100 (CET) From: Dodji Seketeli To: Giuliano Procida Cc: libabigail@sourceware.org, kernel-team@android.com, maennich@google.com Subject: Re: [PATCH] abidiff: support --dump-diff-tree with --leaf-changes-only Organization: Me, myself and I References: <20201203150900.3538474-1-gprocida@google.com> X-Operating-System: Red Hat Enterprise Linux Server 7.8 X-URL: http://www.seketeli.net/~dodji Date: Fri, 04 Dec 2020 10:02:35 +0100 In-Reply-To: <20201203150900.3538474-1-gprocida@google.com> (Giuliano Procida's message of "Thu, 3 Dec 2020 15:09:00 +0000") Message-ID: <86blfaoses.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 04 Dec 2020 09:02:42 -0000 Hello Giuliano, Giuliano Procida a =C3=A9crit: > * src/abg-leaf-reporter.cc (leaf_reporter::report): In the > corpus_diff override, conclude by calling > maybe_dump_diff_tree. > > Signed-off-by: Giuliano Procida Applied to master. Thanks! [...] Cheers, --=20 Dodji