Alan O Flanagan
Alan O Flanagan
@sisyphus Thanks for the reply. Its failing on 5.40.2.1 I have tested it on 5.38.2.2 and 5.40.0.1 [https://strawberryperl.com/releases.html] and it works fine. C:\perl540>call portableshell.bat ---------------------------------------------- Welcome to Strawberry Perl Portable...
@sisyphus I have also tested it on the newly release strawberry-perl-5.38.4.1-64bit-portable and it doesn't work on that either. Hopefully that might help you narrow the issue down.
Thanks you both for for the work on this. The tests are now passing with the patch. Just to confirm are ye planning on rolling back the gcc version or...
Yeah that 5\n was the same output i was seeing in the 5.38v. I am using strawberry-perl-5.40.2.1-64bit-portable.zip but am building msys2 mingw64 env. This has a system perl which is...
Thanks you both. To resolve a binary mismatch issue with the XS module, we switched to using the GCC and G++ toolchain bundled with Strawberry Perl. This resolved the runtime...
Unfortunately I work with a large codebase with multiple dependencies that are tightly coupled to the legacy MSVCRT runtime. Due to compatibility constraints, migrating to UCRT is not currently feasible...
Thanks for your reply's. @sisyphus Im not too sure if absence of those modules will be a problem but I think ill have to run the integration tests. @shawnlaffan And...