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

OCaml 4.14.0, first alpha release #20495

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

Octachron
Copy link
Member

This PR adds the base and variants+option package for the first alpha release of OCaml 4.14.0.

As discussed, I have added the --docdir=%{doc}%/ocaml" configure option to account for ocaml/ocaml#10669 .

Like with the 4.13.0~alpha1 packages, I have updated the ocaml meta-package constraints to allow installation.

@kit-ty-kate
Copy link
Member

Successfully tested locally. Thanks a lot! 🎉

@kit-ty-kate kit-ty-kate merged commit c55441b into ocaml:master Jan 20, 2022
@dbuenzli
Copy link
Collaborator

What happend to the --docdir ? I wanted to odig the 4.14 release notes but got nothing:

> ls $(opam var ocaml:doc)
ls: /Users/dbuenzli/.opam/4.14.0/doc/ocaml: No such file or directory

@kit-ty-kate
Copy link
Member

arf, mmh, it looks like the option disappeared from the opam file between the last rc and the final release :/
Could you open a PR to add it to the 4.14.0 packages and cc @Octachron and @dra27 in it for double-check?

@dbuenzli
Copy link
Collaborator

Could you open a PR to add it to the 4.14.0 packages

It's not obvious to me were that's supposed to happen (and a bit in a hurry right now):

> opam info --raw ocaml.4.14.0 | grep build: -C 2
  [OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
]
build: [
  "ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name
]

@dra27
Copy link
Member

dra27 commented Jul 27, 2022

See #21890.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants