Re: automating perl compile time checking

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: automating perl compile time checking
Дата
Msg-id 2A61FFFD-7A7F-483F-82FE-89135D40A863@yesql.se
обсуждение исходный текст
Ответ на automating perl compile time checking  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: automating perl compile time checking  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: automating perl compile time checking  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
> On 5 Jun 2018, at 16:31, Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote:

> The patch contains a simple script to run the checks. The code that finds perl files is put in a function in a single
filethat is sourced by the three locations that need it. 

+1 on centralizing the find-files function.

> The directory pgperlcritic is renamed to perlcheck, as it not contains the new script as well as pgperlcritic.

This comment should say “perlcheck/..” and not “pgperlcritic/.." I assume:

--- /dev/null
+++ b/src/tools/perlcheck/pgperlcritic
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+# src/tools/pgperlcritic/pgperlcritic

cheers ./daniel

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Chapman Flack
Дата:
Сообщение: Re: Why is fncollation in FunctionCallInfoData rather than fmgr_info?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: automating perl compile time checking