diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26f8f2089b543527b034f3bc1313ee0427d5a85b..4fee81d28c272ec8ea52ee9bbda7b74beafedb0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,10 +48,10 @@ build-coq.dev: OCAML: "ocaml-base-compiler.4.14.0" # for faster rebuilds OPAM_PINS: "coq version dev" -build-coq.8.18.0: +build-coq.8.19.0: <<: *template variables: - OPAM_PINS: "coq version 8.18.0" + OPAM_PINS: "coq version 8.19.0" DENY_WARNINGS: "1" MANGLE_NAMES: "1" # Coq bench needs an opam package @@ -60,18 +60,18 @@ build-coq.8.18.0: - fp-timing # Separate MR job that does not run on fp-timing. -build-coq.8.18.0-mr: +build-coq.8.19.0-mr: <<: *template <<: *only_mr variables: - OPAM_PINS: "coq version 8.18.0" + OPAM_PINS: "coq version 8.19.0" MANGLE_NAMES: "1" DENY_WARNINGS: "1" trigger-iris.timing: <<: *template variables: - OPAM_PINS: "coq version 8.18.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" + OPAM_PINS: "coq version 8.19.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" tags: - fp-timing only: diff --git a/README.md b/README.md index 13968abdc53aa6d333ed996df0436b4fc1aca281..64057581083d0b35a4df8907e738dbf12bcab5a6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris. This version is known to compile with: - - Coq 8.18.0 + - Coq 8.19.0 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) - A development version of [Autosubst](https://github.com/coq-community/autosubst) diff --git a/theories/logrel/persistent_pred.v b/theories/logrel/persistent_pred.v index 51bee4deef2c3964812e9e2ddf211ff6e174be48..7639cfff997e9714fc1db8e557bce4fd419023b6 100644 --- a/theories/logrel/persistent_pred.v +++ b/theories/logrel/persistent_pred.v @@ -10,7 +10,7 @@ Section persistent_pred. pers_pred_car :> A → PROP; pers_pred_persistent x : Persistent (pers_pred_car x) }. - Local Arguments PersPred _%I {_}. + Local Arguments PersPred _%_I {_}. Global Existing Instances pers_pred_persistent. Local Instance persistent_pred_equiv : Equiv persistent_pred := @@ -46,6 +46,6 @@ Section persistent_pred. End persistent_pred. -Global Arguments PersPred {_ _} _%I {_}. +Global Arguments PersPred {_ _} _%_I {_}. Global Arguments pers_pred_car {_ _} !_ _. Global Instance: Params (@pers_pred_car) 2 := {}.