Re: meson vs make: missing/inconsistent ENV - Mailing list pgsql-hackers

From Dagfinn Ilmari Mannsåker
Subject Re: meson vs make: missing/inconsistent ENV
Date
Msg-id 87edqbjr1i.fsf@wibble.ilmari.org
Whole thread Raw
In response to Re: meson vs make: missing/inconsistent ENV  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: meson vs make: missing/inconsistent ENV
Re: meson vs make: missing/inconsistent ENV
List pgsql-hackers
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>.

- ilmari



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: SQL/JSON revisited
Next
From: Andrew Dunstan
Date:
Subject: Re: WIN32 pg_import_system_collations