Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
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
Jan
iris-coq
Commits
efa4a5df
Commit
efa4a5df
authored
7 years ago
by
David Swasey
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG.md.
parent
5655cfc4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
with
14 additions
and
0 deletions
CHANGELOG.md
+
14
−
0
View file @
efa4a5df
...
...
@@ -13,6 +13,13 @@ Changes in and extensions of the theory:
*
Constructions for least and greatest fixed points over monotone predicates
(defined in the logic of Iris using impredicative quantification).
*
Add a proof of the inverse of
`wp_bind`
.
*
Support verifying code that might get stuck by distinguishing
"progressive" vs. "non-progressive" weakest preconditions. (See
[Swasey et al. OOPSLA '17] for examples.) The progressive
`WP e @ E
{{ Φ }}`
ensures that, as
`e`
runs, it does not get stuck. The
non-progressive
`WP e @ E ?{{ Φ }}`
ensures that, as usual, all
invariants are preserved while
`e`
runs, but it permits execution to
get stuck. The former implies the latter.
Changes in Coq:
...
...
@@ -88,6 +95,13 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret
*
Move the
`prelude`
folder to its own project: std++
*
The rules
`internal_eq_rewrite`
and
`internal_eq_rewrite_contractive`
are now
stated in the logic, i.e. they are
`iApply`
friendly.
*
Use
*stuckness bits*
`s`
to define progressive vs. non-progressive
WP. The full judgment is
`WP e @ s; E {{ Φ }}`
; progressive WP uses
`s = not_stuck`
while non-progressive WP uses
`s = maybe_stuck`
.
*
Restore the original, stronger notion of atomicity alongside the
weaker notion. These are
`Atomic s e`
where the stuckness bit
`s`
indicates whether expression
`e`
is weakly (
`s = not_stuck`
) or
strongly (
`s = maybe_stuck`
) atomic.
## Iris 3.0.0 (released 2017-01-11)
...
...
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