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

Fix Windows builds with OCaml >= 5.0 #6189

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

kit-ty-kate
Copy link
Member

Fixes #6148

.github/workflows/ci.ml Outdated Show resolved Hide resolved
@kit-ty-kate
Copy link
Member Author

OCaml 5.3 support requires a new release of extlib first actually (see ygrek/ocaml-extlib#73)

@kit-ty-kate
Copy link
Member Author

I split the Github action part in #6192 to be merged later

Copy link
Member

@dra27 dra27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy# means that in the unlikely event of a syntax error, Dune continues to report the correct source file. I have a suggestion in dra27@0608ec5 which eliminates the code duplication between the two OCaml files, but I'm not sure it's necessarily better, given that the file changes very rarely.

src/core/dune Outdated Show resolved Hide resolved
@kit-ty-kate kit-ty-kate merged commit ba40b36 into ocaml:master Sep 13, 2024
29 checks passed
@kit-ty-kate kit-ty-kate deleted the win32-ocaml5 branch September 13, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot resolve symbols for win_create_process_native in opam-core on Windows
2 participants