Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
d9f1c297
Commit
d9f1c297
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.11
parent
7c4fd7d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!377
drop support for Coq 8.11
Pipeline
#65700
passed
2 years ago
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-8
1 addition, 8 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+1
-1
1 addition, 1 deletion
README.md
coq-stdpp.opam
+1
-1
1 addition, 1 deletion
coq-stdpp.opam
with
5 additions
and
10 deletions
.gitlab-ci.yml
+
1
−
8
View file @
d9f1c297
...
...
@@ -78,16 +78,9 @@ build-coq.8.13.2:
DENY_WARNINGS
:
"
1"
build-coq.8.12.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.12.2"
DENY_WARNINGS
:
"
1"
OCAML
:
"
ocaml-base-compiler.4.07.1"
build-coq.8.11.2
:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
8.1
1
.2"
OPAM_PINS
:
"
coq
version
8.1
2
.2"
DENY_WARNINGS
:
"
1"
OCAML
:
"
ocaml-base-compiler.4.07.1"
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
d9f1c297
...
...
@@ -3,6 +3,8 @@ API-breaking change is listed.
## std++ master
Coq 8.11 is no longer supported.
-
Make sure that
`gset`
and
`mapset`
do not bump the universe.
-
Rewrite
`tele_arg`
to make it not bump universes. (by Gregory Malecha, BedRock Systems)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
d9f1c297
...
...
@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
-
Coq version
8.11.2 /
8.12.2 / 8.13.2 / 8.14.1 / 8.15.0
-
Coq version 8.12.2 / 8.13.2 / 8.14.1 / 8.15.0
## Installing via opam
...
...
This diff is collapsed.
Click to expand it.
coq-stdpp.opam
+
1
−
1
View file @
d9f1c297
...
...
@@ -33,7 +33,7 @@ tags: [
]
depends: [
"coq" { (>= "8.1
1
" & < "8.16~") | (= "dev") }
"coq" { (>= "8.1
2
" & < "8.16~") | (= "dev") }
]
build: [make "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment