Skip to content
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

Use ctypes field #146

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Use ctypes field #146

wants to merge 2 commits into from

Conversation

emillon
Copy link

@emillon emillon commented Mar 17, 2023

Hi!
This is not a complete port, but it's enough to get it working in a monorepo. The main thing it does is use the ctypes stanza to find the headers for ctypes. It uses a new version of the ctypes support that fixes some issue with paths to vendored headers.
Some remarks:

  • I undid the logic that supports LUV_USE_SYSTEM_LIBUV to use a "plain" dune file, but this can be adapted to work with it. We can also discuss what's missing in dune to support that configuration variable.
  • I left a bunch of commented code in the dune file, and moved some files to an attic directory but all of that can be deleted.
  • test/headers is not fully working. in particular a cold dune build will fail on this (but I'm not sure it's worse that the previous situation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant