Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ABI Navigator — a project to search for binary symbols
Date: Fri, 24 Feb 2017 08:46:53
Message-Id: 20170224214559.640fdefe@katipo2.lan
In Reply to: [gentoo-dev] ABI Navigator — a project to search for binary symbols by Andrey Ponomarenko
1 On Fri, 24 Feb 2017 05:36:51 +0300
2 Andrey Ponomarenko <andrewponomarenko@××××××.ru> wrote:
3
4 > I'd like to present a new project called "ABI Navigator" for searching binary symbols (functions, methods, global data, etc.) in open-source libraries: https://abi-laboratory.pro/index.php?view=navigator
5 >
6 > The project allows to find out in which versions of libraries some symbol is defined, added, removed or changed. The data is taken from the ABI Tracker project (238 libraries and 0.9 million symbols currently): https://abi-laboratory.pro/tracker/
7
8 Neat!
9
10 Though from a maintainer perspective, I'm so far much more interested in seeing the "what will break" aspect from the ABI tracker :)
11
12 Though I look forward to seeing `undefined reference error`'s now :D