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
Gaëtan Gilbert
Iris
Commits
042393e6
Commit
042393e6
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
more experimental changelog
parent
df0f72f0
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
+8
-8
8 additions, 8 deletions
CHANGELOG.md
with
8 additions
and
8 deletions
CHANGELOG.md
+
8
−
8
View file @
042393e6
...
@@ -14,14 +14,14 @@ Changes in and extensions of the theory:
...
@@ -14,14 +14,14 @@ Changes in and extensions of the theory:
*
Constructions for least and greatest fixed points over monotone predicates
*
Constructions for least and greatest fixed points over monotone predicates
(defined in the logic of Iris using impredicative quantification).
(defined in the logic of Iris using impredicative quantification).
*
Add a proof of the inverse of
`wp_bind`
.
*
Add a proof of the inverse of
`wp_bind`
.
*
Support verifying code that might get stuck by
distinguishing "non-stuck"
*
[Experimental feature]
Support verifying code that might get stuck by
vs. "(potentially) stuck" weakest
preconditions. (See
distinguishing "non-stuck"
vs. "(potentially) stuck" weakest
[Swasey et al., OOPSLA '17] for examples.) The non-stuck
`WP e @ E {{ Φ }}`
preconditions. (See
[Swasey et al., OOPSLA '17] for examples.) The non-stuck
ensures that, as
`e`
runs, it does not get stuck. The stuck
`WP e @ E ?{{ Φ
`WP e @ E {{ Φ }}`
ensures that, as
`e`
runs, it does not get stuck. The stuck
}}`
ensures that, as usual, all invariants are preserved while
`e`
runs, but
`WP e @ E ?{{ Φ
}}`
ensures that, as usual, all invariants are preserved while
it permits execution to get stuck. The former implies the
latter. The full
`e`
runs, but
it permits execution to get stuck. The former implies the
judgment is
`WP e @ s; E {{ Φ }}`
, where non-stuck WP uses
*stuckness bit*
`s
latter. The full
judgment is
`WP e @ s; E {{ Φ }}`
, where non-stuck WP uses
= NotStuck`
while stuck WP uses
`s = MaybeStuck`
.
*stuckness bit*
`s
= NotStuck`
while stuck WP uses
`s = MaybeStuck`
.
Changes in Coq:
Changes in Coq:
...
...
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