-
Notifications
You must be signed in to change notification settings - Fork 76
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
Upgrade to OCaml 5.0 as default #1137
base: master
Are you sure you want to change the base?
Conversation
Should we investigate what the performance is like with OCaml 5.1? |
I tried 5.1 at some point and it wasn't much better, still a regression from 4.14. |
Sounds like 5.2 (released today) also won't fix our problems: https://discuss.ocaml.org/t/ocaml-5-2-0-released/14638
|
Just as a quick note here: |
All the dependencies in the Goblint lock file are for 4.14 anyway: the lock file also specifies OCaml 4.14. The non-locked dependencies allow appropriate versions to be installed on OCaml 5.0, 5.1 and 5.2. |
Closes #1003.
We can finally do this because mlgmpidl and apron have been released on opam for OCaml 5.0.
TODO