dynamix icon indicating copy to clipboard operation
dynamix copied to clipboard

Document mutation of objects within a message

Open iboB opened this issue 7 years ago • 1 comments

  • Adding mixins is always safe
  • Removing self is equivalent to delete this (safe as long as it's the last thing in the method)
  • Removing mixins other than self in an unicast is safe
  • Removing mixins in a multicast is TBD

iboB avatar Jan 16 '17 23:01 iboB

Next bidder calls might also be compromised when mutating within a message

iboB avatar Mar 06 '18 14:03 iboB