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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance the tree visitor so that it implements the invariant that only visitEach: is calling accept: so that we can get a handle on cutting visit of any nodes.
Revisit all the visitor logic to work with such logic.