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
2aa79871
Commit
2aa79871
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.8 and 8.9
parent
7ae77142
No related branches found
No related tags found
1 merge request
!190
Drop support for Coq 8.8 and 8.9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+0
-10
0 additions, 10 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+1
-1
1 addition, 1 deletion
README.md
opam
+1
-1
1 addition, 1 deletion
opam
theories/options.v
+1
-2
1 addition, 2 deletions
theories/options.v
with
5 additions
and
14 deletions
.gitlab-ci.yml
+
0
−
10
View file @
2aa79871
...
...
@@ -53,13 +53,3 @@ build-coq.8.10.2:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.10.2"
build-coq.8.9.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.9.1"
build-coq.8.8.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.2"
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
2aa79871
...
...
@@ -3,6 +3,8 @@ API-breaking change is listed.
## std++ master
Coq 8.8 and 8.9 are no longer supported.
-
Rename
`dom_map filter`
→
`dom_filter`
,
`dom_map_filter_L`
→
`dom_filter_L`
,
and
`dom_map_filter_subseteq`
→
`dom_filter_subseteq`
for consistency's sake.
-
Add
`max`
and
`min`
operations for
`Qp`
.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
2aa79871
...
...
@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
-
Coq version
8.8.2 / 8.9.1 /
8.10.2 / 8.11.2 / 8.12.0
-
Coq version 8.10.2 / 8.11.2 / 8.12.0
## Installing via opam
...
...
This diff is collapsed.
Click to expand it.
opam
+
1
−
1
View file @
2aa79871
...
...
@@ -30,7 +30,7 @@ The key features of this library are as follows:
"""
depends: [
"coq" { (= "8.
8.2") | (>= "8.9.1
" & < "8.13~") | (= "dev") }
"coq" { (
>
= "8.
10.2
" & < "8.13~") | (= "dev") }
]
build: [make "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
theories/options.v
+
1
−
2
View file @
2aa79871
...
...
@@ -6,8 +6,7 @@ but not transitively. *)
Export
Set
Default
Proof
Using
"Type"
.
(* FIXME: cannot enable this yet as some files disable 'Default Proof Using'.
Export Set Suggest Proof Using. *)
(* FIXME: cannot enable this on Coq 8.8.
Export Set Default Goal Selector "!". *)
Export
Set
Default
Goal
Selector
"!"
.
(* "Fake" import to whitelist this file for the check that ensures we import
this file everywhere.
...
...
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