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
In #4090 we introduce the side-effect that module.__interface__(<address>) has the same behaviour as module.__at__(<address>). The question to be discussed is if this is a feature, and if module.__interface__(<address>) has the same semantics, why having __at__(<address>) in that case?
The text was updated successfully, but these errors were encountered:
In #4090 we introduce the side-effect that
module.__interface__(<address>)
has the same behaviour asmodule.__at__(<address>)
. The question to be discussed is if this is a feature, and ifmodule.__interface__(<address>)
has the same semantics, why having__at__(<address>)
in that case?The text was updated successfully, but these errors were encountered: