Chase Whitener
Chase Whitener
Strawberry ships with DBD::mysql and the mysql library. You shouldn't need to do anything. I suspect there's something else going on
@LeeThompson The reasoning on the `PATH` can be found here: https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/11#issuecomment-674433024
That copied/pasted text above makes it appear as if there are newlines at the end. However, I'm thinking that may be due to some oddities in how MS redirects STDERR...
Thanks to @xenu the following patch allows the tests to run as expected: ```patch diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f13efc8..c739c1a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,7 +342,7 @@ target_link_libraries(uv_a...
It looks like two tests are failing: ``` not ok 47 - fs_event_watch_dir_short_path # exit code 3 # Output from process `fs_event_watch_dir_short_path`: # Assertion failed in C:\temp\libuv-v1.23.1\test\test-fs-event.c on line 495:...
That does fix the `process_priority` test for me. Can you also work up the change @xenu supplied for the `CMakeLists.txt`? Thanks!
Cygwin errors for me with an AppVeyor test: ```bash t/03-tee.t ................. ok # Failed test 'tee_merged|perl|both|unicode - tee STDOUT (STDOUT)' # at t/lib/Cases.pm line 245. # 'STDERR:Hi! ☺ # '...
@atoomic Thank you! I'll work on getting this moved over to the LWP org today and released.
I thought I'd gone through that properly on my current build of 5.39.9. Let me go back through it tonight and see what I missed.
I'm going to revert that change and push this evening. My testing setup was faulty and had assumptions I didn't realize as I'd already done things to my test area...