Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aneris gardening project #33

Open
jihgfee opened this issue Jun 19, 2023 · 0 comments
Open

Aneris gardening project #33

jihgfee opened this issue Jun 19, 2023 · 0 comments

Comments

@jihgfee
Copy link
Contributor

jihgfee commented Jun 19, 2023

There are multiple accumulated nuisances that permeates Aneris, which can be tricky to solve, as they often require a full recompilation for even simple name-changes.

In this issue we document such nuisances, so that we can eventually fix them altogether.

Adequacy:

  • Name clash between base adequacy theorems [./aneris_lang/adequacy.v] and Aneris adequacy theorems [./aneris_lang/program_logic/aneris_adequacy.v]
    • Aneris adequacy theorems should have the aneris_ prefix
  • Inconsistency between expressivity of base-line adequacy theorems and Aneris adequacy theorems (e.g. Aneris ones do not expose tid and thus cannot be used with locales)
  • Incorrect use of base adequacy theorems instead of Aneris adequacy theorems in various examples
  • Inconsistencies between parameter conventions in adequacy theorems (order, implicit parameters, WP obligation as a definition etc.)

Model:

  • Group sockets protocols are very invasive in all definitions/theorems/etc. but have never seen any use outside of toy examples, we should consider removing them again.

Also see #23, #24, #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant