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
Gaëtan Gilbert
Iris
Commits
414b424a
Commit
414b424a
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.8
parent
21c23e09
No related branches found
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
README.md
+3
-5
3 additions, 5 deletions
README.md
_CoqProject
+1
-1
1 addition, 1 deletion
_CoqProject
opam
+1
-1
1 addition, 1 deletion
opam
with
5 additions
and
12 deletions
.gitlab-ci.yml
+
0
−
5
View file @
414b424a
...
@@ -53,11 +53,6 @@ build-coq.8.9.1:
...
@@ -53,11 +53,6 @@ build-coq.8.9.1:
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.9.1"
OPAM_PINS
:
"
coq
version
8.9.1"
build-coq.8.8.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.2"
# Nightly job with a known-to-work Coq version
# Nightly job with a known-to-work Coq version
build-stdpp.dev-coq.8.11.0
:
build-stdpp.dev-coq.8.11.0
:
<<
:
*template
<<
:
*template
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
5
View file @
414b424a
...
@@ -18,13 +18,11 @@ definitions and some derived forms is available in
...
@@ -18,13 +18,11 @@ definitions and some derived forms is available in
This version is known to compile with:
This version is known to compile with:
-
Coq
8.8.2 /
8.9.1 / 8.10.2 / 8.11.0
-
Coq 8.9.1 / 8.10.2 / 8.11.0
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
For a version compatible with Coq 8.6, have a look at the
If you need to work with Coq 8.7 or Coq 8.8, please check out the
[
iris-3.1 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.1
)
.
[
iris-3.2 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.2
)
.
If you need to work with Coq 8.5, please check out the
[
iris-3.0 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.0
)
.
### Working *with* Iris
### Working *with* Iris
...
...
This diff is collapsed.
Click to expand it.
_CoqProject
+
1
−
1
View file @
414b424a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
-arg -w -arg -convert_concl_no_check
-arg -w -arg -convert_concl_no_check
# "Declare Scope" does not exist yet in 8.9.
# "Declare Scope" does not exist yet in 8.9.
-arg -w -arg -undeclared-scope
-arg -w -arg -undeclared-scope
# We have ambiguous paths and
so far it is not even clear what they are (https://gitlab.mpi-sws.org/iris/iris/issues/240)
.
# We have ambiguous paths
,
and
live with it
.
-arg -w -arg -ambiguous-paths
-arg -w -arg -ambiguous-paths
theories/algebra/monoid.v
theories/algebra/monoid.v
...
...
This diff is collapsed.
Click to expand it.
opam
+
1
−
1
View file @
414b424a
...
@@ -10,7 +10,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/iris.git"
...
@@ -10,7 +10,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/iris.git"
synopsis: "This is the Coq development of the Iris Project"
synopsis: "This is the Coq development of the Iris Project"
depends: [
depends: [
"coq" {
(= "8.8.2") |
(>= "8.9.1" & < "8.12~") | (= "dev") }
"coq" { (>= "8.9.1" & < "8.12~") | (= "dev") }
"coq-stdpp" { (= "dev.2020-02-24.1.7d705c84") | (= "dev") }
"coq-stdpp" { (= "dev.2020-02-24.1.7d705c84") | (= "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