diff options
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 2 | ||||
| -rwxr-xr-x | dev/ci/ci-mczify.sh | 8 | ||||
| -rw-r--r-- | dev/ci/user-overlays/13911-Zimmi48-remove_type_cast.sh | 2 | ||||
| -rw-r--r-- | dev/ci/user-overlays/13965-gares-syndef-principal-scope.sh | 3 | ||||
| -rw-r--r-- | dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh | 1 | ||||
| -rw-r--r-- | dev/doc/changes.md | 6 |
6 files changed, 22 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 0093b5fca2..41ba182a4d 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -48,6 +48,8 @@ project fourcolor "https://github.com/math-comp/fourcolor" "master" project oddorder "https://github.com/math-comp/odd-order" "master" +project mczify "https://github.com/math-comp/mczify" "master" + ######################################################################## # UniMath ######################################################################## diff --git a/dev/ci/ci-mczify.sh b/dev/ci/ci-mczify.sh new file mode 100755 index 0000000000..2d98906c3e --- /dev/null +++ b/dev/ci/ci-mczify.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download mczify + +( cd "${CI_BUILD_DIR}/mczify" && make ) diff --git a/dev/ci/user-overlays/13911-Zimmi48-remove_type_cast.sh b/dev/ci/user-overlays/13911-Zimmi48-remove_type_cast.sh new file mode 100644 index 0000000000..29f2386797 --- /dev/null +++ b/dev/ci/user-overlays/13911-Zimmi48-remove_type_cast.sh @@ -0,0 +1,2 @@ +overlay equations https://github.com/Zimmi48/Coq-Equations coq-13911 13911 remove_type_cast +overlay elpi https://github.com/Zimmi48/coq-elpi patch-1 13911 remove_type_cast diff --git a/dev/ci/user-overlays/13965-gares-syndef-principal-scope.sh b/dev/ci/user-overlays/13965-gares-syndef-principal-scope.sh new file mode 100644 index 0000000000..decb093b71 --- /dev/null +++ b/dev/ci/user-overlays/13965-gares-syndef-principal-scope.sh @@ -0,0 +1,3 @@ +overlay equations https://github.com/gares/Coq-Equations syndef-principal-scope 13965 +overlay elpi https://github.com/gares/coq-elpi syndef-principal-scope 13965 +overlay paramcoq https://github.com/gares/paramcoq syndef-principal-scope 13965 diff --git a/dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh b/dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh new file mode 100644 index 0000000000..a85ee6d2d0 --- /dev/null +++ b/dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh @@ -0,0 +1 @@ +overlay elpi https://github.com/herbelin/coq-elpi coq-master+adapt-coq-pr14075-new-module-lstream-change-of_parser 14075 diff --git a/dev/doc/changes.md b/dev/doc/changes.md index 26c4b01c9f..b61c7d3423 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -1,3 +1,9 @@ +## Changes between Coq 8.13 and Coq 8.14 + +Gramlib + +- A few functions change their interfaces to take benefit of a new abstraction level `LStream` for streams with location function. + ## Changes between Coq 8.12 and Coq 8.13 ### Code formatting |
