typhon icon indicating copy to clipboard operation
typhon copied to clipboard

Permissions for moving Objects Comment

Open FatemeShirazi opened this issue 2 years ago • 0 comments

We have to consider who is allowed to move which objects where. One way to do this is to have "move" simply be a "private method" of any object: the programmer has to specifically program in any methods that the public (all acceptors of the chain this object is lovated at?) can call to move the object. This could get messy fast.

Another possibility is to have each object specify its required safety and liveness properties, and then check with each move that these are preserved. This too could get messy. We may end up doing Information Flow Control.

FatemeShirazi avatar Jan 12 '22 14:01 FatemeShirazi