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
32bb8469
Commit
32bb8469
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
test against Coq 8.15.0
parent
f71300ea
No related branches found
No related tags found
No related merge requests found
Pipeline
#60222
passed
3 years ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
_CoqProject
+2
-0
2 additions, 0 deletions
_CoqProject
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
2
View file @
32bb8469
...
...
@@ -41,10 +41,11 @@ variables:
## Build jobs
build-coq.8.15.
dev
:
build-coq.8.15.
0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.15.dev"
OPAM_PINS
:
"
coq
version
8.15.0"
DENY_WARNINGS
:
"
1"
build-coq.8.14.1
:
<<
:
*template
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
32bb8469
...
...
@@ -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
-
Coq version 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1
/ 8.15.0
## Installing via opam
...
...
This diff is collapsed.
Click to expand it.
_CoqProject
+
2
−
0
View file @
32bb8469
...
...
@@ -3,6 +3,8 @@
-arg -w -arg -deprecated-hint-rewrite-without-locality
# Fixing this one requires Coq 8.15.
-arg -w -arg -deprecated-typeclasses-transparency-without-locality
# Fixing this one requires Coq 8.13.
-arg -w -arg -deprecated-syntactic-definition
theories/options.v
theories/base.v
...
...
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