Re: [HACKERS] perlcritic - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: [HACKERS] perlcritic
Date
Msg-id 8E6316C5-5DDA-42A0-8D85-CB45E6CB2698@yesql.se
Whole thread Raw
In response to Re: [HACKERS] perlcritic  (David Steele <david@pgmasters.net>)
List pgsql-hackers
> On 21 Mar 2017, at 19:20, David Steele <david@pgmasters.net> wrote:
>
> On 3/6/17 12:02 PM, Dagfinn Ilmari Mannsåker wrote:
>> ilmari@ilmari.org (Dagfinn Ilmari Mannsåker) writes:
>>
>>> Hi Peter,
>>>
>>> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>>>
>>>> I posted this about 18 months ago but then ran out of steam. [ ] Here
>>>> is an updated patch.  The testing instructions below still apply.
>>>> Especially welcome would be ideas on how to address some of the places
>>>> I have marked with ## no critic.
>>>
>>> Attached is a patch on top of yours that addresses all the ## no critic
>>> annotations except RequireFilenameMatchesPackage, which can't be fixed
>>> without more drastic reworking of the plperl build process.
>>>
>>> Tested on perl 5.8.1 and 5.24.0 by configuring with --with-perl and
>>> --enable-tap-tests followed by make check-world, and running pgindent
>>> --build.
>>
>> Attached is an updated version of the patch, in which
>> src/tools/msvc/gendef.pl actually compiles.  If someone on Windows could
>> test it, that would be great.
>
> You are signed up to review this patch.  Do you know when you'll have a chance to do that?

I have on my TODO for today or tomorrow to wrap that up.

cheers ./daniel




pgsql-hackers by date:

Previous
From: Emil Iggland
Date:
Subject: [HACKERS] Fix for grammatical error in code-comment
Next
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables