[gentoo-dev] Re: [gentoo-dev] ABI Navigator — a project to search for binary symbols

2017-02-24 Thread Andrey Ponomarenko
24.02.2017, 06:28, Daniel Campbell:> On 02/23/2017 06:36 PM, Andrey Ponomarenko:>>  Hello,  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

Re: [gentoo-dev] [PATCH] perl-functions.eclass: Replace unnecessary eval with ${!var}

2017-02-24 Thread Michał Górny
W dniu 24.02.2017, pią o godzinie 21∶30 +1300, użytkownik Kent Fredric napisał: > Aforementioned change set was reviewed privately with soap and then submitted > to the -dev ML for feedback but nobody has yet to comment, so they must be > perfect :D If there is no hurry to the other changes, may

Re: [gentoo-dev] ABI Navigator — a project to search for binary symbols

2017-02-24 Thread Kent Fredric
On Fri, 24 Feb 2017 05:36:51 +0300 Andrey Ponomarenko wrote: > 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 > > The project allows

Re: [gentoo-dev] [PATCH] perl-functions.eclass: Replace unnecessary eval with ${!var}

2017-02-24 Thread Kent Fredric
On Thu, 23 Feb 2017 18:02:10 +0100 Michał Górny wrote: > --- > eclass/perl-functions.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass > index 1542b98cd45f..85907354a309 100644 > --- a/eclass/perl-function