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)]`. |
||
---|---|---|
.. | ||
.gitignore | ||
1037.clarification | ||
1042.clarification | ||
1043.clarification | ||
1050.clarification | ||
1093.clarification | ||
1099.clarification | ||
1099.feature.1 | ||
1099.feature.2 | ||
1099.feature.3 | ||
1120.clarification | ||
3737.clarification | ||
3739.feature |