sisyphus
sisyphus
Module: Path-Class-0.37 **Description** On MS Windows with perl-5.34.0 or later, we find that during the the running of the test suite. t/01-basic.t fails with: ``` t/01-basic.t .......... 1/78 Can't call...
**Description** As the title basically says, perl.exe crashes at various times during the running of the tests on MS Windows if perl was built using (a mingw-w64 port of) 64-bit...
In win32/win32.c, this PR silences numerous [-Wunused-parameter] and [-Wunused-variable] warnings; also a [-Wsign-compare], a [-Wdangling-else] and a [-Wparentheses] warning. The following warnings remain: ``` win32.c: In function 'set_w32_module_name': win32.c:243:9: warning:...
In current bleadperl (5.39.5) the second of the 2 tests in lib/locale_threads.t takes 3 minutes to run on my Windows 11 box. (I initially thought it was hanging, and was...
**Description** Firstly, when I build perl using gcc version 13.2.0 (MinGW-W64 x86_64-ucrt-mcf-seh, built by Brecht Sanders) there is no problem. But when I build perl using gcc version 13.1.0 (MinGW-W64...
[Win32] Inclusion of '-std=c99' flag in 32-bit builds of perl leads to anomalies in XS arithmetic.
4 things to note: 1) that 64-bit builds are unaffected; 2) that pure perl code is unaffected - the issue is evident only in XS code; 3) that the issue...
**Description** The mingw-w64 ports of gcc-14.1.0 currently available from https://winlibs.com turn "implicit declaration of function..." warnings into fatal errors. This prevents ext/POSIX from building on all configurations. It also stops...
It's really a rather minor issue, IMO, but SP developers should probably be aware of it. No tests are failing because (AFAICS) these functions are not tested, but the bessel...
This is not really a pressing issue, but it's something I think the SP developers might investigate at some convenient time. Equally bluntly, I could rephrase the title of this...
According to https://metacpan.org/pod/IO::Socket::INET6, "The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use". Should it therefore be removed from the Strawberry Perl distributions...