OCaml 4 beta

OCaml 4 beta 2 has been released, and so I quickly tested OCI*ML with it. Only a couple of minor tweaks were necessary, due to the following changes:

  • Some .cmi for toplevel internals that used to be installed in`ocamlc -where` are now to be found in `ocamlc -where`/compiler-libs. Add “-I +compiler-libs” where needed.
  • Warning 28 is now enabled by default.

The impact of these was that the toplevel prompt wasn’t working in the shell, and one non-fatal warning when compiling, so nothing that would have broken any code, but it’s good to be up-to-date. The necessary changes have been checked in on Github.

Speaking of which, bearing in mind the LinkedIn débàcle, I have a password generator too…

About Gaius

Jus' a good ol' boy, never meanin' no harm
This entry was posted in Haskell, Ocaml, OCIML. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s