You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be done by enforcing that the initial data that is used to build a revision (e.g. when fetching state for the first time) is done so from calling reviseFromChanges/reviseFromState on an empty revision (blankRevision). Then adding a flag to the revision event (or an event that can be subscribed to with once (i don't think the latter is necessary given everything will need to subscribe to this events, and only client code will need to distinguish between the two).
The text was updated successfully, but these errors were encountered:
- User rules shouldn't return server rules unless asked for explicitly,
this was weird behavior from mjolnir.
- Add better mechanisms for finding rules for entities,
these aren't great, and there probably is a better way to optimize.
- We now need to implement #3
Related #3.
Though I don't think it fixes it, since propagator revision issuers
don't have a way to signal that they've added/removed entire revisions
from their incorperated revision.
This can be done by enforcing that the initial data that is used to build a revision (e.g. when fetching state for the first time) is done so from calling
reviseFromChanges
/reviseFromState
on an empty revision (blankRevision
). Then adding a flag to therevision
event (or an event that can be subscribed to withonce
(i don't think the latter is necessary given everything will need to subscribe to this events, and only client code will need to distinguish between the two).The text was updated successfully, but these errors were encountered: