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

Conflicted state set is a set of events #1120

Merged
merged 2 commits into from
Jun 14, 2022
Merged

Conflicted state set is a set of events #1120

merged 2 commits into from
Jun 14, 2022

Commits on Jun 13, 2022

  1. Conflicted state set is a set of events

    In #1042 I incorrectly wrote that the conflicted state set is a set of
    pairs (K, V). We later take the union of the conflicted state set and
    the auth difference. The latter is a set of events (V) only.
    
    Fix this by making the conflicted state set a set of events rather than
    a set of pairs. That is, the conflicted state set is a a `Set[Event]`
    instead of a `Set[((type, state key), event)]`.
    David Robertson committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    db18a0c View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    06ae819 View commit details
    Browse the repository at this point in the history