Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Operate
Environments
Monitor
Service Desk
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
lambda-rust
Commits
518d05b0
Commit
518d05b0
authored
5 months ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
bump to 8.20
parent
033a93b0
No related branches found
Tags
iris-1.0
No related merge requests found
Pipeline
#108245
passed
5 months ago
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
lambda-rust/lang/heap.v
+1
-1
1 addition, 1 deletion
lambda-rust/lang/heap.v
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
518d05b0
...
...
@@ -28,10 +28,10 @@ variables:
## Build jobs
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"
# Mostly to make the lifetime logic available
...
...
@@ -42,7 +42,7 @@ build-coq.8.19.0:
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 @
518d05b0
...
...
@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
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
)
## Building from source
...
...
This diff is collapsed.
Click to expand it.
lambda-rust/lang/heap.v
+
1
−
1
View file @
518d05b0
...
...
@@ -235,7 +235,7 @@ Section heap.
rewrite
-
[
vl1
](
firstn_skipn
ll
)
-
[
vl2
](
firstn_skipn
ll
)
2
!
heap_pointsto_vec_app
.
iDestruct
"Hown1"
as
"[Hown1 _]"
.
iDestruct
"Hown2"
as
"[Hown2 _]"
.
iCombine
"Hown1"
"Hown2"
as
"Hown"
.
rewrite
heap_pointsto_vec_op
;
last
first
.
{
rewrite
!
firstn_length
.
subst
ll
.
{
rewrite
!
length_firstn
.
subst
ll
.
rewrite
-!
Nat
.
min_assoc
Nat
.
min_idempotent
Nat
.
min_comm
-
Nat
.
min_assoc
Nat
.
min_idempotent
Nat
.
min_comm
.
done
.
}
iDestruct
"Hown"
as
"[H Hown]"
.
iDestruct
"H"
as
%
Hl
.
iExists
(
take
ll
vl1
)
.
iFrame
.
destruct
(
Nat
.
min_spec
(
length
vl1
)
(
length
vl2
))
as
[[
Hne
Heq
]|[
Hne
Heq
]]
.
...
...
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