Re: meson vs make: missing/inconsistent ENV

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: meson vs make: missing/inconsistent ENV
Дата
Msg-id d104f128-4437-69a3-5d2a-a6bdf788d027@dunslane.net
обсуждение исходный текст
Ответ на Re: meson vs make: missing/inconsistent ENV  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers


On 2023-02-27 Mo 07:33, Andrew Dunstan wrote:


On 2023-02-27 Mo 06:17, Dagfinn Ilmari Mannsåker wrote:
Justin Pryzby <pryzby@telsasoft.com> writes:

On Sun, Feb 26, 2023 at 03:21:04PM -0800, Andres Freund wrote:
Is there any consideration of promoting these or other warnings to
fatal?
You mean the perl warnings?
Yes - it'd be nice if the warnings caused an obvious failure to allow
addressing the issue.  I noticed the icu warning while looking at a bug
in 0da243fed, and updating to add ZSTD.  
Perl warnings can be made fatal with `use warnings FATAL =>
<categories>;`, but one should be careful about which categories to
fatalise, per <https://metacpan.org/pod/warnings#Fatal-Warnings>.

Some categories are inherently unsafe to fatalise, as documented in
<https://metacpan.org/pod/strictures#CATEGORY-SELECTIONS>.


Yeah.


It would be nice if there were some fuller explanation of the various categories, but I don't know of one.




Looks like the explanations are in the perldiag manual page. <https://perldoc.perl.org/perldiag>


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Stale references to guc.c in comments/tests
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: SLRUs in the main buffer pool, redux