Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
examples
Commits
b8c475d2
Commit
b8c475d2
authored
7 months ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'coqbump' into 'master'
bump to Coq 8.19 See merge request
!66
parents
974b5721
bd1a091f
No related branches found
No related tags found
1 merge request
!66
bump to Coq 8.19
Pipeline
#108195
passed
7 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
theories/logrel/persistent_pred.v
+2
-2
2 additions, 2 deletions
theories/logrel/persistent_pred.v
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
5
−
5
View file @
b8c475d2
...
@@ -48,10 +48,10 @@ build-coq.dev:
...
@@ -48,10 +48,10 @@ build-coq.dev:
OCAML
:
"
ocaml-base-compiler.4.14.0"
# for faster rebuilds
OCAML
:
"
ocaml-base-compiler.4.14.0"
# for faster rebuilds
OPAM_PINS
:
"
coq
version
dev"
OPAM_PINS
:
"
coq
version
dev"
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"
# Coq bench needs an opam package
# Coq bench needs an opam package
...
@@ -60,18 +60,18 @@ build-coq.8.18.0:
...
@@ -60,18 +60,18 @@ build-coq.8.18.0:
-
fp-timing
-
fp-timing
# Separate MR job that does not run on fp-timing.
# Separate MR job that does not run on fp-timing.
build-coq.8.1
8
.0-mr
:
build-coq.8.1
9
.0-mr
:
<<
:
*template
<<
:
*template
<<
:
*only_mr
<<
:
*only_mr
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.1
8
.0"
OPAM_PINS
:
"
coq
version
8.1
9
.0"
MANGLE_NAMES
:
"
1"
MANGLE_NAMES
:
"
1"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
trigger-iris.timing
:
trigger-iris.timing
:
<<
:
*template
<<
:
*template
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.1
8
.0
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
OPAM_PINS
:
"
coq
version
8.1
9
.0
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags
:
tags
:
-
fp-timing
-
fp-timing
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
b8c475d2
...
@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
...
@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
This version is known to compile with:
This version is known to compile with:
-
Coq 8.1
8
.0
-
Coq 8.1
9
.0
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
-
A development version of
[
Autosubst
](
https://github.com/coq-community/autosubst
)
-
A development version of
[
Autosubst
](
https://github.com/coq-community/autosubst
)
...
...
This diff is collapsed.
Click to expand it.
theories/logrel/persistent_pred.v
+
2
−
2
View file @
b8c475d2
...
@@ -10,7 +10,7 @@ Section persistent_pred.
...
@@ -10,7 +10,7 @@ Section persistent_pred.
pers_pred_car
:>
A
→
PROP
;
pers_pred_car
:>
A
→
PROP
;
pers_pred_persistent
x
:
Persistent
(
pers_pred_car
x
)
pers_pred_persistent
x
:
Persistent
(
pers_pred_car
x
)
}
.
}
.
Local
Arguments
PersPred
_
%
I
{_}
.
Local
Arguments
PersPred
_
%
_
I
{_}
.
Global
Existing
Instances
pers_pred_persistent
.
Global
Existing
Instances
pers_pred_persistent
.
Local
Instance
persistent_pred_equiv
:
Equiv
persistent_pred
:=
Local
Instance
persistent_pred_equiv
:
Equiv
persistent_pred
:=
...
@@ -46,6 +46,6 @@ Section persistent_pred.
...
@@ -46,6 +46,6 @@ Section persistent_pred.
End
persistent_pred
.
End
persistent_pred
.
Global
Arguments
PersPred
{_
_}
_
%
I
{_}
.
Global
Arguments
PersPred
{_
_}
_
%
_
I
{_}
.
Global
Arguments
pers_pred_car
{_
_}
!
_
_
.
Global
Arguments
pers_pred_car
{_
_}
!
_
_
.
Global
Instance
:
Params
(
@
pers_pred_car
)
2
:=
{}
.
Global
Instance
:
Params
(
@
pers_pred_car
)
2
:=
{}
.
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