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
instruction_tree: Pass depth explicitly in recursive call
The depth is a transient property of where in the tree we happen to be
generating code, so it should not be a persistent property of the class.
Pass it explicitly.
0 commit comments