I was going to share https://github.com/borkdude/babashka.curl/issues/26 here, but I see something's already working on that.
Another issue: https://github.com/borkdude/sci/issues/422
I took a quick stab at it. One thing I noticed when running the native tests on Windows afterwards is there are 18 failures that all appear to be related to \n
vs \r\n
.
yes, that's another issue.
there's in fact an issue at babashka to fix all the tests for windows
there is a windows-test branch for it. if you are bored, you may PR fixes to that as well.
turns out I lied and didn't run the native tests initially because I had SCI_TEST_ENV="native"
instead of SCI_TEST_ENV=native
thanks for the script. I hope to try it out soon!
ok, I'll take a look over there
We are testing native builds in CI
and also the JVM build in fact. but only in the windows-tests branch
let me try to update it with master
ok, updated
@chuck.cassel Thanks a lot, merged
no problem, I'll see if I can help with the other tests as I have some time