Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
a990d479
Commit
a990d479
authored
Nov 22, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First instance of our deprecation process: cofeT := ofeT.
parent
c6222ac7
Pipeline
#3037
failed with stage
in 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
CHANGELOG.md
+5
-1
_CoqProject
_CoqProject
+1
-0
No files found.
CHANGELOG.md
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.
...
...
_CoqProject
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment