Re: meson: Fix missing name arguments of cc.compiles() calls - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: meson: Fix missing name arguments of cc.compiles() calls
Date
Msg-id f8c1949e-cb62-4ace-94df-05dbb64de000@eisentraut.org
Whole thread Raw
List pgsql-hackers
On 29.12.24 15:13, Peter Eisentraut wrote:
> I noticed a few cc.compiles() checks in meson.build don't show up in the 
> "meson setup" output, because they don't have a "name" argument.  Also, 
> the "typeof" test doesn't show the name of the symbol that is currently 
> being tested.  All this makes remote debugging a bit harder.  This patch 
> fixes it.
> 
> While analyzing the fixed output, I also noticed that the test for 
> decltype as an alternative to typeof never actually worked and was just 
> forgotten to be removed.  This is also fixed here.

committed



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Proposal: add new API to stringinfo
Next
From: jian he
Date:
Subject: Re: Re: proposal: schema variables