-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
OCaml: default to version 4.09 #83592
Conversation
@@ -1232,5 +1232,5 @@ in let inherit (pkgs) callPackage; in rec | |||
|
|||
ocamlPackages_latest = ocamlPackages_4_10; | |||
|
|||
ocamlPackages = ocamlPackages_4_08; | |||
ocamlPackages = ocamlPackages_4_09; |
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.
What are our policies for keeping version of the ocaml compiler though?
Which of these version are still maintained upstream?
What are our policies for keeping version of the ocaml compiler though?
IMHO, old compilers should be removed when maintaining them becomes a
burden.
Which of these version are still maintained upstream?
I don’t know.
|
I suppose since we don't build all ocaml package sets this is fine. |
@GrahamcOfBorg build acgtk beluga bibtex2html coq2html coq_8_10 eff flow framac hol_light llpp obelisk opam ott patdiff pdfsandwich prooftree proverif reason satallax satysfi stog unison usync why3 |
ocaml-gettext needs to be updated to unbreak vagrant via libguestfs. (0.3.8 depends on camlp4 which does not support 4.09, 0.4.0 says that it has switched from camlp4 to ppx.) |
Thanks for the report. Sorry for breaking vagrant without noticing it. I’ll give a try to the update ASAP. |
Thank you! (In case updating ocaml-gettext breaks other things, the patch to make the current version support 4.09 is trivial.) |
Here is a PR updating ocaml-gettext: #84457 |
Motivation for this change
nixpkgs is ready for 4.09
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)