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
Avoid repeated unnecessary logging in traceIndented
While trying to debug #943 I noticed that the exception output from
traceIndented was interspersed with unrelated logging output, this
happened because `question` in traceIndented is by-value and was
evaluated both before executing an operation and afterwards.
0 commit comments