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
I haven't thought this through yet completely. My idea is, once we have our own types for methods, see #258, to let CallMethods handle the setting of the RandomStamps, so that we don't have to do it ourselves and thus can't forget about it.
Maybe it would make sense to put the stamps on a stack? Whenever we enter a recog method via CallMethods we put a stamp on the random stamp stack, when we leave the method we pop the stamp off the stack. 🤔
The text was updated successfully, but these errors were encountered:
I haven't thought this through yet completely. My idea is, once we have our own types for methods, see #258, to let
CallMethods
handle the setting of the RandomStamps, so that we don't have to do it ourselves and thus can't forget about it.Maybe it would make sense to put the stamps on a stack? Whenever we enter a recog method via
CallMethods
we put a stamp on the random stamp stack, when we leave the method we pop the stamp off the stack. 🤔The text was updated successfully, but these errors were encountered: