What is the status of Coq 8.11.2? I see it has been tagged two weeks ago and https://coq.inria.fr/refman/ says 8.11.2 in the title, but opam knows no such version.
oh I see @Pierre-Marie Pédrot just sent an email about that on the coq-dev list^^
I can help with the opam packaging if you want
Cc @Anton Trunov who did that for 8.11.1
The messages were sent a minute apart, I guess our minds are connected in 11-dimension folds or something :space_invader:
I still have to sign the MacOS packages btw.
The wiki page says I need credentials for the VM but I don't have them, so I guess I'll need help from @Vincent Laporte again...
Pinging @Maxime Dénès also, in case he manage to put his hands on those again.
@Ralf Jung :+1: That would be great, I'm a bit swamped right now.
@Anton Trunov okay will do
Thanks! Feel free to ping me if you need an extra pair of hands. I'll have time to help during the weekend.
@Pierre-Marie Pédrot You might need to ping @Vincent Laporte through another channel. It doesn't look like he has logged into Zulip yet.
Anton Trunov said:
Ralf Jung :+1: That would be great, I'm a bit swamped right now.
PR is up: https://github.com/coq/opam-coq-archive/pull/1265
Hey @Ralf Jung, do you still want to release Coq 8.11.2 on https://github.com/ocaml/opam-repository? I can help with that this weekend.
I did the packaging but then somehow forgot to make a PR... d'oh. that's what thesis writing does to you.^^
@Anton Trunov PR is up, sorry for the delay: https://github.com/ocaml/opam-repository/pull/16584
can we agree to always make separate PRs for Coq and CoqIDE opam packages? It looks like the opam ci gets stuck on some obscure native dep for CoqIDE...
that sounds like it duplicates the amount of work this is as I'd have to submit coq, wait until it lands, and them submit a 2nd PR... I'd rather not do that. but if someone wants to take over, fine for me :)
Looks like the luck is our side this time :) Thanks @Ralf Jung !
@Erik Martin-Dorel Since the opam package has been updated, it might be time to update the Docker images as well.
@Théo Zimmermann Sure; I've just pushed the branch https://github.com/coq-community/docker-coq/commits/8.11.2 so the coqorg/org:8.11.2
build is on-going; I'll update https://github.com/coq-community/docker-coq/wiki as soon as coqorg/coq:8.11 = coqorg/coq:8.11.2
.
Done, now latest = 8.11 = 8.11.2
in coqorg/coq
$ docker pull coqorg/coq:8.11 && \
docker run --rm -it coqorg/coq:8.11 bash -c 'coqtop --version; opam list'
The Coq Proof Assistant, version 8.11.2 (June 2020)
compiled on Jun 7 2020 16:35:34 with OCaml 4.05.0
# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.2 pinned to version 8.11.2
coq-bignums 8.11.0 Bignums, the Coq library of arbitrary large numbers
dune 2.5.1 pinned to version 2.5.1
num 0 pinned to version 0
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.8.1 pinned to version 1.8.1
ocamlfind-secondary 1.8.1 ocamlfind support for ocaml-secondary-compiler
opam-depext 1.1.3 Query and install external dependencies of OPAM packages
(Note that this image already has dune 2.5.1 as requested in https://github.com/coq-community/docker-base/issues/8, but I still have to propagate this change for other images < 8.11
, so I'll close https://github.com/coq-community/docker-base/issues/8 only at that moment)
Last updated: Oct 13 2024 at 01:02 UTC