Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Merge requests
  • !661

Append-only list RA

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hai Dang requested to merge append_list into master Apr 05, 2021
  • Overview 59
  • Commits 16
  • Pipelines 0
  • Changes 4

This closes #391. It depends on stdpp!239 (merged).

This adds an RA max_listR for lists where composition is only valid if one list is a prefix of the other, a derived RA mono_listR using auth that only allows lists to grow by appending, and a set of logic-level assertions for mono_list.

The logic-level assertions are:

  • an authoritative assertion for the full list
  • a persistent assertion for some list which is a prefix of the auth list
  • a persistent ownership that index i in the auth list is some particular value.

This, to my understanding after some inspection, should support the needs of the various versions mentioned in #391.

Edited Apr 06, 2021 by Hai Dang
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: append_list