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
ab4ddced
Commit
ab4ddced
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
CHANGELOG
parent
3130384d
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
+15
-6
15 additions, 6 deletions
CHANGELOG.md
with
15 additions
and
6 deletions
CHANGELOG.md
+
15
−
6
View file @
ab4ddced
...
@@ -17,15 +17,19 @@ Changes in and extensions of the theory:
...
@@ -17,15 +17,19 @@ Changes in and extensions of the theory:
*
[#] Add weakest preconditions for total program correctness.
*
[#] Add weakest preconditions for total program correctness.
*
[#] "(Potentially) stuck" weakest preconditions are no longer considered
*
[#] "(Potentially) stuck" weakest preconditions are no longer considered
experimental.
experimental.
*
[#] The Löb rule is now a derived rule; it follows from later-intro, later
being contractive and the fact that we can take fixpoints of contractive
functions.
Changes in Coq:
Changes in Coq:
*
An all-new generalized proofmode that abstracts away from Iris! The proofmode
*
An all-new generalized proofmode that abstracts away from Iris! The proofmode
can now be used with non-step-indexed and even non-affine (i.e., linear)
can now be used with logics derived from Iris (like iGPS), with
logics. TODO: Add reference to paper. Developments instantiating the
non-step-indexed logics and even with non-affine (i.e., linear) logics. See
proofmode typeclasses may need significant changes. For developments just
<http://iris-project.org/mosel/>
for the corresponding paper.
using the proofmode tactics, porting should not be too much effort. Notable
Developments instantiating the proofmode typeclasses may need significant
things to port are:
changes. For developments just using the proofmode tactics, porting should
not be too much effort. Notable things to port are:
-
All the BI laws moved from the
`uPred`
module to the
`bi`
module. For
-
All the BI laws moved from the
`uPred`
module to the
`bi`
module. For
example,
`uPred.later_equivI`
became
`bi.later_equivI`
.
example,
`uPred.later_equivI`
became
`bi.later_equivI`
.
-
Big-ops are automatically imported, imports of
`iris.base_logic.big_op`
have
-
Big-ops are automatically imported, imports of
`iris.base_logic.big_op`
have
...
@@ -38,8 +42,13 @@ Changes in Coq:
...
@@ -38,8 +42,13 @@ Changes in Coq:
invariant to the goal.
invariant to the goal.
*
Added support for defining derived connectives involving n-ary binders using
*
Added support for defining derived connectives involving n-ary binders using
telescopes.
telescopes.
*
The proof mode now more consistently "prettifies" the goal after each tactic.
Prettification also simplifies some BI connectives, like conditional
modalities and telescope quantifiers.
*
Improved pretty-printing of Iris connectives (in particular WP and fancy
*
Improved pretty-printing of Iris connectives (in particular WP and fancy
updates) when Coq has to line-wrap the output.
updates) when Coq has to line-wrap the output. This goes hand-in-hand with an
improved test suite that also tests pretty-printing.
*
Added a
`gmultiset`
RA.
*
Rename
`timelessP`
->
`timeless`
(projection of the
`Timeless`
class)
*
Rename
`timelessP`
->
`timeless`
(projection of the
`Timeless`
class)
*
The CMRA axiom
`cmra_extend`
is now stated in
`Type`
, using
`sigT`
instead of
*
The CMRA axiom
`cmra_extend`
is now stated in
`Type`
, using
`sigT`
instead of
in
`Prop`
using
`exists`
. This makes it possible to define the function space
in
`Prop`
using
`exists`
. This makes it possible to define the function space
...
...
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