We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a few problems currently that make it difficult to use luv on Windows.
Unhandled carriage return from ocaml config command, see: Avoid carriage return bug when configuring libuv on Windows #165
Use of bash and make for building vendored libuv. These currently are not guaranteed to be available in PATH with a default installation of opam on Windows, which causes issues such as: Try to reproduce opam-repository CI failure on Windows #162. To solve this, conf-libuv could be made a mandatory dependency on Windows, and luv could use the system libuv when that is available. See Use system libuv when conf-libuv is available #166
Use of bash for generating libuv stubs:
luv/src/c/dune
Lines 135 to 145 in d92c8b7
(Long term, it would be better to use builtin ctypes support in dune: [WIP] use dune ctypes stanza support to eliminate boilerplate #114, to avoid the manual compiler invocation)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a few problems currently that make it difficult to use luv on Windows.
Unhandled carriage return from ocaml config command, see: Avoid carriage return bug when configuring libuv on Windows #165
Use of bash and make for building vendored libuv. These currently are not guaranteed to be available in PATH with a default installation of opam on Windows, which causes issues such as: Try to reproduce opam-repository CI failure on Windows #162. To solve this, conf-libuv could be made a mandatory dependency on Windows, and luv could use the system libuv when that is available. See Use system libuv when conf-libuv is available #166
Use of bash for generating libuv stubs:
luv/src/c/dune
Lines 135 to 145 in d92c8b7
(Long term, it would be better to use builtin ctypes support in dune: [WIP] use dune ctypes stanza support to eliminate boilerplate #114, to avoid the manual compiler invocation)
The text was updated successfully, but these errors were encountered: