Re: [PATCH 2/4] leaking_addresses: simplify path skipping

2018-02-25 Thread Tobin C. Harding
On Sun, Feb 25, 2018 at 06:26:31PM -0700, Tycho Andersen wrote: > Hi Tobin, > > On Mon, Feb 19, 2018 at 01:50:47PM +1100, Tobin C. Harding wrote: > > -# Do not parse these files under any subdirectory. > > -my @skip_parse_files_any = ('0', > > - '1', > > -

Re: [PATCH 2/4] leaking_addresses: simplify path skipping

2018-02-25 Thread Tobin C. Harding
On Sun, Feb 25, 2018 at 06:26:31PM -0700, Tycho Andersen wrote: > Hi Tobin, > > On Mon, Feb 19, 2018 at 01:50:47PM +1100, Tobin C. Harding wrote: > > -# Do not parse these files under any subdirectory. > > -my @skip_parse_files_any = ('0', > > - '1', > > -

Re: [PATCH 2/4] leaking_addresses: simplify path skipping

2018-02-25 Thread Tycho Andersen
Hi Tobin, On Mon, Feb 19, 2018 at 01:50:47PM +1100, Tobin C. Harding wrote: > -# Do not parse these files under any subdirectory. > -my @skip_parse_files_any = ('0', > - '1', > - '2', > - 'pagemap', > -

Re: [PATCH 2/4] leaking_addresses: simplify path skipping

2018-02-25 Thread Tycho Andersen
Hi Tobin, On Mon, Feb 19, 2018 at 01:50:47PM +1100, Tobin C. Harding wrote: > -# Do not parse these files under any subdirectory. > -my @skip_parse_files_any = ('0', > - '1', > - '2', > - 'pagemap', > -

[PATCH 2/4] leaking_addresses: simplify path skipping

2018-02-18 Thread Tobin C. Harding
Currently script has multiple configuration arrays. This is confusing, evident by the fact that a bunch of the entries are in the wrong place. We can simplify the code by just having a single array for absolute paths to skip and a single array for file names to skip wherever they appear in the

[PATCH 2/4] leaking_addresses: simplify path skipping

2018-02-18 Thread Tobin C. Harding
Currently script has multiple configuration arrays. This is confusing, evident by the fact that a bunch of the entries are in the wrong place. We can simplify the code by just having a single array for absolute paths to skip and a single array for file names to skip wherever they appear in the