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
(Suggestion from @jeapostrophe) I think that you don't want to try to enforce this too much because you don't want to prevent people from moving the state to a different module. Maybe you could detect within one load cycle whether the same name is used twice.
The text was updated successfully, but these errors were encountered:
I've been thinking a little about how to do upgrades where a piece of state needs fixups on module reload. I think moving state between modules might end up being a special case of that: you'd detect the state in the old location during the upgrade, move it to the new location in the new module, and delete the old location. (There's no API for removing a piece of persistent state yet, of course.)
(Suggestion from @jeapostrophe) I think that you don't want to try to enforce this too much because you don't want to prevent people from moving the state to a different module. Maybe you could detect within one load cycle whether the same name is used twice.
The text was updated successfully, but these errors were encountered: