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
9db7517d
Commit
9db7517d
authored
8 months ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'coqbump' into 'master'
bump to Coq 8.20 See merge request
!67
parents
58cc9816
9943d6b5
No related branches found
No related tags found
1 merge request
!67
bump to Coq 8.20
Pipeline
#108246
passed
8 months ago
Stage: build
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
_CoqProject
+2
-0
2 additions, 0 deletions
_CoqProject
theories/logrel/F_mu_ref_conc/typing.v
+2
-2
2 additions, 2 deletions
theories/logrel/F_mu_ref_conc/typing.v
with
10 additions
and
8 deletions
.gitlab-ci.yml
+
5
−
5
View file @
9db7517d
...
...
@@ -48,10 +48,10 @@ build-coq.dev:
OCAML
:
"
ocaml-base-compiler.4.14.0"
# for faster rebuilds
OPAM_PINS
:
"
coq
version
dev"
build-coq.8.
19
.0
:
build-coq.8.
20
.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
19
.0"
OPAM_PINS
:
"
coq
version
8.
20
.0"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
# Coq bench needs an opam package
...
...
@@ -60,18 +60,18 @@ build-coq.8.19.0:
-
fp-timing
# Separate MR job that does not run on fp-timing.
build-coq.8.
19
.0-mr
:
build-coq.8.
20
.0-mr
:
<<
:
*template
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.
19
.0"
OPAM_PINS
:
"
coq
version
8.
20
.0"
MANGLE_NAMES
:
"
1"
DENY_WARNINGS
:
"
1"
trigger-iris.timing
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
19
.0
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
OPAM_PINS
:
"
coq
version
8.
20
.0
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags
:
-
fp-timing
only
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
9db7517d
...
...
@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
This version is known to compile with:
-
Coq 8.
19
.0
-
Coq 8.
20
.0
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
-
A development version of
[
Autosubst
](
https://github.com/coq-community/autosubst
)
...
...
This diff is collapsed.
Click to expand it.
_CoqProject
+
2
−
0
View file @
9db7517d
...
...
@@ -4,6 +4,8 @@
# Cannot use non-canonical projections as it causes massive unification failures
# (https://github.com/coq/coq/issues/6294).
-arg -w -arg -redundant-canonical-projection
# Warning seems incorrect, see https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
-arg -w -arg -notation-incompatible-prefix
theories/barrier/proof.v
theories/barrier/specification.v
...
...
This diff is collapsed.
Click to expand it.
theories/logrel/F_mu_ref_conc/typing.v
+
2
−
2
View file @
9db7517d
...
...
@@ -147,7 +147,7 @@ Proof.
match
goal
with
H
:
context
[_
→
_
⊢
ₜ
_
:
_]
|
-
_
=>
rename
H
into
IH
end
.
specialize
(
IH
(
subst
(
ren
(
+
1
))
<$>
Γ1
)
(
subst
(
ren
(
+
1
))
<$>
Γ2
)
(
subst
(
ren
(
+
1
))
<$>
ξ
))
.
rewrite
?
map_
length
in
IH
.
rewrite
?length
_map
in
IH
.
repeat
rewrite
fmap_app
.
apply
IH
.
by
repeat
rewrite
fmap_app
.
-
econstructor
;
eauto
.
...
...
@@ -155,7 +155,7 @@ Proof.
match
goal
with
H
:
context
[_
→
_
⊢
ₜ
_
:
TExist
?t
]
|
-
_
=>
rename
t
into
τ
end
.
specialize
(
IH
(
τ
::
(
subst
(
ren
(
+
1
))
<$>
Γ1
))
(
subst
(
ren
(
+
1
))
<$>
Γ2
)
(
subst
(
ren
(
+
1
))
<$>
ξ
))
.
asimpl
in
IH
.
rewrite
?
map_
length
in
IH
.
asimpl
in
IH
.
rewrite
?length
_map
in
IH
.
repeat
rewrite
fmap_app
.
apply
IH
.
by
repeat
rewrite
fmap_app
.
Qed
.
...
...
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