jonahbeckford
jonahbeckford
One thought: The vcpkg port of libuv names the library `libuv` rather than `uv`; see https://github.com/microsoft/vcpkg/blob/05c445c1fb3afb90aa8a46ca2b7d2a9548a27121/ports/libuv/CMakeLists.txt#L54-L64 . So does the other popular C package manager Conan. The proposal I wrote...
Thinking aloud: We would end up with many many environment variables if every OCaml package does what my PR https://github.com/aantron/luv/pull/130 does. And I could see running into environment maximum size...
Native Windows compiling has been tested as well.
No problem; no urgency: For now I've been building on top of `bos` but would like to switch to the more full-featured `feather` when it can be supported correctly. Testing...
Thanks for the feedback, and triple thanks for maintaining the mingw repository! Native Windows libffi: I just got the native Windows build of `libffi` working (they are terrible at documentation,...
Testing and fixing complete: * All tests pass, and the only test that had to be skipped for MSVC is `test-builtins` which uses the atomic `__sync_or_and_fetch` that is unavailable in...
Thanks @fdopen and @nojb . I've updated the PR with your requested changes.
Latest PR change is "Regression fixes for Linux and 4.03". Tested the following on Ubuntu 18.04 with OCaml 4.03.0: ```bash $ ocaml --version The OCaml toplevel, version 4.03.0 $ opam...
> Did you verify that `ctypes_tls_callback` is called? > It's not covered by the test suite and it didn't work for me when I've tested it manually (but I've used...
Status Update: * (not blocking) Ran into problems unrelated to ctypes with my downstream test candidate: https://github.com/aantron/luv/pull/126 . Haven't heard back. * Still pending: Verify `ctypes_tls_callback` (already integrated your change...