Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Package Registry
Model registry
Operate
Terraform modules
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
Pierre Roux
Iris
Commits
b0708b01
Commit
b0708b01
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fixup changelog
parent
8024a5d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+13
-17
13 additions, 17 deletions
CHANGELOG.md
with
13 additions
and
17 deletions
CHANGELOG.md
+
13
−
17
View file @
b0708b01
...
@@ -17,22 +17,6 @@ lemma.
...
@@ -17,22 +17,6 @@ lemma.
*
Add
`ghost_map`
, a logic-level library for a
`gmap K V`
with an authoritative
*
Add
`ghost_map`
, a logic-level library for a
`gmap K V`
with an authoritative
view and per-element points-to facts written
`k ↪[γ] w`
.
view and per-element points-to facts written
`k ↪[γ] w`
.
The following
`sed`
script helps adjust your code to the renaming (on macOS,
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
Note that the script is not idempotent, do not run it twice.
```
sed -i -E -f- $(find theories -name "*.v") <<EOF
# auth and view renames from frac to dfrac
s/\b(auth|view)_(auth|both|update)_frac_(is_op|op_invN|op_inv|inv_L|validN|op_validN|valid|op_valid|valid_2|valid_discrete|includedN|included|alloc|validI|validI_2|validI_1|validI|)\b/\1_\2_dfrac_\3/g
s/\bgset_bij_auth_frac_(\w*)\b/gset_bij_auth_dfrac_\1/g
s/\bgset_bij_auth_empty_frac_valid\b/gset_bij_auth_empty_dfrac_valid/g
s/\bbij_both_frac_valid\b/bij_both_dfrac_valid/g
EOF
```
**Changes in `base_logic`:**
*
Generalize the soundness lemma of the base logic
`step_fupdN_soundness`
.
*
Generalize the soundness lemma of the base logic
`step_fupdN_soundness`
.
It applies even if invariants stay open accross an arbitrary number of laters.
It applies even if invariants stay open accross an arbitrary number of laters.
...
@@ -42,7 +26,6 @@ EOF
...
@@ -42,7 +26,6 @@ EOF
(i.e., logical steps) for each physical step of the operational semantics,
(i.e., logical steps) for each physical step of the operational semantics,
depending on the number of physical steps executed since the begining of the
depending on the number of physical steps executed since the begining of the
execution of the program. See merge request
[
!595
](
https://gitlab.mpi-sws.org/iris/iris/-/merge_requests/595
)
.
execution of the program. See merge request
[
!595
](
https://gitlab.mpi-sws.org/iris/iris/-/merge_requests/595
)
.
This implies several API-breaking changes, which can be easily fixed in client
This implies several API-breaking changes, which can be easily fixed in client
formalizations in a backward compatible manner as follows:
formalizations in a backward compatible manner as follows:
-
Ignore the new parameter
`ns`
in the state interpretation, which
-
Ignore the new parameter
`ns`
in the state interpretation, which
...
@@ -53,6 +36,19 @@ EOF
...
@@ -53,6 +36,19 @@ EOF
-
Some proofs using lifting lemmas and adequacy theorems need to be adapted
-
Some proofs using lifting lemmas and adequacy theorems need to be adapted
to ignore the new step counter.
to ignore the new step counter.
The following
`sed`
script helps adjust your code to the renaming (on macOS,
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
Note that the script is not idempotent, do not run it twice.
```
sed -i -E -f- $(find theories -name "*.v") <<EOF
# auth and view renames from frac to dfrac
s/\b(auth|view)_(auth|both|update)_frac_(is_op|op_invN|op_inv|inv_L|validN|op_validN|valid|op_valid|valid_2|valid_discrete|includedN|included|alloc|validI|validI_2|validI_1|validI|)\b/\1_\2_dfrac_\3/g
s/\bgset_bij_auth_frac_(\w*)\b/gset_bij_auth_dfrac_\1/g
s/\bgset_bij_auth_empty_frac_valid\b/gset_bij_auth_empty_dfrac_valid/g
s/\bbij_both_frac_valid\b/bij_both_dfrac_valid/g
EOF
```
## Iris 3.4.0
## Iris 3.4.0
The highlights and most notable changes of this release are as follows:
The highlights and most notable changes of this release are as follows:
...
...
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