Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Package Registry
Model registry
Operate
Terraform modules
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
Pierre Roux
Iris
Commits
a092506c
Commit
a092506c
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.11
parent
7ccdfe0d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+0
-5
0 additions, 5 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+3
-1
3 additions, 1 deletion
README.md
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
with
6 additions
and
7 deletions
.gitlab-ci.yml
+
0
−
5
View file @
a092506c
...
@@ -50,11 +50,6 @@ build-coq.8.12.2:
...
@@ -50,11 +50,6 @@ build-coq.8.12.2:
OPAM_PINS
:
"
coq
version
8.12.2"
OPAM_PINS
:
"
coq
version
8.12.2"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
build-coq.8.11.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.11.2"
# Nightly job with a known-to-work Coq version
# Nightly job with a known-to-work Coq version
# (so failures must be caused by std++)
# (so failures must be caused by std++)
build-stdpp.dev-coq.8.13.1
:
build-stdpp.dev-coq.8.13.1
:
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
a092506c
...
@@ -5,6 +5,8 @@ lemma.
...
@@ -5,6 +5,8 @@ lemma.
## Iris master
## Iris master
Coq 8.11 is no longer supported in this version of Iris.
**Changes in `algebra`:**
**Changes in `algebra`:**
*
Generalize the authorative elements of the
`view`
,
`auth`
and
`gset_bij`
*
Generalize the authorative elements of the
`view`
,
`auth`
and
`gset_bij`
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
1
View file @
a092506c
...
@@ -30,11 +30,13 @@ Importing Iris has some side effects as the library sets some global options.
...
@@ -30,11 +30,13 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with:
This version is known to compile with:
-
Coq
8.11.2 /
8.12.2 / 8.13.1
-
Coq 8.12.2 / 8.13.1
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
If you need to work with Coq 8.9 or Coq 8.10, you can use the
If you need to work with Coq 8.9 or Coq 8.10, you can use the
[
iris-3.3 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.3
)
.
[
iris-3.3 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.3
)
.
For a version compatible with Coq 8.11, check out the
[
iris-3.4 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.4
)
.
### Working *with* Iris
### Working *with* Iris
...
...
This diff is collapsed.
Click to expand it.
coq-iris.opam
+
1
−
1
View file @
a092506c
...
@@ -13,7 +13,7 @@ iris.prelude, iris.algebra, iris.si_logic, iris.bi, iris.proofmode, iris.base_lo
...
@@ -13,7 +13,7 @@ iris.prelude, iris.algebra, iris.si_logic, iris.bi, iris.proofmode, iris.base_lo
"""
"""
depends: [
depends: [
"coq" { (>= "8.1
1
" & < "8.14~") | (= "dev") }
"coq" { (>= "8.1
2
" & < "8.14~") | (= "dev") }
"coq-stdpp" { (= "dev.2021-03-23.0.c1266011") | (= "dev") }
"coq-stdpp" { (= "dev.2021-03-23.0.c1266011") | (= "dev") }
]
]
...
...
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