Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
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
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
Paolo G. Giarrusso
iris
Commits
a990d479
Commit
a990d479
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
First instance of our deprecation process: cofeT := ofeT.
parent
c6222ac7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-1
5 additions, 1 deletion
CHANGELOG.md
_CoqProject
+1
-0
1 addition, 0 deletions
_CoqProject
with
6 additions
and
1 deletion
CHANGELOG.md
+
5
−
1
View file @
a990d479
...
...
@@ -5,6 +5,9 @@ Coq development, but not every API-breaking change is listed. Changes marked
## Iris 3.0 (unfinished)
*
There now is a deprecation process. The modules
`*.deprecated`
contains deprecated notations and definitions that are provided for
backwards compatibility and will be removed in a future version of Iris.
*
View shifts are radically simplified to just internalize frame-preserving
updates. Weakestpre is defined inside the logic, and invariants and view
shifts with masks are also coded up inside Iris. Adequacy of weakestpre
...
...
@@ -12,8 +15,9 @@ Coq development, but not every API-breaking change is listed. Changes marked
*
Use OFEs instead of COFEs everywhere. COFEs are only used for solving the
recursive domain equation. As a consequence, CMRAs no longer need a proof
of completeness.
(The old
`cofeT`
is provided by
`algebra.deprecated`
.)
*
Renaming and moving things around: uPred and the rest of the base logic are
in
[
base_logic
]
, while
[
program_logic
]
is for everything involving the
in
`
base_logic
`
, while
`
program_logic
`
is for everything involving the
general Iris notion of a language.
*
With invariants and the physical state being handled in the logic, there
is no longer any reason to demand the CMRA unit to be discrete.
...
...
This diff is collapsed.
Click to expand it.
_CoqProject
+
1
−
0
View file @
a990d479
...
...
@@ -58,6 +58,7 @@ algebra/updates.v
algebra/local_updates.v
algebra/gset.v
algebra/coPset.v
algebra/deprecated.v
base_logic/upred.v
base_logic/primitive.v
base_logic/derived.v
...
...
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