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
Since I'm overloading the existing ownership semantics with the new bubbling semantics, I'm afraid
I'm overlooking edge-case interactions between bubbling and ownership.
For instance, right now, if an execution is a member of a structure, and that structure is
responsible for the execution, then that execution is considered to be bubbled along with the
structure. This has altogether different implications than the bubbling of the structure itself.
The text was updated successfully, but these errors were encountered:
Since I'm overloading the existing ownership semantics with the new bubbling semantics, I'm afraid
I'm overlooking edge-case interactions between bubbling and ownership.
For instance, right now, if an execution is a member of a structure, and that structure is
responsible for the execution, then that execution is considered to be bubbled along with the
structure. This has altogether different implications than the bubbling of the structure itself.
The text was updated successfully, but these errors were encountered: