-
Notifications
You must be signed in to change notification settings - Fork 344
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
initial ocaml on windows explanation #1600
Conversation
I'm happy to merge this quickly and have followup PRs with refinements. Thanks Patrick! |
Sounds good to me if you are happy this information is accurate. I was going to ping the original folks on discuss but there wasn't much activity on the issue so might not be worth it :)) |
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.
This is great! Minor tweaky suggestions included...
Co-authored-by: David Allsopp <[email protected]>
Thanks both :)) |
Sorry - I messed up that URL… it’s got too many sets of brackets now! |
thanks @patricoferris @dra27 ! |
Just a followup I noticed https://ocaml.org/docs/install.html#Windows should probably cross-link to this new updated info. |
This PR starts the explanation of the current state of OCaml on Windows fixing #1598. As a small disclaimer, I have never used Windows with OCaml and I don't have all of the context for the current (and future) work being done to improve OCaml on Windows. But hopefully this is a start so others can fill in the details if required.
cc: @dra27 who has been very helpful providing Windows feedback :))