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
9ca92150
Commit
9ca92150
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
test on Coq 8.19
parent
dd93e4c3
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!538
test on Coq 8.19
Pipeline
#96082
passed
1 year ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+10
-3
10 additions, 3 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+1
-1
1 addition, 1 deletion
README.md
_CoqProject
+2
-0
2 additions, 0 deletions
_CoqProject
with
15 additions
and
4 deletions
.gitlab-ci.yml
+
10
−
3
View file @
9ca92150
...
@@ -45,10 +45,10 @@ variables:
...
@@ -45,10 +45,10 @@ variables:
## Build jobs
## Build jobs
# The newest version runs with timing.
# The newest version runs with timing.
build-coq.8.1
8
.0
:
build-coq.8.1
9
.0
:
<<
:
*template
<<
:
*template
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.1
8
.0"
OPAM_PINS
:
"
coq
version
8.1
9
.0"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
MANGLE_NAMES
:
"
1"
CI_COQCHK
:
"
1"
CI_COQCHK
:
"
1"
...
@@ -59,9 +59,16 @@ build-coq.8.18.0:
...
@@ -59,9 +59,16 @@ build-coq.8.18.0:
interruptible
:
false
interruptible
:
false
# The newest version also runs in MRs, without timing.
# The newest version also runs in MRs, without timing.
build-coq.8.1
8
.0-mr
:
build-coq.8.1
9
.0-mr
:
<<
:
*template
<<
:
*template
<<
:
*only_mr
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.19.0"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
build-coq.8.18.0
:
<<
:
*template
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.18.0"
OPAM_PINS
:
"
coq
version
8.18.0"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
9ca92150
...
@@ -3,6 +3,8 @@ API-breaking change is listed.
...
@@ -3,6 +3,8 @@ API-breaking change is listed.
## std++ master
## std++ master
Coq 8.19 is newly supported by this version of std++.
-
Add
`TCSimpl`
type class that is similar to
`TCEq`
but performs
`simpl`
-
Add
`TCSimpl`
type class that is similar to
`TCEq`
but performs
`simpl`
before proving the goal by reflexivity.
before proving the goal by reflexivity.
-
Add new typeclass
`MThrow E M`
to generally represent throwing an error of
-
Add new typeclass
`MThrow E M`
to generally represent throwing an error of
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
9ca92150
...
@@ -43,7 +43,7 @@ Notably:
...
@@ -43,7 +43,7 @@ Notably:
This version is known to compile with:
This version is known to compile with:
-
Coq version 8.16.1 / 8.17.1 / 8.18.0
-
Coq version 8.16.1 / 8.17.1 / 8.18.0
/ 8.19.0
Generally we always aim to support the last two stable Coq releases. Support for
Generally we always aim to support the last two stable Coq releases. Support for
older versions will be dropped when it is convenient.
older versions will be dropped when it is convenient.
...
...
This diff is collapsed.
Click to expand it.
_CoqProject
+
2
−
0
View file @
9ca92150
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
-Q stdpp_unstable stdpp.unstable
-Q stdpp_unstable stdpp.unstable
# Fixing this one requires Coq 8.17
# Fixing this one requires Coq 8.17
-arg -w -arg -future-coercion-class-field
-arg -w -arg -future-coercion-class-field
# Fixing this one requires Coq 8.19
-arg -w -arg -argument-scope-delimiter
stdpp/options.v
stdpp/options.v
stdpp/base.v
stdpp/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