Philippe Bruhat (BooK)

Results 72 comments of Philippe Bruhat (BooK)

> I built the psc/ppc0025 branch, unthreaded, on linux at [6061f4f](https://github.com/Perl/perl5/commit/6061f4f766c5dce5cb06304f8a28873307ed465a) and observed the following build-time warnings. > Thanks! I'll rework the patch to remove those variables.

> I've built the psc/ppc0025 branch on Windows 11, using a mingw-w64 port of gcc-14.2.0: Thank you! > UPDATE 2: Amending config_sh.PL corrects the output of `..\perl -I..\lib -V:version` to...

> A couple of observations/questions: > > 1. $] is reporting as 41.007000 on both Windows and Ubuntu. Do we really want the 3 trailing zeroes ? It's annoying, but...

> I suspect this new setting of `version` to 41.7 might also be problematic when the March 2025 devel release sets it to 41.10 which, in both string and numeric...

> What happens to path #‍4 of a version object, the `4.4.3_001` syntax. ``` $ perl -E ' say join "\t", $_, version->parse($_)->numify, version->parse($_)->normal for @ARGV ' 4.4.3_001 4.4.003_001 4.4.003.001...

I think there are several discussions items wrapped in a single issue: 1. **The naming of test results** (`PASS`, `FAIL`, `NA`, `UNKNOWN`, `INVALID`). That ship has sailed: the only thing...

> To be honest, making `do_ncmp` public sounds fine to me, it's just unfortunate that we didn't caught up on it before 5.38 came out so AHXS will need to...

> To be honest, making `do_ncmp` public sounds fine to me, it's just unfortunate that we didn't caught up on it before 5.38 came out so AHXS will need to...

Hi, First of all, the wall of text in what looks like an automated message is a little bit off-putting. > Btw. I noticed that you said that missing perl-internal...

> This means, that "Module::CoreList" should be replaced by the proper man pages reference, which is formatted in bold and the section is appended in parenthesis. I believe this is...