public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] abidiff: support --dump-diff-tree with --leaf-changes-only
@ 2020-12-03 15:09 Giuliano Procida
  2020-12-04  9:02 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Giuliano Procida @ 2020-12-03 15:09 UTC (permalink / raw)
  To: libabigail; +Cc: dodji, kernel-team, gprocida, maennich

	* 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 <gprocida@google.com>
---
 src/abg-leaf-reporter.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/abg-leaf-reporter.cc b/src/abg-leaf-reporter.cc
index 564f3376..07391720 100644
--- a/src/abg-leaf-reporter.cc
+++ b/src/abg-leaf-reporter.cc
@@ -1451,6 +1451,8 @@ leaf_reporter::report(const corpus_diff& d,
   // Report added/removed/changed types not reacheable from public
   // interfaces.
   maybe_report_unreachable_type_changes(d, s, indent, out);
+
+  d.priv_->maybe_dump_diff_tree();
 }
 } // end namespace comparison
 } // end namespace abigail
-- 
2.29.2.454.gaff20da3a2-goog


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] abidiff: support --dump-diff-tree with --leaf-changes-only
  2020-12-03 15:09 [PATCH] abidiff: support --dump-diff-tree with --leaf-changes-only Giuliano Procida
@ 2020-12-04  9:02 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2020-12-04  9:02 UTC (permalink / raw)
  To: Giuliano Procida; +Cc: libabigail, kernel-team, maennich

Hello Giuliano,

Giuliano Procida <gprocida@google.com> a écrit:

> 	* 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 <gprocida@google.com>

Applied to master.  Thanks!

[...]

Cheers,

-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-04  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 15:09 [PATCH] abidiff: support --dump-diff-tree with --leaf-changes-only Giuliano Procida
2020-12-04  9:02 ` Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).