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
E.g. if c is a context and s is an instance of a class with an AutoFilter method, then the call
c->Snoop(s)
looks like it should cause c to snoop s, but it really means s will snoop c. This is misleading.
The text was updated successfully, but these errors were encountered:
Fixes#469. The Snoop method is misleading. We cannot rename this method because it is too extensively used, but we can start a deprecation policy and get it fixed eventually.
Fixes#469. The Snoop method is misleading. We cannot rename this method because it is too extensively used, but we can start a deprecation policy and get it fixed eventually.
E.g. if c is a context and s is an instance of a class with an AutoFilter method, then the call
c->Snoop(s)
looks like it should cause c to snoop s, but it really means
s will snoop c
. This is misleading.The text was updated successfully, but these errors were encountered: