-
Notifications
You must be signed in to change notification settings - Fork 717
feat: add lean_setup_libuv for initializing required LIBUV components
#8636
New issue
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
Conversation
|
Mathlib CI status (docs):
|
|
This presumably makes progress on #5819 ? |
Not exactly, LibUV provides some functions like |
TwoFX
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FFI changes LGTM except for the documentation comments. I didn't check the compiler changes.
Co-authored-by: Markus Himmel <[email protected]>
…into sr/setup-libuv
Co-authored-by: Eric Wieser <[email protected]>
…into sr/setup-libuv
This PR adds a function called
lean_setup_libuvthat initializes required LIBUV components. It needs to be outside oflean_initialize_runtime_modulebecause it requiresargvandargcto work correctly.