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
a profile declaring Mutation::None with Reversibility::Guaranteed is now refused at construction. Every read must declare Reversibility::NotApplicable, or — better — call EffectProfile::readOnly(), which is the one place that says what a read is made of. Measured: a founded app on the previous packages does not boot until its declarations are migrated, which is the point. Archived profiles are unaffected; fromArray() normalises them.
Features
«nothing to undo» is not a promise to undo — Reversibility::NotApplicable (#50) (76ca9ca)