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

Support OCaml 4.09 #2450

Merged
merged 2 commits into from
Sep 23, 2019
Merged

Conversation

anmonteiro
Copy link
Member

No description provided.

@anmonteiro
Copy link
Member Author

The Windows failure just looks like some NPM idiosyncrasy regarding permissions on Windows.

@@ -31,7 +31,11 @@ let main () =
let lexbuf = Reason_toolchain.setup_lexbuf true filename in
let impl = Reason_toolchain.RE.implementation in

#if OCAML_VERSION >= (4,9,0)
Compmisc.init_path ();
#else
Compmisc.init_path false;
Copy link
Member

Choose a reason for hiding this comment

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

I wish in changes like this, the compiler would use labeled arguments with defaults to add new flags to avoid breaks.

@jordwalke jordwalke merged commit ba253a3 into reasonml:master Sep 23, 2019
@jordwalke
Copy link
Member

All green on windows!

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.

None yet

3 participants