Re: plperl version on the meson setup summary screen

2025-02-03 Thread Zharkov Roman
Hello, Here is a new patch version. I tried to use perl 'version' instead of 'api_versionstring' to sync with configure script. -- Roman ZharkovFrom: Zharkov Roman Date: Thu, 17 Oct 2024 13:09:51 +0700 Subject: [PATCH] Show plperl version in the meson setup summary. Use perl 'version' instea

Re: plperl version on the meson setup summary screen

2024-12-04 Thread Andrew Dunstan
On 2024-11-29 Fr 3:26 AM, Nazir Bilal Yavuz wrote: Hi, On Fri, 29 Nov 2024 at 08:40, Zharkov Roman wrote: Hello, On 2024-11-27 21:50, Andrew Dunstan wrote: it should give the same answer Sometimes "version" and "api_versionstring" are different. Here are two simple examples from my window

Re: plperl version on the meson setup summary screen

2024-11-29 Thread Nazir Bilal Yavuz
Hi, On Fri, 29 Nov 2024 at 08:40, Zharkov Roman wrote: > > Hello, > > On 2024-11-27 21:50, Andrew Dunstan wrote: > > it should give the same answer > > Sometimes "version" and "api_versionstring" are different. Here are two > simple examples from my windows system and from a linux system of one o

Re: plperl version on the meson setup summary screen

2024-11-28 Thread Zharkov Roman
Hello, On 2024-11-27 21:50, Andrew Dunstan wrote: it should give the same answer Sometimes "version" and "api_versionstring" are different. Here are two simple examples from my windows system and from a linux system of one of my colleagues: C:\Temp>perl -MConfig -e "print \"$Config{api_ver

Re: plperl version on the meson setup summary screen

2024-11-27 Thread Andrew Dunstan
On 2024-10-17 Th 10:02 PM, Zharkov Roman wrote: Hello, Would it be convinient to show the plperl version on the meson setup summary screen? Now it displays only 'YES' or 'NO'. This is the expected behavior of the meson build system and explains in its source code

plperl version on the meson setup summary screen

2024-10-17 Thread Zharkov Roman
Hello, Would it be convinient to show the plperl version on the meson setup summary screen? Now it displays only 'YES' or 'NO'. This is the expected behavior of the meson build system and explains in its source code: https://github.com/m